var green_mycolorBorder = '';
var green_mycolorbgColor = '#009933';
var green_mycolorOut = '#009933';
var green_mycolorOver = '#336633';
var green_myfontOver = '#ffffff';
var green_myfontOut = '#ffffff';

var mycolorBorder = '';
var mycolorbgColor = '#496353';
var mycolorOut = '#496353';
var mycolorOver = '#ffffff';
var myfontOver = '#1879bf';
var myfontOut = '#ffffff';

function strLoadMenus() {
	if (window.str_products_adhesives ) return;
	

	window.str_products_adhesives = new Menu("Adhesives",100,23,"Arial, Helvetica, sans-serif",10,myfontOut,myfontOver,mycolorOut,mycolorOver,"left","top",2,0,1000,0,0,true,true,true,0,true,true);
	str_products_adhesives.addMenuItem("Contact Cements","location='"+relativePath+"prod-adhesives-cement.html'");			
	str_products_adhesives.addMenuItem("Plastic Adhesives","location='"+relativePath+"prod-adh-plastic.html'");	

	str_products_adhesives.hideOnMouseOut=true;
	str_products_adhesives.menuBorder=1;
	str_products_adhesives.menuLiteBgColor=mycolorbgColor;
	str_products_adhesives.menuBorderBgColor=mycolorBorder;
	str_products_adhesives.bgColor=mycolorbgColor;
	
	
	window.str_products_plumbing = new Menu("Plumbing Solvent Cements",115,23,"Arial, Helvetica, sans-serif",10,myfontOut,myfontOver,mycolorOut,mycolorOver,"left","top",2,0,1000,0,0,true,true,true,0,true,true);
	str_products_plumbing.addMenuItem("ABS","location='"+relativePath+"prod-solvent-abs.html'");			
	str_products_plumbing.addMenuItem("PVC","location='"+relativePath+"prod-solvent-pvc.html'");	
	str_products_plumbing.addMenuItem("Agents/Distributor List","location='"+relativePath+"agents.html'");		

	str_products_plumbing.hideOnMouseOut=true;
	str_products_plumbing.menuBorder=1;
	str_products_plumbing.menuLiteBgColor=mycolorbgColor;
	str_products_plumbing.menuBorderBgColor=mycolorBorder;
	str_products_plumbing.bgColor=mycolorbgColor;	

	
	window.str_products_wood = new Menu("Wood Finishes",100,23,"Arial, Helvetica, sans-serif",10,myfontOut,myfontOver,mycolorOut,mycolorOver,"left","top",2,0,1000,0,0,true,true,true,0,true,true);
	str_products_wood.addMenuItem("Flooring","location='"+relativePath+"prod-wood-flooring.html'");			
	str_products_wood.addMenuItem("Furniture","location='"+relativePath+"prod-wood-furniture.html'");	
	str_products_wood.addMenuItem("Cabinetry","location='"+relativePath+"prod-wood-cabinetry.html'");		
	str_products_wood.addMenuItem("Millwork","location='"+relativePath+"prod-wood-millwork.html'");		
	str_products_wood.addMenuItem("Stains","location='"+relativePath+"prod-wood-stains.html'");		

	
	str_products_wood.hideOnMouseOut=true;
	str_products_wood.menuBorder=1;
	str_products_wood.menuLiteBgColor=mycolorbgColor;
	str_products_wood.menuBorderBgColor=mycolorBorder;
	str_products_wood.bgColor=mycolorbgColor;		


	window.str_products = new Menu("root",140,23,"Arial, Helvetica, sans-serif",10,myfontOut,myfontOver,mycolorOut,mycolorOver,"left","top",2,0,1000,2,0,true,true,true,0,false,false);
	str_products.addMenuItem("Green Products","location='"+relativePath+"prod-green.html'");			
	str_products.addMenuItem(window.str_products_adhesives,"location='#'");	
	str_products.addMenuItem(window.str_products_plumbing,"location='#'");			
	str_products.addMenuItem(window.str_products_wood,"location='#'");			
	str_products.addMenuItem("Metal Coatings","location='"+relativePath+"prod-metalcoatings.html'");				
	str_products.addMenuItem("ConcreteCoatings","location='"+relativePath+"prod-concretecoatings.html'");			


	str_products.hideOnMouseOut=true;
	
	str_products.menuBorder = 1;
	str_products.menuLiteBgColor=mycolorbgColor;
	str_products.menuBorderBgColor=mycolorBorder;
	str_products.bgColor=mycolorbgColor;
	str_products.writeMenus();
}

/*
	.menuLiteBgColor=green_mycolorbgColor;
	.bgColor=green_mycolorbgColor;

	this.fontColor = green_myfontOut;
	this.fontColorHilite = green_myfontOver;
	this.menuItemBgColor = green_mycolorOut;
	this.menuHiliteBgColor = green_mycolorOver;

*/	