/**
 * 
 *  Configures the drop down menu and any popup menus 
 *
 */
	var menuFontFamily = "Verdana, Arial, Helvetica, sans-serif";
	var menuFontSize   = 12;
	var menuFontWeight = "bold";
	var menuFontColor  = "#FFFFFF";
	var menuFontColorHilite = "#FFFFFF";
	var menuBackgroundColor  = "#006699";
	var menuBackgroundColorHilite = "#006699";
	var menuBackgroundOpaque = false;
	var menuItemHorizontalAlign = "center";
	var menuItemVerticalAlign = "top";
	var menuItemPad = 5;
	var menuItemSpace = 0;
	var menuItemIndent = 0;
	var menuDelay = 500;
	var submenuXOffset = -5;
	var submenuYOffset = 7;
	var submenuRelativeToItem = true;
	var submenuVerticallyAligned = true;
	
	
/**
 * mm_menu 20MAR2002 Version 6.0
 * Andy Finnell, March 2002
 * Copyright (c) 2000-2002 Macromedia, Inc.
 *
 * based on menu.js
 * by gary smith, July 1997
 * Copyright (c) 1997-1999 Netscape Communications Corp.
 *
 * Netscape grants you a royalty free license to use or modify this
 * software provided that this copyright notice appears on all copies.
 * This software is provided "AS IS," without a warranty of any kind.
 */
function mmLoadMenus() {
	if (window.mm_menu_0) return;
	window.mm_menu_0 = new Menu("root",220,17,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#000000","#FFFFFF","#ff6600","left","middle",4,0,1000,0,0,true,true,true,1,true,true);
	mm_menu_0.addMenuItem("About Us","location='/about.html'");
	mm_menu_0.addMenuItem("Contact Us","location='/contact.html'");
	mm_menu_0.addMenuItem("Site Map","location='/sitemap.html'");
	mm_menu_0.hideOnMouseOut=true;
	mm_menu_0.menuBorder=1;
	mm_menu_0.menuLiteBgColor='#FFFFFF';
	mm_menu_0.menuBorderBgColor='#999999';
	mm_menu_0.bgColor='#999999'; 
	
    /* Products (menu 1) */
	window.mm_menu_1 = new Menu("root",220,17,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#000000","#FFFFFF","#ff6600","left","middle",4,0,1000,0,0,true,true,true,1,true,true);
	mm_menu_1.addMenuItem("Safety Catalogue","location='/products/products.safetycatalogue.html'");
	mm_menu_1.addMenuItem("Safety Eyewear","location='/products/products.safetyeyewear.html'");
	mm_menu_1.addMenuItem("Respirators","location='/products/products.respirators.html'");
	mm_menu_1.addMenuItem("Hand Protection / Safety Gloves","location='/products/products.handprotection.html'");
	mm_menu_1.addMenuItem("Hearing Protection","location='/products/products.hearingprotection.html'");
	mm_menu_1.addMenuItem("Head Protection / Hard Hats","location='/products/products.headprotection.html'");
	mm_menu_1.addMenuItem("Protective Clothing","location='/products/products.protectiveclothing.html'");
	mm_menu_1.addMenuItem("Eyewashes &amp; Showers","location='/products/products.eyewashshowers.html'");
	mm_menu_1.addMenuItem("Material Handling","location='/products/products.materialhandling.html'");
	mm_menu_1.addMenuItem("Safety Signs","location='/products/products.safetysigns.html'");
	mm_menu_1.addMenuItem("First Aid Kits","location='/products/products.firstaidkits.html'");
	mm_menu_1.addMenuItem("First Aid Supplies","location='/products/products.firstaidsupplies.html'");
	mm_menu_1.addMenuItem("Fire Protection","location='/products/products.fireprotection.html'");
	mm_menu_1.addMenuItem("Fall Protection / Harnesses","location='/products/products.fallprotection.html'");
	mm_menu_1.addMenuItem("Electrical Safety","location='/products/products.electricalsafety.html'");
	mm_menu_1.addMenuItem("Spill Kits","location='/products/products.spillkits.html'");
	mm_menu_1.addMenuItem("Safety Videos","location='/products/products.safetyvideos.html'");
	mm_menu_1.hideOnMouseOut=true;
	mm_menu_1.menuBorder=1;
	mm_menu_1.menuLiteBgColor='#FFFFFF';
	mm_menu_1.menuBorderBgColor='#999999';
	mm_menu_1.bgColor='#999999'; 

	/* Services (menu 2) */
	window.mm_menu_2 = new Menu("root",220,17,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#000000","#FFFFFF","#ff6600","left","middle",4,0,1000,0,0,true,true,true,1,true,true);
	mm_menu_2.addMenuItem("CONSULTING","location='/services/services.consulting.html'");
	mm_menu_2.addMenuItem("&nbsp;&nbsp;Safety Manual","location='/services/services.consulting.safetymanual.html'");
	mm_menu_2.addMenuItem("&nbsp;&nbsp;Gap Analysis","location='/services/services.consulting.gapanalysis.html'");
	mm_menu_2.addMenuItem("&nbsp;&nbsp;Occupational Hygiene","location='/services/services.consulting.occupationalhygiene.html'");
	mm_menu_2.hideOnMouseOut=true;
	mm_menu_2.menuBorder=1;
	mm_menu_2.menuLiteBgColor='#FFFFFF';
	mm_menu_2.menuBorderBgColor='#999999';
	mm_menu_2.bgColor='#999999'; 


	/* Resources (menu 3) */
	window.mm_menu_3 = new Menu("root",220,17,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#000000","#FFFFFF","#ff6600","left","middle",4,0,1000,0,0,true,true,true,1,true,true);
	mm_menu_3.addMenuItem("Knowledge Center","location='/resources/resources.knowledgecentre.html'");
	mm_menu_3.addMenuItem("Useful Links","location='/resources/resources.links.html'");
	//mm_menu_3.addMenuItem("What&#39;s New","location='/resources/resources.whatsnew.html'");
	mm_menu_3.addMenuItem("Safety Checklists","location='/resources/resources.safetychecklists.html'");
	//mm_menu_3.addMenuItem("Frequently Asked Questions","location='/resources/resources.faq.html'");
	//mm_menu_3.addMenuItem("Safety Forum","location='/resources/resources.forum.html'");
	mm_menu_3.hideOnMouseOut=true;
	mm_menu_3.menuBorder=1;
	mm_menu_3.menuLiteBgColor='#FFFFFF';
	mm_menu_3.menuBorderBgColor='#999999';
	mm_menu_3.bgColor='#999999'; 


	mm_menu_1.writeMenus();
	mm_menu_2.writeMenus();
	mm_menu_3.writeMenus();

} // mmLoadMenus()
