/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#948E4A';			// Background color when mouse is not over
	var LowSubBgColor='#948E4A';			// Background color when mouse is not over on subs
	var HighBgColor='#76713C';			// Background color when mouse is over
	var HighSubBgColor='#76713C';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// 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='#53512A';			// Border color
	var BorderSubColor='#53512A';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// 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='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.25;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate (0=top)
	var StartLeft=0;				// Menu offset y coordinate (0=left)
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// 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=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 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['/menu/tri.gif',5,10,'/menu/tridown.gif',10,5,'/menu/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(MENU_HOME,"/index.php","",0,24,105);
Menu1=new Array(MENU_HOME,"/index.php","",0,20,20);
Menu2=new Array(MENU_SERVICES,"","",7,20,105);
	Menu2_1=new Array(MENU_SERVICES_ECOMON,"/services/ecological.php","",5,20,250);	
		Menu2_1_1=new Array(MENU_SERVICES_ECOMON_AERIAL,"/services/aerial.php","",5,20,200);
			Menu2_1_1_1=new Array(MENU_SERVICES_ECOMON_VEG,"/services/veg.php","",0,20,150);
			Menu2_1_1_2=new Array(MENU_SERVICES_ECOMON_GAMECOUNTS,"/services/gamecounts.php","",0);
			Menu2_1_1_3=new Array(MENU_SERVICES_ECOMON_VELDT,"/services/veldt.php","",0);
			Menu2_1_1_4=new Array(MENU_SERVICES_ECOMON_GIS,"/services/gis.php","",0);
			Menu2_1_1_5=new Array(MENU_SERVICES_ECOMON_MAPPING,"/services/mapping.php","",0);
		Menu2_1_2=new Array(MENU_SERVICES_ECOMON_GROUND,"/services/ground.php","",5);
			Menu2_1_2_1=new Array(MENU_SERVICES_ECOMON_VEG,"/services/veg.php","",0,20,150);
			Menu2_1_2_2=new Array(MENU_SERVICES_ECOMON_GAMECOUNTS,"/services/gamecounts.php","",0);
			Menu2_1_2_3=new Array(MENU_SERVICES_ECOMON_VELDT,"/services/veldt.php","",0);
			Menu2_1_2_4=new Array(MENU_SERVICES_ECOMON_GIS,"/services/gis.php","",0);
			Menu2_1_2_5=new Array(MENU_SERVICES_ECOMON_MAPPING,"/services/mapping.php","",0);
		Menu2_1_3=new Array(MENU_SERVICES_ECOMON_WATER,"/services/water.php","",5);
			Menu2_1_3_1=new Array(MENU_SERVICES_ECOMON_VEG,"/services/veg.php","",0,20,150);
			Menu2_1_3_2=new Array(MENU_SERVICES_ECOMON_GAMECOUNTS,"/services/gamecounts.php","",0);
			Menu2_1_3_3=new Array(MENU_SERVICES_ECOMON_VELDT,"/services/veldt.php","",0);
			Menu2_1_3_4=new Array(MENU_SERVICES_ECOMON_GIS,"/services/gis.php","",0);
			Menu2_1_3_5=new Array(MENU_SERVICES_ECOMON_MAPPING,"/services/mapping.php","",0);
		Menu2_1_4=new Array(MENU_SERVICES_ECOMON_PHOTOHUNT,"/services/photohunt.php","",5);
			Menu2_1_4_1=new Array(MENU_SERVICES_ECOMON_VEG,"/services/veg.php","",0,20,150);
			Menu2_1_4_2=new Array(MENU_SERVICES_ECOMON_GAMECOUNTS,"/services/gamecounts.php","",0);
			Menu2_1_4_3=new Array(MENU_SERVICES_ECOMON_VELDT,"/services/veldt.php","",0);
			Menu2_1_4_4=new Array(MENU_SERVICES_ECOMON_GIS,"/services/gis.php","",0);
			Menu2_1_4_5=new Array(MENU_SERVICES_ECOMON_MAPPING,"/services/mapping.php","",0);
		Menu2_1_5=new Array(MENU_SERVICES_ECOMON_GAME,"/services/game.php","",5);
			Menu2_1_5_1=new Array(MENU_SERVICES_ECOMON_VEG,"/services/veg.php","",0,20,150);
			Menu2_1_5_2=new Array(MENU_SERVICES_ECOMON_GAMECOUNTS,"/services/gamecounts.php","",0);
			Menu2_1_5_3=new Array(MENU_SERVICES_ECOMON_VELDT,"/services/veldt.php","",0);
			Menu2_1_5_4=new Array(MENU_SERVICES_ECOMON_GIS,"/services/gis.php","",0);
			Menu2_1_5_5=new Array(MENU_SERVICES_ECOMON_MAPPING,"/services/mapping.php","",0);
	Menu2_2=new Array(MENU_SERVICES_EIA,"/services/eia.php","",0);
	Menu2_3=new Array(MENU_SERVICES_EMP,"/services/emp.php","",0);
	Menu2_4=new Array(MENU_SERVICES_EA,"/services/ea.php","",0);
	Menu2_5=new Array(MENU_SERVICES_FRS,"/services/frs.php","",7);
		Menu2_5_1=new Array(MENU_SERVICES_KNOWLEDGE,"/services/knowledge.php","",0,20,150);
		Menu2_5_2=new Array(MENU_SERVICES_LOCATION,"/services/location.php","",0);
		Menu2_5_3=new Array(MENU_SERVICES_CONTACTS,"/services/contacts.php","",0);
		Menu2_5_4=new Array(MENU_SERVICES_LOGISTICS,"/services/logistics.php","",0);
		Menu2_5_5=new Array(MENU_SERVICES_ACCOMMODATION,"/services/accommodation.php","",0);
		Menu2_5_6=new Array(MENU_SERVICES_RESEARCH,"/services/research.php","",0);
		Menu2_5_7=new Array(MENU_SERVICES_MANPOWER,"/services/manpower.php","",0);
	Menu2_6=new Array(MENU_SERVICES_FILM,"/services/film.php","",8);
		Menu2_6_1=new Array(MENU_SERVICES_KNOWLEDGE,"/services/knowledge.php","",0,20,150);
		Menu2_6_2=new Array(MENU_SERVICES_LOCATION,"/services/location.php","",0);
		Menu2_6_3=new Array(MENU_SERVICES_CONTACTS,"/services/contacts.php","",0);
		Menu2_6_4=new Array(MENU_SERVICES_LOGISTICS,"/services/logistics.php","",0);
		Menu2_6_5=new Array(MENU_SERVICES_ACCOMMODATION,"/services/accommodation.php","",0);
		Menu2_6_6=new Array(MENU_SERVICES_RESEARCH,"/services/research.php","",0);
		Menu2_6_7=new Array(MENU_SERVICES_MANPOWER,"/services/manpower.php","",0);
		Menu2_6_8=new Array(MENU_SERVICES_PERMITS,"/services/permits.php","",0);
	Menu2_7=new Array(MENU_SERVICES_ES,"/services/es.php","",4);	
		Menu2_7_1=new Array(MENU_SERVICES_ACCOMMODATION,"/services/accommodation.php","",0,20,150);
		Menu2_7_2=new Array(MENU_SERVICES_ES_CULT,"/services/es_cult.php","",0);
		Menu2_7_3=new Array(MENU_SERVICES_ES_ECO,"/services/es_eco.php","",0);
		Menu2_7_4=new Array(MENU_SERVICES_ES_RESEARCH,"/services/es_research.php","",0);
Menu3=new Array(MENU_ABOUT,"","",2,20,105);
	Menu3_1=new Array(MENU_ABOUT_BACKGROUND,"/background.php","",0,20,150);
	Menu3_2=new Array(MENU_ABOUT_PEOPLE,"/people.php","",0);
Menu4=new Array(MENU_CONTACT,"/contact.php","",0,20,65);
Menu5=new Array(MENU_DOWNLOAD,"/download.php","",0,20,105);
Menu6=new Array(MENU_LINKS,"/links.php","",0,20,90);
Menu7=new Array(MENU_NEWSLETTER,"/newsletter.php","",0,20,90);
Menu8=new Array(MENU_MAP,"/site_map.php","",0,20,160);
