//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#009FEF';
	var HighBgColor='#ffffff';
	var FontLowColor='#ffffff';
	var FontHighColor='#DD6600';
	var BorderColor='#155163';
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,verdana,helvetica,verdana,arial"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=262; //set vertical offset
	var StartLeft=10; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("COMPANY","Company.html",2,20,120);
	Menu1_1=new Array("Mission","Company_Mission.html",0,30,120);
	Menu1_2=new Array("Founder","Company_People.html",0,20,120);

Menu2=new Array("PRODUCTS","Product.html",2,20,120);
	Menu2_1=new Array("Application Method & Strategy","Product_Application_Strategy.html",0,40,120);
	Menu2_2=new Array("Support Equipment","Product_Support_Equipment.html",0,35,120);



Menu3=new Array("SERVICES","Services.html",0,20,120);
	Menu3_1=new Array("Product Support","Services_Product_Support.html",0,35,120);
	Menu3_2=new Array("Eco-Audits","Services_Eco-Audits.html",0,20,120);



Menu4=new Array("TECHNOLOGY","Technology.html",2,20,120);
	Menu4_1=new Array("Labs","Technology_Labs.html",0,20,120);
	Menu4_2=new Array("Approvals","Technology_Approvals.html",0,20,120);




Menu5=new Array("HISTORY","History.html",3,20,120);
	Menu5_1=new Array("Huwa-San Technology","History_Huwa-San_Technology.html",0,40,120);
	Menu5_2=new Array("Chlorine Comparisons","History_Chlorine_Comparisons.html",0,35,120);
	Menu5_3=new Array("The H<sub>2</sub>O<sub>2</sub> Question","History_The_H202_Question.html",0,35,120);

	

Menu6=new Array("INDUSTRY NEWS","Industry_News.html",2,20,120);
	Menu6_1=new Array("Industry Applications","Industry_Uses.html",0,40,120);
	Menu6_2=new Array("Case Studies","Case_Studies.html",0,40,120);




