// JavaScript Document
<!--
function mmLoadMenus() {
  if (window.mm_menu_0605211125_0) return;
          window.mm_menu_0605211125_0 = new Menu("root",198,16,"Arial, Helvetica, sans-serif",12,"#0A0043","#0A0043","#DBDBE9","#9999CD","left","middle",3,0,1000,-5,7,true,true,true,5,true,true);
  mm_menu_0605211125_0.addMenuItem("Visits&nbsp;to&nbsp;Schools&nbsp;&&nbsp;Libraries","location='frames/maincontent.htm'");
  mm_menu_0605211125_0.addMenuItem("Our&nbsp;Diary&nbsp;of&nbsp;Events","location='frames/diarycontent.htm'");
  mm_menu_0605211125_0.addMenuItem("FAQ's","location='frames/FAQcontent.htm'");
  mm_menu_0605211125_0.addMenuItem("Inset&nbsp;Training&nbsp;Services","location='frames/maincontent.htm'");
  mm_menu_0605211125_0.addMenuItem("Reviews","location='frames/reviewscontent.htm'");
  mm_menu_0605211125_0.addMenuItem("2&nbsp;Steves&nbsp;Monthly","location='frames/monthlycontent.htm'");
   mm_menu_0605211125_0.fontWeight="bold";
   mm_menu_0605211125_0.hideOnMouseOut=true;
   mm_menu_0605211125_0.bgColor='#555555';
   mm_menu_0605211125_0.menuBorder=1;
   mm_menu_0605211125_0.menuLiteBgColor='#FFFFFF';
   mm_menu_0605211125_0.menuBorderBgColor='#777777';
  window.mm_menu_1212111354_0 = new Menu("root",192,16,"Arial, Helvetica, sans-serif",12,"#0A0043","#0A0043","#DBDBE9","#9999CD","left","middle",3,0,1000,-5,7,true,true,true,5,true,true);
  mm_menu_1212111354_0.addMenuItem("Messages&nbsp;From&nbsp;The&nbsp;Steves","location='frames/messagefsteves.htm'");
  mm_menu_1212111354_0.addMenuItem("Your&nbsp;Questions&nbsp;Answered","location='frames/ausfaq.htm'");
  mm_menu_1212111354_0.addMenuItem("Our&nbsp;Books","location='booklist.htm'");
  mm_menu_1212111354_0.addMenuItem("Profiles","location='frames/profilebarlow.htm'");
  mm_menu_1212111354_0.addMenuItem("Pictures","location='frames/auspicpage.htm'");
  mm_menu_1212111354_0.addMenuItem("Explore&nbsp;The&nbsp;Outernet","location='onintro.htm'");
  mm_menu_1212111354_0.addMenuItem("Sites&nbsp;we&nbsp;like","location='sitesweliket.htm'");
  mm_menu_1212111354_0.addMenuItem("Games","location='games.htm'");
   mm_menu_1212111354_0.fontWeight="bold";
   mm_menu_1212111354_0.hideOnMouseOut=true;
   mm_menu_1212111354_0.bgColor='#555555';
   mm_menu_1212111354_0.menuBorder=1;
   mm_menu_1212111354_0.menuLiteBgColor='#FFFFFF';
   mm_menu_1212111354_0.menuBorderBgColor='#777777';
window.mm_menu_1212112057_0 = new Menu("root",172,16,"Arial, Helvetica, sans-serif",12,"#0A0043","#0A0043","#DBDBE9","#9999CD","left","middle",3,0,1000,-5,7,true,true,true,5,true,true);
  mm_menu_1212112057_0.addMenuItem("The&nbsp;Outernet","location='onintro.htm'");
  mm_menu_1212112057_0.addMenuItem("Star&nbsp;Bores","location='starbores.htm'");
  mm_menu_1212112057_0.addMenuItem("Tales&nbsp;of&nbsp;the&nbsp;Dark&nbsp;Forest","location='dfintro.htm'");
  mm_menu_1212112057_0.addMenuItem("Mad&nbsp;Myths","location='mad.htm'");
  mm_menu_1212112057_0.addMenuItem("Vernon&nbsp;Bright","location='vernonintro.htm'");
  mm_menu_1212112057_0.addMenuItem("The&nbsp;Lost&nbsp;Diaries","location='ldintro.htm'");
  mm_menu_1212112057_0.addMenuItem("Quick&nbsp;Reads","location='quickreads.htm'");
  mm_menu_1212112057_0.addMenuItem("Books&nbsp;List","location='booklist.htm'");
   mm_menu_1212112057_0.fontWeight="bold";
   mm_menu_1212112057_0.hideOnMouseOut=true;
   mm_menu_1212112057_0.bgColor='#555555';
   mm_menu_1212112057_0.menuBorder=1;
   mm_menu_1212112057_0.menuLiteBgColor='#FFFFFF';
   mm_menu_1212112057_0.menuBorderBgColor='#777777';

mm_menu_1212112057_0.writeMenus();
} // mmLoadMenus()
//-->
//Nav Resize
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

//Jump Menu
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}