//(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","",2,20,100);
	Menu1_1=new Array("Introduction to GIS","introduction.html",0,20,220);
	Menu1_2=new Array("Learning outcomes","outcomes.html",0,20,220);

Menu2=new Array("Concepts","",3,35,160);
	Menu2_1=new Array("Definition","definition.html",0,20,100);
	Menu2_2=new Array("Background ","background.html",0,20,100);
	Menu2_3=new Array("General Concepts","generalconcepts.html",0,20,100);
	
Menu3=new Array("Practice","",4,20,160);
	Menu3_1=new Array("Implementation","implementation.html", 0,20,200);
	Menu3_2=new Array("Exercise","exercise.html", 0,20,200);
	Menu3_3=new Array("Evaluation","evaluation.html", 0,20,200);
	Menu3_4=new Array("Case Study","case_study.html", 0,20,200);

Menu4=new Array("Conclusion","",1,20,160);
	Menu4_1=new Array("Module Review","module_review.html", 0,20,100);
	
Menu5=new Array("Sources","",2,20,160);
	Menu5_1=new Array("Links","links.html",0,20,100);
	Menu5_2=new Array("References","references.html",0,20,100);

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);
