document.writeln("<body bgcolor=\"#FFFFFF\" text=\"#000000\" link=\"#0F6536\" alink=\"#0F6536\" ");
      document.writeln("vlink=\"#0F6536\" topmargin=\"0\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" ");
      document.writeln("style=\"overflow: -moz-scrollbars-vertical;\">");
document.writeln("");
document.writeln("<script type=\"text/javascript\">");
document.writeln("//<![CDATA[");
document.writeln("");
document.writeln("// The parameters of the FSMenu object are:");
document.writeln("//  1) Its own name in quotes.");
document.writeln("//  2) Whether this is a nested list menu or not (in this case, true means yes).");
document.writeln("//  3) The CSS property name to change when menus are shown and hidden.");
document.writeln("//  4) The visible value of that CSS property.");
document.writeln("//  5) The hidden value of that CSS property.");
document.writeln("");
document.writeln("var YHMenuRoot   = new FSMenu(\'YHMenuRoot\',   true,  \'display\', \'block\', \'none\');");
document.writeln("");
document.writeln("//  * showDelay is the time (in milliseconds) to display a new child menu.");
document.writeln("//  * switchDelay is the time to switch from one child menu to another child menu.");
document.writeln("//    Remember that 1000 milliseconds = 1 second.");
document.writeln("//    Set this higher and point at 2 neighbouring items to see what it does.");
document.writeln("//  * hideDelay is the time it takes for a menu to hide after mouseout.");
document.writeln("//    Set this to a negative number to disable hiding entirely.");
document.writeln("//  * cssLitClass is the CSS classname applied to parent items of active menus.");
document.writeln("//  * showOnClick will, suprisingly, set the menus to show on click. Pick one of 3 values:");
document.writeln("//    0 = all mouseover, 1 = first level click, sublevels mouseover, 2 = all click.");
document.writeln("//  * hideOnClick hides all visible menus when one is clicked (defaults to true).");
document.writeln("//  * animInSpeed and animOutSpeed set the animation speed. Set to a number");
document.writeln("//    between 0 and 1 where higher = faster. Setting both to 1 disables animation.");
document.writeln("");
document.writeln("//YHMenuRoot.showDelay     = 0;");
document.writeln("//YHMenuRoot.switchDelay   = 125;");
document.writeln("//YHMenuRoot.hideDelay     = 500;");
document.writeln("YHMenuRoot.cssLitClass   = \'highlighted\';");
document.writeln("//YHMenuRoot.showOnClick   = 0;");
document.writeln("//YHMenuRoot.hideOnClick = true;");
document.writeln("//YHMenuRoot.animInSpeed = 0.2;");
document.writeln("//YHMenuRoot.animOutSpeed = 0.2;");
document.writeln("");
document.writeln("//YHMenuRoot.animations[YHMenuRoot.animations.length] = FSMenu.animFade;");
document.writeln("//YHMenuRoot.animations[YHMenuRoot.animations.length] = FSMenu.animSwipeDown;");
document.writeln("YHMenuRoot.animations[YHMenuRoot.animations.length] = FSMenu.animClipDown;");
document.writeln("var arrow = null;");
document.writeln("/*");
document.writeln("if (document.createElement && document.documentElement)");
document.writeln("{");
document.writeln(" arrow = document.createElement(\'span\');");
document.writeln(" arrow.appendChild(document.createTextNode(\'>\'));");
 document.writeln("// Feel free to replace the above two lines with these for a small arrow image...");
 document.writeln("//arrow = document.createElement(\'img\');");
 document.writeln("//arrow.src = \'arrow.gif\';");
 document.writeln("//arrow.style.borderWidth = \'0\';");
document.writeln("");
 document.writeln("arrow.className = \'subind\';");
document.writeln("}");
document.writeln("");
document.writeln("*/");
document.writeln("addEvent(window, \'load\', new Function(\'YHMenuRoot.activateMenu(\"YHMenuRoot\", arrow)\'));");
document.writeln("");
document.writeln("//]]>");
document.writeln("</script>");
