//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=8; //set number of main menu items
	var LowBgColor='#008C9C';
	var HighBgColor='#A7D7DD';
	var FontLowColor='#FFFFFF';
	var FontHighColor='00707D';
	var BorderColor='E8FDFF';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana,arial"
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=75; //set vertical offset
	var StartLeft=27; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=5;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.html" file for more information on structure of menus



Menu1=new Array("Introduction","",2,20,96);
	Menu1_1=new Array("Module targets","targets.html",0,20,160);
	Menu1_2=new Array("Introducing ICZM","introduction.html",0);

Menu2=new Array("Why ICZM?","",2);
	Menu2_1=new Array("Urgencies","urgencies.html",0,20,160);
	Menu2_2=new Array("Benefits","benefits.html",0);

Menu3=new Array("Coastal System","",3);
	Menu3_1=new Array("Systems View","systemsview.html", 0,20,180);
	Menu3_2=new Array("User Functions subsystem","userfunctions.html", 0,20,180);
	Menu3_3=new Array("Infrastructure subsystem","infrastructure.html", 0,20,180);

Menu4=new Array("The Approach","",2);
	Menu4_1=new Array("Integration","integration.html", 0,20,160);
	Menu4_2=new Array("Arrangements","arrangements.html",0);

Menu5=new Array("Practice","",8);
	Menu5_1=new Array("Stages","stages.html",0,20,210);
	Menu5_2=new Array("Initiation","initiation.html",0,20,120);
	Menu5_3=new Array("Planning","planning.html",0,20,120);
	Menu5_4=new Array("Implementation","implementation.html",0,20,120);
	Menu5_5=new Array("Monitoring and Evaluation","monandeva.html", 0,20,120);
	Menu5_6=new Array("Methods, Tools & Techniques","mtt.html", 0,20,130);
	Menu5_7=new Array("EA techniques","eia.html", 0,20,130);
	Menu5_8=new Array("Policy Tools","pt.html", 0,20,130);

Menu6=new Array("Conclusion","",1);
	Menu6_1=new Array("Conclusion","conclusion.html",0,20,120);
		

Menu7=new Array("Sources","",2);
	Menu7_1=new Array("References","references.html",0,20,120);
	Menu7_2=new Array("Glossary","glossary.html",0);
		

Menu8=new Array("Return to...","",2,20,100);
 Menu8_1=new Array("All modules","../index2.html",0,20,120);
 Menu8_2=new Array("Current module","index.html",0,20,120);
