//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=7; //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","",3,20,100);
	Menu1_1=new Array("Module targets","targets.html",0,20,220);
	Menu1_2=new Array("Introducing public participation","introducingpp.html",0,20,220);
	Menu1_3=new Array("Public participation and ICZM","ppandiczm.html",0,20,210);

Menu2=new Array("Why?","",3,35,160);
	Menu2_1=new Array("Aims","aims.html",0,20,100);
	Menu2_2=new Array("Benefits","benefits.html",0,20,100);
	Menu2_3=new Array("Risks","risks.html",0,20,100);
	
Menu3=new Array("Practice","",5,20,160);
	Menu3_1=new Array("Levels of public participation","levelsofpp.html", 0,20,200);
	Menu3_2=new Array("Techniques and strategies","technandstrat.html", 0,20,200);
	Menu3_3=new Array("Organising","organisingpp.html", 0,20,200);
	Menu3_4=new Array("Public participation and EIA","ppandeia.html", 0,20,200);
	Menu3_5=new Array("Legal framework","legisfrmwrk.html", 0,20,200);

Menu4=new Array("Case studies","",5,20,160);
	Menu4_1=new Array("Holland","caseholland.html", 0,20,100);
	Menu4_2=new Array("Poland","casepoland.html",0,20,100);
	Menu4_3=new Array("Russia","casenwrussia.html",0,20,100);
	Menu4_4=new Array("Turkey","caseturkey.html", 0,20,100);
	Menu4_5=new Array("Ukraine","caseukraine.html",0,20,100);
	
Menu5=new Array("Conclusions","",1,20,160);
	Menu5_1=new Array("Conclusions","conclusions.html",0,20,100);

Menu6=new Array("Sources","",2,20,160);
	Menu6_1=new Array("References","references.html",0,20,100);
	Menu6_2=new Array("Glossary","glossary.html",0);
	
Menu7=new Array("Return to...","",2,20,100);
 Menu7_1=new Array("All modules","../index2.html",0,20,120);
 Menu7_2=new Array("Current module","index.html",0,20,100);
