

/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*

*	You may remove all comments for faster loading	*/		



	var NoOffFirstLineMenus=7;			// Number of first level items

	var LowBgColor='2625a3';			// Background color when mouse is not over

	var LowSubBgColor='2625a3';			// Background color when mouse is not over on subs

	var HighBgColor='2625a3';			// Background color when mouse is over

	var HighSubBgColor='60B148';			// Background color when mouse is over on subs

	var FontLowColor='FFFFFF';			// Font color when mouse is not over

	var FontSubLowColor='FFFFFF';			// Font color subs when mouse is not over

	var FontHighColor='60B148';			// Font color when mouse is over

	var FontSubHighColor='FFFFFF';			// Font color subs when mouse is over

	var BorderColor='2625a3';			// Border color

	var BorderSubColor='60B148';			// Border color for subs

	var BorderWidth=1;				// Border width

	var BorderBtwnElmnts=1;			// Border between elements 1 or 0

	var FontFamily="arial,comic sans ms,technical"	// Font family menu items

	var FontSize=10;				// 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='left';			// Menu horizontal position 'left', 'center' or 'right'

	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'

	var ChildOverlap=.05;				// horizontal overlap child/ parent

	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent

	var StartTop=154;				// Menu offset x coordinate

	var StartLeft=50;				// 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=1;				// Top padding

	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0

	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0

	var DissapearDelay=1000;			// 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='space';			// Frame where sub levels appear

	var DocTargetFrame='space';			// Frame where target documents appear

	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)

	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



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("SEKID","","",5,30,83);
Menu1_1=new Array("About","about.html","",0,17,125);
Menu1_2=new Array("Board of Trustees","trustees.html","",0,17,100);
Menu1_3=new Array("New Services","new_services.html","",0,17,100);
Menu1_4=new Array("Service Area","service_area.html","",0,17,100);
Menu1_5=new Array("Staff","staff.html","",0,19,100);



Menu2=new Array("Bylaws","bylaws.html","",0,19,83);



Menu3=new Array("Billing","billing.html","",0,17,83);



Menu4=new Array("Conservation","","",5,17,123);
Menu4_1=new Array("Introduction","conservation.html","",0,17,150);
Menu4_2=new Array("In Home","in_home.html","",0,17,150);
Menu4_3=new Array("Domestic Sprinkling","domestic_sprinkling.html","",0,17,120);
Menu4_4=new Array("Agricultural Metering Program","agri_metering_program.html","",1,35,130);
Menu4_4_1=new Array("Meter Rate Calculator","calculator.html","",0,19,150);
Menu4_5=new Array("How to Read Your Meter","how_to_read.html","",0,35,150);

Menu5=new Array("Quality","","",6,17,83);
Menu5_1=new Array("Introduction","quality.html","",0,17,140);
Menu5_2=new Array("Is it Safe","quality_safe.html","",0,17,100);
Menu5_3=new Array("Colour and turbidity","colour.html","",0,17,100);
Menu5_4=new Array("Water Quality Questionnaire","survey.php","",0,34,100);
Menu5_5=new Array("Water treatment options","quality_treatment_options.html","",0,34,100);
Menu5_6=new Array("Interior Health Authority Protocol","permit_to_operate.html","",0,34,150);





Menu6=new Array("News & Reports","","",5,17,143);
Menu6_1=new Array("SEKID Newsletter","news.html","",0,17,150);
Menu6_2=new Array("Water Quality Reports","news_water_quality.html","",0,17,143);
Menu6_3=new Array("Internal Reports","news_internal.html","",0,17,143);
Menu6_4=new Array("External Reports","news_external.html","",0,17,143);
Menu6_5=new Array("WSABC Documents","news_wsa.html","",0,17,143);

Menu7=new Array("Links","links.html","",0,17,83);








