//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //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","module_targets.html",0,20,280);
	Menu1_2=new Array("Institutional cooperation and coordination","intro_coop.html",0);
	Menu1_3=new Array("Spatial planning","intro_spatial.html",0);



Menu2=new Array("Concepts","",7);
      Menu2_1=new Array("Definitions","definitions.html",0,20,250);
	Menu2_2=new Array("Institutional analysis","is_analysis.html",0);
	Menu2_3=new Array("Stakeholder participation","stakeholder_participation.html",0);
	Menu2_4=new Array("Designing institutional arrangements","designing.html",0);
	Menu2_5=new Array("Conflict management","conflict.html",0);
	Menu2_6=new Array("Sustainable Development","sustainable_development.html",0);
	Menu2_7=new Array("EU policy and legislation","eu_policy.html",0);

				

Menu3=new Array("Practice","",2);
	Menu3_1=new Array("Case study","casestudy.html",0,20,120);	
	Menu3_2=new Array("Tools","tools.html",0);	

Menu4=new Array("Conclusion","",1);
	Menu4_1=new Array("Module review","module_review.html",0,20,120);	
	
	
Menu5=new Array("Sources","",1);
	Menu5_1=new Array("References","references.html",0,20,130);
		

Menu6=new Array("Return to...","",2,20,100);
 Menu6_1=new Array("All modules","../index2.html",0,20,120);
 Menu6_2=new Array("Current module","index.html",0,20,120);
	






