/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December	          *
*	For info write to menus@burmees.nl		          *	
***********************************************************************************/

	var NoOffFirstLineMenus=7;			// 
	var LowBgColor='#ffffff';			// Background color when mouse is not over
	var LowSubBgColor='#ffffff';			// Background color when mouse is not over on subs
	var HighBgColor='#000066';			// Background color when mouse is over
	var HighSubBgColor='#000066';			// Background color when mouse is over on subs
	var FontLowColor='#000066';			// Font color when mouse is not over
	var FontSubLowColor='#000066';			// 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='#000066';			// Border color
	var BorderSubColor='#000066';			// Border color for subs
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial, helvetica, sans serif"
	var FontSize=8;
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=110;				// 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=0;
	var TopPaddng=0;
	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=500;			// 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 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=['',0,0,];	// 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);

Menu1=new Array("Home","http://www.eghj.com","",3,15,99);
	Menu1_1=new Array("EGHJ","http://www.eghj.com","",0,15,99);
	Menu1_2=new Array("Fly BN","http://www.flybn.com","",0);
	Menu1_3=new Array("Britten-Norman","http://www.britten-norman.com/home.htm","",0);
	
Menu2=new Array("Aviation","","",0,15,99);


	Menu2_3=new Array("Pilot Info","http://www.eghj.com/pilot","",1,15,99);
		Menu2_3_1=new Array("Weather","http://www.eghj.com/weather","",2,15,99);
			Menu2_3_1_1=new Array("UK Met Office","http://www.meto.gov.uk/aviation","",0,15,99)
			Menu2_3_1_2=new Array("Webcam","http://www.eghj.com/weather/webcam.htm","",0)
	Menu2_4=new Array("Webcam","http://www.eghj.com/webcam","",0,15,99);


Menu3=new Array("Services","","",1,15,99);
	Menu3_1=new Array("Aeroclub","http://www.eghj.com/aeroclub","",0,15,99);

Menu4=new Array("Events","","",0,15,99);


Menu5=new Array("Local Info","","",3,15,99);
	Menu5_1=new Array("Accomodation","http://www.eghj.com/localinfo/accom","",0,15,99);
	Menu5_2=new Array("Dining","http://www.eghj.com/localinfo/dining","",0);
	Menu5_3=new Array("Transport","http://www.eghj.com/localinfo/transport","",0);

Menu6=new Array("About","","",5,15,99);
	Menu6_1=new Array("EGHJ","http://www.eghj.com/about","",0,15,99);
	Menu6_2=new Array("Fly BN","http://www.eghj.com/about/flybn.htm","",0);
	Menu6_3=new Array("Britten-Norman","http://www.eghj.com/about/bng.htm","",0);
	Menu6_4=new Array("Isle of Wight","http://www.eghj.com/about/iwight.htm","",0);
	Menu6_5=new Array("This Site", "http://www.eghj.com/disclaimer.htm","",0); 

Menu7=new Array("Contact","","",3,15,99);
	Menu7_1=new Array("Bembridge","http://www.eghj.com/contact","",0,15,99);
	Menu7_2=new Array("Fly BN","http://www.flybn.com/contact","",0);
	Menu7_3=new Array("Britten-Norman","http://www.b-n.aero/contact","",0);

