//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#F2F2F2';
	var HighBgColor='#ECC66A';
	var FontLowColor='black';
	var FontHighColor='black';
	var BorderColor='black';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="comic sans ms,technical,arial"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=.1;
	var StartTop=98; //set vertical offset
	var StartLeft=20; //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='contents';
	var SecLineFrame='main';
	var DocTargetFrame='main';
	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("Home","default.htm",0,20,124);

Menu2=new Array("Products","products_restrooms.htm",4,20,138);
	Menu2_1=new Array("Restrooms","products_restrooms.htm",5,20,138);	
		Menu2_1_1=new Array("Standard","specs_tufway.htm",0,20,138);	
		Menu2_1_2=new Array("Handicap","specs_liberty.htm",0,20,138);
		Menu2_1_3=new Array("Handicap/ADA","specs_freedom.htm",0,20,138);
		Menu2_1_4=new Array("High Tech II Deluxe Flush","specs_high_tech2.htm",0,20,138);
		Menu2_1_5=new Array("V.I.P. Series","specs_vip.htm",0,20,138);
	Menu2_2=new Array("Handwashing Stations -->","products_sinks.htm",3,24,138);	
		Menu2_2_1=new Array("The Breeze","specs_breeze.htm",0,20,138);	
		Menu2_2_2=new Array("The Wave (4 place)","specs_wave.htm",0,20,138);
		Menu2_2_3=new Array("SaniSink","specs_sanisink.htm",0,20,138);
	Menu2_3=new Array("Accessories","products_accessories.htm",0,20,138);	
	Menu2_4=new Array("Containers  * NEW *","containers.htm",0,20,138);	
		
Menu3=new Array("Events","events.htm",0,20,138);

Menu4=new Array("Septic","services.htm",0,20,138);

Menu5=new Array("Quotes","quote_form.asp",2,20,138);
	Menu5_1=new Array("Get Quote","quote_form.asp",0,20,138);
	Menu5_2=new Array("Order Now","order_form.asp",0,20,138);

Menu6=new Array("Contact Us","mailto:support@nelsonstoiletrental.com",0,20,138);

