
	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#ffffff';			// Background color when mouse is not over
	var LowSubBgColor='#ffffff';			// Background color when mouse is not over on subs
	var HighBgColor='#1F6E7C';			// Background color when mouse is over
	var HighSubBgColor='#1F6E7C';			// Background color when mouse is over on subs
	var FontLowColor='#000033';			// Font color when mouse is not over
	var FontSubLowColor='#000033';			// Font color subs when mouse is not over
	var FontHighColor='ffffff';			// Font color when mouse is over
	var FontSubHighColor='ffffff';			// Font color subs when mouse is over
	var BorderColor='#cccccc';			// Border color
	var BorderSubColor='#cccccc';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial"	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='right';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='bottom';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=30;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=700;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='topFrame';			// Frame where first level appears
	var SecLineFrame='body';			// Frame where sub levels appear
	var DocTargetFrame='body';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}



// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"
Menu1=new Array("HOME","home.html","",0,16,82);
Menu2=new Array("ABOUT US","about.html","",0);
Menu3=new Array("PRODUCTS","","",11);
	Menu3_1=new Array("BRANDS","brands.html","",0,16,130);
	
	Menu3_2=new Array("BOREHOLE","borehole.html","",8);	
			Menu3_2_1=new Array("E-TECH NAUTI","nauti.html","",3,16,110);
				Menu3_2_1_1=new Array("VN3","vn3.html","",0,16,50);
				Menu3_2_1_2=new Array("VN5","vn5.html","",0);		
				Menu3_2_1_3=new Array("VN9","vn9.html","",0);
				
		Menu3_2_2=new Array("ELSUMO WPS 4\"","WPS.htm","",5);
			Menu3_2_2_1=new Array("WPS 1.5","WPS1.5.htm","",0,16,60);
			Menu3_2_2_2=new Array("WPS 2.5","WPS2.5.htm","",0);		
			Menu3_2_2_3=new Array("WPS 4","WPS4.htm","",0);		
			Menu3_2_2_4=new Array("WPS 7","WPS7.htm","",0);		
			Menu3_2_2_5=new Array("WPS 12","WPS12.htm","",0);	

		Menu3_2_3=new Array("ELSUB FP4","fp4.html","",7);
			Menu3_2_3_1=new Array("FP4-A","fp4a.html","",0,16,60);
			Menu3_2_3_2=new Array("FP4-B","fp4b.html","",0);
			Menu3_2_3_3=new Array("FP4-D","fp4d.html","",0);
   	 		Menu3_2_3_4=new Array("FP4-E","fp4e.html","",0);
   	 		Menu3_2_3_5=new Array("FP4-F","fp4f.html","",0);
    		Menu3_2_3_6=new Array("FP4-H","fp4h.html","",0);
    		Menu3_2_3_7=new Array("FP4-L","fp4l.html","",0);
			
		Menu3_2_4=new Array("ELSUB AP6","ap6.html","",5);
			Menu3_2_4_1=new Array("AP6-B","ap6b.html","",0,16,60);
			Menu3_2_4_2=new Array("AP6-D","ap6d.html","",0);
			Menu3_2_4_3=new Array("AP6-F","ap6f.html","",0);
   	 		Menu3_2_4_4=new Array("AP6-H","ap6h.html","",0);
   	 		Menu3_2_4_5=new Array("AP6-L","ap6l.html","",0);
			
		Menu3_2_5=new Array("E-Tech VS6","vs6.html","",5);
			Menu3_2_5_1=new Array("VS6-13","vs613.html","",0,16,60);
			Menu3_2_5_2=new Array("VS6-16","vs616.html","",0);
			Menu3_2_5_3=new Array("VS6-27","vs627.html","",0);
   	 		Menu3_2_5_4=new Array("VS6-45","vs645.html","",0);
   	 		Menu3_2_5_5=new Array("VS6-60","vs660.html","",0);
			
		Menu3_2_6=new Array("E-Tech VS8","vs8.html","",2);
			Menu3_2_6_1=new Array("VS8-78","vs878.html","",0,16,60);
			Menu3_2_6_2=new Array("VS8-97","vs897.html","",0);	
		
		Menu3_2_7=new Array("ORBIT GW","orbit_gw.htm","",0);
			
		Menu3_2_8=new Array("CAPRARI","caprari_borehole.htm","",0);
			
		
	Menu3_3=new Array("SUBMERSIBLE MOTORS","elsumomotors.html","",4);
		Menu3_3_1=new Array("4 \" OIL FILLED","ol.html","",0,16,120);
		Menu3_3_2=new Array("4 \" CANNED TYPE","gg.html","",0);
		Menu3_3_3=new Array("6 \" CANNED TYPE","gf.html","",0);
		Menu3_3_4=new Array("8 \" PVC WOUND","gw.html","",0);
	
	
	Menu3_4=new Array("DRAINAGE PUMPS","drainage.html","",2);
		Menu3_4_1=new Array("DOMESTIC","drainage_domestic","",3,16,100);
			Menu3_4_1_1=new Array("DIS","dis.html","",0,16,100);
			Menu3_4_1_2=new Array("KIS","kis.html","",0);
			Menu3_4_1_3=new Array("IN@OUT","Inout.htm","",0);
		
		Menu3_4_2=new Array("INDUSTRIAL","industrial_drainage","",6);
			Menu3_4_2_1=new Array("FUP 1.5 \"","fup15.html","",0,16,100);
			Menu3_4_2_2=new Array("FUP 2.5 \"","fup25.html","",0);
			Menu3_4_2_3=new Array("CAN 2 \"","can25.html","",0);
			Menu3_4_2_4=new Array("JOLLY 1.5 \"","jolly15.html","",0);
			Menu3_4_2_5=new Array("CV 2000 2 \"","gv2.html","",0);
			Menu3_4_2_6=new Array("DIG 2.5 \"","dig.htm","",0);
		
				
	Menu3_5=new Array("SEWAGE PUMPS","sewage.html","",11);
		Menu3_5_1=new Array("RW1500","rw1500.html","",0,16,90);
		Menu3_5_2=new Array("RW2000","rw2000.html","",0);
		Menu3_5_3=new Array("RT2000","rt2000.html","",0);
		Menu3_5_4=new Array("RW2500","rw2500.html","",0);
		Menu3_5_5=new Array("RW3000","rw3000.html","",0);
		Menu3_5_6=new Array("RC3000","rc3000.html","",0);
		Menu3_5_7=new Array("RW4000","rw4000.html","",0);
		Menu3_5_8=new Array("RC6000","rc6000.html","",0);
		Menu3_5_9=new Array("RC8000","rc8000.html","",0);
		Menu3_5_10=new Array("CAPRARI","magma.html","",0);
		Menu3_5_11=new Array("VALVES","magma.html","",0);
	
	Menu3_6=new Array("INDUSTRIAL PUMPS","orbit_industrial.htm","",0);
		
	Menu3_7=new Array("END-SUCTION PUMPS","booster.html","",2);
		Menu3_7_1=new Array("DOMESTIC","domestic.html","",5,16,100);
			Menu3_7_1_1=new Array("ECP","ecp.html","",0,16,80);		
			Menu3_7_1_2=new Array("ECP2","ecp2.html","",0);		
			Menu3_7_1_3=new Array("PVP","pvp.html","",0);		
			Menu3_7_1_4=new Array("SPP","spp.html","",0);		
			Menu3_7_1_5=new Array("HYDROLIFT","hydrolift.html","",0);		
			
			
		Menu3_7_2=new Array("INDUSTRIAL","industrial.html","",19);
			Menu3_7_2_1=new Array("ESP 32-160","esp32160.html","",0,16,90);		
			Menu3_7_2_2=new Array("ESP 32-200","esp32200.html","",0);		
			Menu3_7_2_3=new Array("ESP 32-250","esp32250.html","",0);		
			Menu3_7_2_4=new Array("ESP 40-125","esp40125.html","",0);		
			Menu3_7_2_5=new Array("ESP 40-160","esp40160.html","",0);		
			Menu3_7_2_6=new Array("ESP 40-200","esp40200.html","",0);		
			Menu3_7_2_7=new Array("ESP 40-250","esp40250.html","",0);		
			Menu3_7_2_8=new Array("ESP 50-125","esp50125.html","",0);		
			Menu3_7_2_9=new Array("ESP 50-160","esp50160.html","",0);		
			Menu3_7_2_10=new Array("ESP 50-200","esp50200.html","",0);		
			Menu3_7_2_11=new Array("ESP 50-250","esp50250.html","",0);		
			Menu3_7_2_12=new Array("ESP 65-125","esp65125.html","",0);		
			Menu3_7_2_13=new Array("ESP 65-160","esp65160.html","",0);		
			Menu3_7_2_14=new Array("ESP 65-200","esp65200.html","",0);		
			Menu3_7_2_15=new Array("ESP 65-250","esp65250.html","",0);		
			Menu3_7_2_16=new Array("ESP 80-125","esp80125.html","",0);		
			Menu3_7_2_17=new Array("ESP 80-160","esp80160.html","",0);		
			Menu3_7_2_18=new Array("ESP 80-200","esp80200.html","",0);		
			Menu3_7_2_19=new Array("ESP 80-250","esp80250.html","",0);		
			
	
	Menu3_8=new Array("HELICAL ROTOR PUMPS","orbit_pp.htm","",0);
	
	Menu3_9=new Array("CENTRIFUGAL PUMPS","caprari_centrifugal.htm","",0);
		
	Menu3_10=new Array("ACCESSORIES","accessories.html","",11);
		Menu3_10_1=new Array("MOTOR PROTECTION","motorprotection.html","",0,16,135);
		Menu3_10_2=new Array("PIPES","pipes.htm","",0);
		Menu3_10_3=new Array("FITTINGS","fittings.htm","",0);
		Menu3_10_4=new Array("VALVES","valves.htm","",0);
		Menu3_10_5=new Array("DEPTH METERS","depthmeters.html","",0);
		Menu3_10_6=new Array("DATA LOGGER","datalogger.html","",0);
		Menu3_10_7=new Array("FLOW METERS","flowmeters.html","",0);
		Menu3_10_8=new Array("PRESSURE VESSELS","pressurevessels.html","",0);
		Menu3_10_9=new Array("PRESSURE GAUGES","pressuregauges.html","",0);
		Menu3_10_10=new Array("FLOW INDUCER SLEEVE","flowinducersleeve.html","",0);
		Menu3_10_11=new Array("INLINE BYPASS","inlinebypasspiece.html","",0);
		
	Menu3_11=new Array("DIESEL ENGINES","kis_diesel.html","",0);
	
Menu4=new Array("SERVICES","services.htm","",0);

Menu5=new Array("TECHNICAL","","",6);
	Menu5_1=new Array("CABLE SELECTION","cableselection.html","",0,16,130);
	Menu5_2=new Array("FRICTION LOSS","frictionloss.html","",0);
	Menu5_3=new Array("LIGHTNING PROTECTION","lightningprotection.html","",0);
	Menu5_4=new Array("INSTALLATION DIAGRAMS","installation_diagrams.html","",4);
		Menu5_4_1=new Array("DRAINAGE PUMPS","drainage_installation.html","",0,16,130)
		Menu5_4_2=new Array("SEWAGE PUMPS","sewage_installation.html","",0)
		Menu5_4_3=new Array("BOREHOLE PUMPS","borehole_installation.html","",0)
		Menu5_4_4=new Array("END-SUCTION PUMPS","end-suction_installation.html","",0)
	Menu5_5=new Array("GUIDELINES","guidelines.html","",0);
	Menu5_6=new Array("TROUBLESHOOTING","troubleshooting.html","",0);

Menu6=new Array("NEWS","news.html","",0);

Menu7=new Array("CONTACT","contact.html","",0);

Menu8=new Array("VACANCIES","vacancies.html","",0);


