function fwLoadMenus() {
if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",220,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffcc00","#ffffff","#1972cc","#ffcc00");
fw_menu_0.addMenuItem("Home","location='BVMenus/Home_BV.html'");
fw_menu_0.addMenuItem("Power Panther","location='BVMenus/PowerPanther_BV'");
fw_menu_0.addMenuItem("Stations","location='BVMenus/Stations_BV.html'");
fw_menu_0.addMenuItem("Travel","location='BVMenus/Travel_BV.asp'");
fw_menu_0.addMenuItem("Schedule","location='BVMenus/Schedule_BV.html'");
fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",220,17,"Verdana, Arial, Helvetica, sans-serif",10,"#ffcc00","#000000","#1972cc","#ffcc00");
fw_menu_1.addMenuItem("Resources","location='BVMenus/Resources_BV.html'");
fw_menu_1.addMenuItem("Reactions","location='BVMenus/Reactions_BV.html'");
fw_menu_1.hideOnMouseOut=true;
fw_menu_1.writeMenus();
} // fwLoadMenus()