
function fwLoadMenus() {
  if (window.fw_menu_0) return;

    window.fw_menu_0 = new Menu("root",127,18,"Arial, Helvetica, sans-serif",11,"#000066","#000066","#e6b903","#efd25d");
    fw_menu_0.addMenuItem("Our History","location='our_story.html'");
    fw_menu_0.addMenuItem("Products & Services","location='products_services.html'");
    fw_menu_0.addMenuItem("Capacity &amp; Strengths","location='capacity_strengths.html'");
    fw_menu_0.addMenuItem("Our Location","location='our_location.html'");
    fw_menu_0.addMenuItem("Quality","location='quality_policy.html'");
    fw_menu_0.bgImageUp="graphics_top_nav/fwmenu7_127x18_up.gif";
    fw_menu_0.bgImageOver="graphics_top_nav/fwmenu7_127x18_over.gif";
    fw_menu_0.bgImageUp="graphics_top_nav/fwmenu7_127x18_up.gif";
    fw_menu_0.bgImageOver="graphics_top_nav/fwmenu7_127x18_over.gif";
    fw_menu_0.hideOnMouseOut=true;
    
    window.fw_menu_1 = new Menu("root",113,18,"Arial, Helvetica, sans-serif",11,"#000066","#000066","#e6b903","#efd25d");
    fw_menu_1.addMenuItem("Product Launches","location='product_launches.asp'");
    fw_menu_1.addMenuItem("Current News","location='current_news.asp'");
    fw_menu_1.bgImageUp="graphics_top_nav/fwmenu6_113x18_up.gif";
    fw_menu_1.bgImageOver="graphics_top_nav/fwmenu6_113x18_over.gif";
    fw_menu_1.hideOnMouseOut=true;
    
    window.fw_menu_2 = new Menu("root",167,18,"Arial, Helvetica, sans-serif",11,"#000066","#000066","#e6b903","#efd25d");
    fw_menu_2.addMenuItem("New Developments","location='new_developments.asp'");
    fw_menu_2.addMenuItem("Advice for Homeowners","location='advice.html'");
    fw_menu_2.addMenuItem("Commercial Glass Resources","location='commercial_resources.html'");
    fw_menu_2.bgImageUp="graphics_top_nav/fwmenu5_167x18_up.gif";
    fw_menu_2.bgImageOver="graphics_top_nav/fwmenu5_167x18_over.gif";
    fw_menu_2.hideOnMouseOut=true;

	window.fw_menu_3 = new Menu("root",167,18,"Arial, Helvetica, sans-serif",11,"#000066","#000066","#e6b903","#efd25d");
    fw_menu_3.addMenuItem("New Developments","location='new_developments.asp'");
    fw_menu_3.addMenuItem("Advice for Homeowners","location='advice.html'");
    fw_menu_3.addMenuItem("Commercial Glass Resources","location='commercial_resources.html'");
    fw_menu_3.bgImageUp="graphics_top_nav/fwmenu5_167x18_up.gif";
    fw_menu_3.bgImageOver="graphics_top_nav/fwmenu5_167x18_over.gif";
    fw_menu_3.hideOnMouseOut=true;

    window.fw_menu_4 = new Menu("root",141,18,"Arial, Helvetica, sans-serif",11,"#000066","#000066","#03a3dc","#98dcf4");
    fw_menu_4.addMenuItem("External","location='vistatherm.html'");
    fw_menu_4.addMenuItem("Internal","location='vistatherm_elite.html'");
    fw_menu_4.addMenuItem("Bevelled Mirrors","location='double_glazing.html'");
    fw_menu_4.bgImageUp="graphics_top_nav/fwmenu4_141x18_up.gif";
    fw_menu_4.bgImageOver="graphics_top_nav/fwmenu4_141x18_over.gif";
    fw_menu_4.hideOnMouseOut=true;
    
    window.fw_menu_5 = new Menu("root",170,18,"Arial, Helvetica, sans-serif",11,"#000066","#000066","#03a3dc","#98dcf4");
    fw_menu_5.addMenuItem("Green House","location='wall_glass.html'");
    fw_menu_5.addMenuItem("Double Glazing","location='double_glazing.html'");
    fw_menu_5.addMenuItem("Roof Windows","location='solar_control.html'");
    fw_menu_5.addMenuItem("FStained Collection","location='fireglass.html'");
    fw_menu_5.addMenuItem("Door Frames","location='armourclad.html'");
    fw_menu_5.bgImageUp="graphics_top_nav/fwmenu3_124x18_up.gif";
    fw_menu_5.bgImageOver="graphics_top_nav/fwmenu3_124x18_over.gif";
    fw_menu_5.hideOnMouseOut=true;
    
    window.fw_menu_6 = new Menu("root",115,18,"Arial, Helvetica, sans-serif",11,"#000066","#000066","#03a3dc","#98dcf4");
    fw_menu_6.addMenuItem("Wall Glass","location='wholesale_glass.html'");
	fw_menu_6.addMenuItem("Double Glazing","location='wholesale_glass.html'");
	fw_menu_6.addMenuItem("Solar Control Glass","location='wholesale_glass.html'");
	fw_menu_6.addMenuItem("Fibreglass","location='wholesale_glass.html'");
	fw_menu_6.addMenuItem("Toughened & Safety","location='wholesale_glass.html'");
	fw_menu_6.addMenuItem("Structual Bonding","location='wholesale_glass.html'");
	fw_menu_6.bgImageUp="graphics_top_nav/fwmenu2_115x18_up.gif";
    fw_menu_6.bgImageOver="graphics_top_nav/fwmenu2_115x18_over.gif";
    fw_menu_6.hideOnMouseOut=true;
    
    window.fw_menu_7 = new Menu("root",103,18,"Arial, Helvetica, sans-serif",11,"#000066","#000066","#03a3dc","#98dcf4");
    fw_menu_7.addMenuItem("??????","location='architectural_glass.html#external'");
    fw_menu_7.addMenuItem("??????","location='architectural_glass.html#internal'");
    fw_menu_7.addMenuItem("??????","location='architectural_glass.html#mirrors'");
    fw_menu_7.bgImageUp="graphics_top_nav/fwmenu1_103x18_up.gif";
    fw_menu_7.bgImageOver="graphics_top_nav/fwmenu1_103x18_over.gif";
    fw_menu_7.hideOnMouseOut=true;
	
	fw_menu_7.writeMenus();
} // fwLoadMenus()

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);

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_openBrWindow2(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0
  if(window.screen)if(isCenter)if(isCenter=="true"){
    var myLeft = (screen.width-myWidth)/2;
    var myTop = (screen.height-myHeight)/2;
    features+=(features!='')?',':'';
    features+=',left='+myLeft+',top='+myTop;
  }
  window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight);
}

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
