/***********************************************************************************

*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *

*	For info write to menus@burmees.nl		          *

*	You may remove all comments for faster loading	          *

***********************************************************************************/

/***********************************************************************************

*	TO STEVE CLARK:  The originator of this script is Ger Versluis of	*

*	Netherlands. His email address is as shown above.  I used this script	*

*	quite a few times because it is very easy to manipulate.  As you can see	*

*	the instructions per line are as shown as comments on the right side.	*

*	You can play by trial and error with this script, but ensure youy make	*

*	backup copy of it first. FROM CAMILO COBILE	*

***********************************************************************************/



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

	var LowBgColor='';				// Background color when mouse is not over, leave blank if not used

	var LowSubBgColor='#CCCCCC';			// Background color when mouse is not over on subs, leave blank if not used

	var HighBgColor='';				// Background color when mouse is over, leave blank if not used

	var HighSubBgColor='#2E2E2E';			// Background color when mouse is over on subs, leave blank if not used

	var FontLowColor='#FFFFFF';			// Font color when mouse is not over, leave blank if not used

	var FontSubLowColor='#000000';			// Font color subs when mouse is not over, leave blank if not used

	var FontHighColor='#FFFF99';			// Font color when mouse is over, leave blank if not used

	var FontSubHighColor='#FFFF00';			// Font color subs when mouse is over, leave blank if not used

	var BorderColor='';				// Border color, leave blank if not used

	var BorderSubColor='';				// Border color for subs, leave blank if not used

	var BorderWidth=1;				// Border width, leave blank if not used

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

	var FontFamily="arial"				// Font family menu items

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

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

	var ChildOverlap=0;				// horizontal overlap child/ parent

	var ChildVerticalOverlap=0;			// vertical overlap child/ parent

	var StartTop=90;				// Menu offset y coordinate in pixels from top of screen

	var StartLeft=0;				// Menu offset x coordinate in pixels from left side of screen

	var VerCorrect=0;				// Multiple frames y correction, I rarely use this line

	var HorCorrect=0;				// Multiple frames x correction, I rarely use this line

	var LeftPaddng=5;				// Left padding in pixels of text in each menu imaginary box

	var TopPaddng=1;				// Top padding in pixels of text in each menu imaginary box

	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=750;				// 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='';				// span id for relative positioning

	var HideTop=0;					// Hide first level when loading new document 1 or 0

	var MenuWrap=1;					// enables/ disables menu text 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=1;				// 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=['menu/tri2.gif',8,8,'menu/tridown1.gif',8,8,'menu/trileft2.gif',8,8];	// Arrow source, width and height



function BeforeStart(){return}

function AfterBuild(){return}

function BeforeFirstOpen(){return}

function AfterCloseAll(){return}





// Steve - the commented lines below shows how you should construct the structure of each Menu Tree. You'll find this very easy to manipulate.

//	MenuX=new Array("Menu Text to show", "Link", "background image (optional)", "number of sub-menu elements", "height of menu box", "width of menu box");

//	If using rollover images instead, set "Menu Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

//	Good Luck!  You can do it!!!//



Menu1=new Array("HOME","index.htm","",0,17,63);



Menu2=new Array("ABOUT VANNET GROUP","","",2,17,155);

	Menu2_1=new Array("COMPANY PROFILE","aboutus.htm","",0,17,150);

	Menu2_2=new Array("PROJECTS & PRODUCTS","projects-products.htm","",0,17,150);



Menu3=new Array("CONSULTING SERVICES","","",4,20,155);

	Menu3_1=new Array("AIRCRAFT DRINKING WATER RULE MANAGEMENT","ccr.htm","",0,34,250);

	Menu3_2=new Array("EMERGENCY MANAGEMENT","emergency-management.htm","",0,20,200);

	Menu3_3=new Array("SAMPLING SERVICES","sampling.htm","",0,20,200);

	Menu3_4=new Array("GOING GREEN","going-green.htm","",0,20,200);



Menu4=new Array("TRAINING SERVICES","training-services.htm","",0,17,135);



Menu5=new Array("AIRCRAFT DRINKING WATER","","",2,17,180);

	Menu5_1=new Array("REGULATIONS & GUIDANCE","regulations-guidance-ADW.htm","",0,17,160);

	Menu5_2=new Array("ADW TRAINING","upcoming-rule-training.htm","",0,17,160);



Menu6=new Array("PUBLIC DRINKING WATER","","",2,17,160);

	Menu6_1=new Array("ASSET MANAGEMENT AND PLANNING","regulations-guidance-ADW.htm","",0,17,250);

	Menu6_2=new Array("WATER SYSTEM TRAINING: OPERATORS & MANAGEMENT","upcoming-rule-training.htm","",0,34,250);

	

Menu7=new Array("CONTACT US","contactus.htm","",0,17,100);



Menu8=new Array("","jet-services.htm","",0,17,150);
