	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#007100';			// Background color when mouse is not over
	var LowSubBgColor='#007100';			// Background color when mouse is not over on subs
	var HighBgColor='#00A600';			// Background color when mouse is over
	var HighSubBgColor='#00A600';			// Background color when mouse is over on subs
	var FontLowColor='#FFFF00';			// Font color when mouse is not over
	var FontSubLowColor='#FFFF00';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFCC';			// Font color when mouse is over
	var FontSubHighColor='#FFFFCC';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,times"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=65;				// Menu offset x coordinate - use 65 for all pages except home page
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// 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=1000;			// 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 highlighted
	var Arrws=['_JavaScript-files-otterden/menu/tri.gif',5,10,'tridown.gif',10,5,'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("Home","index.html","",0,20,90);

Menu2=new Array("About Otterden","","",5,20,110);
	Menu2_1=new Array("News and events","newsevents.html","",0,20,120);	
	Menu2_2=new Array("Maps and facts","mapfacts.html","",0);
	Menu2_3=new Array("Photo album #1","photos-1.html","",0);
	Menu2_4=new Array("Photo album #2","photos-2.html","",0);
	Menu2_5=new Array("Photo album #3","photos-3.html","",0);

Menu3=new Array("Local History","","",13,20,105);
	Menu3_1=new Array("History overview","history.html","",0,20,120);
	Menu3_2=new Array("Ancient parishes","monkton.html","",0,20,120);
	Menu3_3=new Array("The Auchers","","",2,20,120);
		Menu3_3_1=new Array("Aucher family","auchers.html","",0,20,120);
		Menu3_3_2=new Array("Sir Anthony Aucher","aucher-2.html","",0,30,120);
	Menu3_4=new Array("Bunce Court","bunce.html","",0);
	Menu3_5=new Array("Domesday Survey","domesday.html","",0,30,120);
	Menu3_6=new Array("Anna Essinger","essinger.html","",0);
	Menu3_7=new Array("Hall Place","hallplace.html","",0);
	Menu3_8=new Array("Otterden Chapel","chapel.html","",0);
	Menu3_9=new Array("Otterden Manor","ottmanor.html","",0);
	Menu3_10=new Array("Otterden\'s name","ott_name.html","",0);
	Menu3_11=new Array("Peasants\' Revolt","ottmanor.html#peasants","",0);
	Menu3_12=new Array("Recent history","recently.html","",6,20,120);
		Menu3_12_1=new Array("Bunce Court school bell","bunce-schoolplaque.html","",0,30,120);
		Menu3_12_2=new Array("Choir visit","recently.html#choir","",0,20,120);
		Menu3_12_3=new Array("John Edwards","recently.html#johnedwards","",0,20,120);
		Menu3_12_4=new Array("Steve Godden","recently.html#stevegodden","",0,20,120);
		Menu3_12_5=new Array("Wartime memories","recently.html#wartime","",0,30,120);
		Menu3_12_6=new Array("Wheler Foundation","recently.html#wheler","",0,30,120);	
	Menu3_13=new Array("Snoad Farm","snoad.html","",0);
	
Menu4=new Array("Local Services","","",5,20,110);
	Menu4_1=new Array("Accommodation","accomm.html","",0,20,120);
	Menu4_2=new Array("Organisations","orgs.html","",5,20,110);
		Menu4_2_1=new Array("Church","orgs.html#church","",0,20,120);
		Menu4_2_2=new Array("Cricket club","orgs.html#cricket","",0,20,120);
		Menu4_2_3=new Array("Neighbourhood Watch","orgs.html#nhw","",0,30,120);
		Menu4_2_4=new Array("Otterden WI","orgs.html#wi","",0,20,120);
		Menu4_2_5=new Array("The Bunce Trust","orgs.html#bunce","",0,20,120);
	Menu4_3=new Array("Public services","services.html","",12,20,120);
		Menu4_3_1=new Array("Animal welfare","services.html#pets","",0,20,120);
		Menu4_3_2=new Array("Community hall","services.html#hall","",0,20,120);
		Menu4_3_3=new Array("Health and welfare","services.html#health","",0,30,120);
		Menu4_3_4=new Array("Libraries","services.html#libraries","",0,20,120);
		Menu4_3_5=new Array("Local councils","services.html#councils","",0,20,120);
		Menu4_3_6=new Array("Local media","services.html#press","",0,20,120);
		Menu4_3_7=new Array("MP and MEPs","services.html#mps","",0,20,120);
		Menu4_3_8=new Array("Police","services.html#police","",0,20,120);
		Menu4_3_9=new Array("Royal Mail","services.html#mail","",0,20,120);
		Menu4_3_10=new Array("Theatres","services.html#theatres","",0,20,120);
		Menu4_3_11=new Array("Transport","services.html#transport","",0,20,120);
		Menu4_3_12=new Array("Utilities","services.html#utils","",0,20,120);
	Menu4_4=new Array("Billscutter service","billscutter.html","",0,30,110);
	Menu4_5=new Array("Weather forecast","javascript:openAWindow('http://www.met-office.gov.uk/weather/europe/uk/southeast.html','weather',700,500,1)","",0);

Menu5=new Array("Internet Links","","",5,20,110);
	Menu5_1=new Array("Local websites","wwwlinks.html#towns","",0,20,120);
	Menu5_2=new Array("Leisure","wwwlinks.html#leisure","",0,20,120);
	Menu5_3=new Array("Search engines","wwwlinks.html#search","",0,20,120);
	Menu5_4=new Array("Shopping and travel","wwwlinks.html#shopping","",0,30,120);
	Menu5_5=new Array("Useful services","wwwlinks.html#useful","",0);
	
Menu6=new Array("Website Info","","",4,20,105);
	Menu6_1=new Array("About this website","about.html#website","",0,30,120);
	Menu6_2=new Array("E-mail us","about.html#email","",0,20,120);
	Menu6_3=new Array("Guestbook","guestbook.html","",0,20,120);
	Menu6_4=new Array("Sitemap","sitemap.html","",0,20,120);
	