function ShowHHVersionButton() {
  document.write('<OBJECT id=hhctrl type="application/x-oleobject"');
  document.write('    classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"');
  document.write('    width=154  height=21>');
  document.write('    <PARAM name="Command" value="HH Version">');
  document.write('    <PARAM name="Button" value="Text:Show your HTML Help Version">');
  document.write('</OBJECT>');
  }

function HomePage_TOC() {
  document.write('<object id="hhctrl" type="application/x-oleobject"');
  document.write('classid="clsid:ADB880A6-D8FF-11CF-9377-00AA003B7A11"');
  document.write('codebase="hhctrl.ocx#Version=4,72,8252,0" width="100%" height="99%" align="center" vspace="3">');
  document.write('  <param name="Command" value="Contents">');
  document.write('  <param name="Item1" value="contents.hhc">');
  document.write('</object>');
  }

function HomePage_Index() {
  document.write('<object id="hhctrl" type="application/x-oleobject"');
  document.write('classid="clsid:ADB880A6-D8FF-11CF-9377-00AA003B7A11"');
  document.write('codebase="hhctrl.ocx#Version=4,72,8252,0" width="99%" height="92%" align="center" vspace="0">');
  document.write('  <param name="Command" value="Index">');
  document.write('  <param name="Item1" value="index.hhk">');
  document.write('</object>');
  }


function Downloads_WriteFlash() {
  document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
  document.write(' codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=3,0,0,0"');
  document.write(' ID=thwg WIDTH=700 HEIGHT=140>');
  document.write('  <PARAM NAME=movie VALUE="thwg.swf">');
  document.write('  <PARAM NAME=loop VALUE=false>');
  document.write('  <PARAM NAME=quality VALUE=high>');
  document.write('  <PARAM NAME=scale VALUE=exactfit>');
  document.write('  <PARAM NAME=menu VALUE=false>');
  document.write('  <PARAM NAME=bgcolor VALUE=#FFFFFF>');
  //-included-in-HTML-// document.write('</object>');
  }

