1<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2<html>
3  <head>
4    <title>Another HTML Help book</title>
5  </head>
6
7  <body>
8    <h1>Another book...</h1>
9    Here's another book to demonstrate that
10    <UL>
11      <LI> You can display multiple books in a help controller
12      <LI> You can selectively search books. Try it!
13      <LI> Index files are optional. This book doesn't supply an index, but it does supply
14	a contents (.hhc) file. You must always supply a contents file because
15	<UL>
16	  <LI> Contents trees rule :-)
17	  <LI> The search algorithm uses the contents tree to find out which pages are
18	    available.
19	</UL>
20	Wanna know what a contents file looks like? Click <a href="another.hhc">here</a>
21    </UL>
22    You can also view the <a href="another.hhp">project file</a> for this book.
23  </body>
24</html>
25