/* onMouseOut="MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_about,19,20,null,'about');" */
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function mmLoadMenus() {
  if (window.mm_about) return;
  window.mm_about = new Menu("root",110,19,"Verdana, Arial, Helvetica, sans-serif",11,"#fff","#333","#036","#9CF","left","middle",2,0,1000,-5,5,true,true,true,5,true,true);
  mm_about.addMenuItem("Location","location='/html/location.shtml'");
  mm_about.addMenuItem("Contact Us","location='/html/contact_us.shtml'");
  /* mm_about.addMenuItem("Site&nbsp;Map","location='/html/sitemap.shtml'"); */
   mm_about.fontWeight="0";
   mm_about.hideOnMouseOut=true;
   mm_about.menuBorder=1;
   mm_about.menuLiteBgColor='#036';
   mm_about.menuBorderBgColor='#999';
   mm_about.bgColor='#999';
   
   window.mm_gps = new Menu("root",110,19,"Verdana, Arial, Helvetica, sans-serif",11,"#fff","#333","#036","#9CF","left","middle",2,0,1000,-5,5,true,true,true,5,true,true);
  mm_gps.addMenuItem("Aviation","location='/html/aviation.shtml'");
  mm_gps.addMenuItem("Marine","location='/html/marine.shtml'");
  mm_gps.addMenuItem("Land-based","location='/html/handheld.shtml'");
   mm_gps.fontWeight="0";
   mm_gps.hideOnMouseOut=true;
   mm_gps.menuBorder=1;
   mm_gps.menuLiteBgColor='#036';
   mm_gps.menuBorderBgColor='#999';
   mm_gps.bgColor='#999';
   
   window.mm_optics = new Menu("root",110,19,"Verdana, Arial, Helvetica, sans-serif",11,"#fff","#333","#036","#9CF","left","middle",2,0,1000,-5,5,true,true,true,5,true,true);
  mm_optics.addMenuItem("Binoculars","location='/html/binoculars.shtml'");
  //mm_optics.addMenuItem("Digital Cameras","location='/html/digicams.shtml'");
   mm_optics.fontWeight="0";
   mm_optics.hideOnMouseOut=true;
   mm_optics.menuBorder=1;
   mm_optics.menuLiteBgColor='#036';
   mm_optics.menuBorderBgColor='#999';
   mm_optics.bgColor='#999';
   
   window.mm_outdoor = new Menu("root",110,19,"Verdana, Arial, Helvetica, sans-serif",11,"#fff","#333","#036","#9CF","left","middle",2,0,1000,-5,5,true,true,true,5,true,true);
  mm_outdoor.addMenuItem("Altimeter","location='/html/altimeter.shtml'");
  mm_outdoor.addMenuItem("Compass","location='/html/compass.shtml'");
  mm_outdoor.addMenuItem("Windwatch","location='/html/windwatch.shtml'");
  mm_outdoor.addMenuItem("iCom VHF Radio","location='/html/vhf_radio.shtml'");
   mm_outdoor.fontWeight="0";
   mm_outdoor.hideOnMouseOut=true;
   mm_outdoor.menuBorder=1;
   mm_outdoor.menuLiteBgColor='#036';
   mm_outdoor.menuBorderBgColor='#999';
   mm_outdoor.bgColor='#999';
   
/*   window.mm_pda = new Menu("root",110,19,"Verdana, Arial, Helvetica, sans-serif",11,"#fff","#333","#036","#9CF","left","middle",2,0,1000,-5,5,true,true,true,5,true,true);
  mm_pda.addMenuItem("Altimeter","location='location.html'");
  mm_pda.addMenuItem("Compass","location='contact_us.html'");
  mm_pda.addMenuItem("Windwatch","location='contact_us.html'");
  mm_pda.addMenuItem("VHF Transceiver","location='contact_us.html'");
   mm_pda.fontWeight="0";
   mm_pda.hideOnMouseOut=true;
   mm_pda.menuBorder=1;
   mm_pda.menuLiteBgColor='#036';
   mm_pda.menuBorderBgColor='#999';
   mm_pda.bgColor='#999'; */

  mm_gps.writeMenus();
}
