	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='#004488';			// Background color when mouse is not over
	var LowSubBgColor='#6FAEFE';			// Background color when mouse is not over on subs
	var HighBgColor='#1963CC';			// Background color when mouse is over
	var HighSubBgColor='#1963CC';			// Background color when mouse is over on subs
	var FontLowColor='#6FAEFE';			// Font color when mouse is not over
	var FontSubLowColor='#073070';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='#1963CC';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily='tahoma,verdana,comic sans ms,technical'	// Font family menu items
	var FontSize=7;				// Font size menu items
	var FontBold=0;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.7;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.7;			// vertical overlap child/ parent
	var StartTop=253;				// Menu offset x coordinate
	var StartLeft=164;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=4;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=100;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='navig';			// Frame where sub levels appear
	var DocTargetFrame='space';			// 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=0;				// 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=['images/tri.gif',5,10,'images/tridown.gif',10,5,'images/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('Water Systems','#','',4,17,122);
	Menu1_1=new Array(' Objectives','watersystems.htm','',0,16,122);	
	Menu1_2=new Array(' Consultancy Services','water_consultancy.htm','',0);
	Menu1_3=new Array(' Laboratory','laboratory.htm','',0);
	Menu1_4=new Array(' Quick Assessment Form','water_assessment.htm','',0);

Menu2=new Array('Domestic Treatment Plant','ws_domestic.htm','',0,17,122);

Menu3=new Array('Medical Treatment Plant','#','',2,17,122);
			Menu3_1=new Array(' Pharmaceutical','ws_pharma.htm','',0,16,122);
			Menu3_2=new Array(' Dialysis','ws_dialysis.htm','',0);



Menu4=new Array('Industrial Treatment Plant','#','',3,17,122);
			Menu4_1=new Array(' Tap Water','ws_tapwater.htm','',0,16,122);
			Menu4_2=new Array(' Brackish Water','ws_brackishwater.htm','',0);
			Menu4_3=new Array(' Sea Water','ws_seawater.htm','',0);

Menu5=new Array('« Go back to Products','products.htm','',2,17,111);
	Menu5_1=new Array(' Electromedical','electromedical.htm','',6,16,111);	
		Menu5_1_1=new Array(' Nephrology','nephrology.htm','',0,16,111);	
		Menu5_1_2=new Array(' Urology','urology.htm','',0);
		Menu5_1_3=new Array(' Radiology / Sonology','radiology.htm','',0);	
		Menu5_1_4=new Array(' Haematology','haematology.htm','',0);
		Menu5_1_5=new Array(' Disposables','disposable.htm','',0);
		Menu5_1_6=new Array(' Environmental Care','environmental.htm','',0);

	Menu5_2=new Array(' HSC Pharma','#','',2,16,111);
			Menu5_2_1=new Array(' Pharma Products','pharma.htm','',0,16,90);	
			Menu5_2_2=new Array(' Surgical  Products','surgical.htm','',0);