	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#FFFFCC';			// Background color when mouse is not over
	var LowSubBgColor='#FFFFCC';			// Background color when mouse is not over on subs
	var HighBgColor='#000066';			// Background color when mouse is over
	var HighSubBgColor='#000066';			// Background color when mouse is over on subs
	var FontLowColor='#000099';			// Font color when mouse is not over
	var FontSubLowColor='#000099';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='#999999';			// Border color
	var BorderSubColor='#676767';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,helvetica,sans-serif"	// Font family menu items
	var FontSize=7.5;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=121;				// Menu offset x coordinate - default=1
	var StartLeft=13;				// Menu offset y coordinate - default=1
	var VerCorrect=1;				// Multiple frames y correction
	var HorCorrect=1;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// 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-walmer/menu/arrow-blue.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,118);

Menu2=new Array("About Walmer","about_walmer.html","",5,20,118);
	Menu2_1=new Array("Facts and figures","facts.html","",0,20,110);	
	Menu2_2=new Array("Local history","history.html","",0,20,110);
	Menu2_3=new Array("Maps","maps.html","",0,20,110);
	Menu2_4=new Array("Photo albums","photos-index.html","",0,20,110);
	Menu2_5=new Array("What to see locally","places_walmer.html","",0,30,110);
	
Menu3=new Array("Local Services","local_services.html","",13,20,118);
	Menu3_1=new Array("Accommodation","accomm.html","",0,20,110);
	Menu3_2=new Array("Amenities","amenities.html","",0,20,110);
	Menu3_3=new Array("Clubs and Societies","clubs.html","",0,30,110);
	Menu3_4=new Array("Shops/Businesses","shopping.html","",0,20,110);
	Menu3_5=new Array("Chamber of Trade","business.html","",0,20,110);
	Menu3_6=new Array("Emergency services","services.html","",0,30,110);
	Menu3_7=new Array("Public Services","services.html","",0,20,110);
	Menu3_8=new Array("Senior citizens","elderly.html","",0,20,110);
	Menu3_9=new Array("Tide times","javascript:openAWindow('http://www.pol.ac.uk/ntslf/tides/?port=0012','tides',900,600,1)","",0,20,110);
	Menu3_10=new Array("Useful services","useful.html","",0,20,110);
	Menu3_11=new Array("Visitors services","visitors.html","",0,20,110);
	Menu3_12=new Array("Weather forecast","javascript:openAWindow('http://www.metoffice.gov.uk/weather/uk/se/dover_forecast_weather.html','weather',900,600,1)","",0,20,110);
	Menu3_13=new Array("Young people","youth.html","",0,20,110);
	
Menu4=new Array("News and Views","news_views.html","",6,20,118);
	Menu4_1=new Array("Local news","news-local.html","",0,20,110);
	Menu4_2=new Array("Local news archives","news-archives.html","",0,30,110);
	Menu4_3=new Array("BBC National and Kent headlines","newsfeeds.html","",0,30,110);
	Menu4_4=new Array("Guestbook","guestbook.html","",0,20,110);
	Menu4_5=new Array("Walmer on Facebook","javascript:openAWindow('http://www.facebook.com/group.php?gid=110508452879&v=wall','facebook',990,600,1)","",0,30,110);
	Menu4_6=new Array("WalmerWeb Blog","javascript:openAWindow('http://walmerweb.blogspot.com/','blog',970,600,1)","",0,20,110);
	
Menu5=new Array("Coming events","walm-events/events.html","",12,20,118);
	Menu5_1=new Array("January","walm-events/events-january.html","",0,20,110);
	Menu5_2=new Array("February","walm-events/events-february.html","",0,20,110);
	Menu5_3=new Array("March","walm-events/events-march.html","",0,20,110);
	Menu5_4=new Array("April","walm-events/events-april.html","",0,20,110);
	Menu5_5=new Array("May","walm-events/events-may.html","",0,20,110);
	Menu5_6=new Array("June","walm-events/events-june.html","",0,20,110);
	Menu5_7=new Array("July","walm-events/events-july.html","",0,20,110);
	Menu5_8=new Array("August","walm-events/events-august.html","",0,20,110);
	Menu5_9=new Array("September","walm-events/events-september.html","",0,20,110);
	Menu5_10=new Array("October","walm-events/events-october.html","",0,20,110);
	Menu5_11=new Array("November","walm-events/events-november.html","",0,20,110);
	Menu5_12=new Array("December","walm-events/events-december.html","",0,20,110);
	
Menu6=new Array("Internet links","web_links.html","",0,20,118);

Menu7=new Array("Contact us","contact.html","",0,20,118);

Menu8=new Array("Website info","site_page.html","",3,20,118);
	Menu8_1=new Array("About this website","about_site.html","",0,20,110);
	Menu8_2=new Array("Privacy","privacy_policy.html","",0,20,110);
	Menu8_3=new Array("Site map","sitemap.html","",0,20,110);
	
	
