// these are typical entries for an index.
// note the see also reference!

	<LI> <OBJECT type="text/sitemap">
		<param name="Name" value="(see also ReadMe file)">
		<param name="See Also" value="ReadMe file">
		</OBJECT>
	<LI> <OBJECT type="text/sitemap">
		<param name="Name" value="about the HTML Help ActiveX Control">
		<param name="Local" value="whtsax.htm">
		</OBJECT>
	<LI> <OBJECT type="text/sitemap">
		<param name="Name" value="creating a TOC for a Web page">
		<param name="Local" value="cntweb.htm">
		</OBJECT>


// here is a button with a drop down menu!
<p>
<OBJECT id=scrcap type="application/x-oleobject"
        classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"
        width=12
        height=12
        HSPACE=4>
    <PARAM name="Command" value="Related Topics,MENU">
    <PARAM name="Button" value="">
    <PARAM name="Item1" value="move;move_object.htm">
    <PARAM name="Item2" value="rotate;rotate_object.htm">
</OBJECT>
<A TITLE="Related Topics" HREF=JavaScript:scrcap.Click()>Related Topics</A>
</p>
