
	var NoOffFirstLineMenus=7;		// Number of first level items
	var LowBgColor='#5784C0';		// Background color when mouse is not over
	var LowSubBgColor='#5784C0';		// Background color when mouse is not over on subs
	var HighBgColor='black';		// Background color when mouse is over
	var HighSubBgColor='black';		// Background color when mouse is over on subs
	var FontLowColor='black';		// Font color when mouse is not over
	var FontSubLowColor='black';		// Font color subs when mouse is not over
	var FontHighColor='white';		// Font color when mouse is over
	var FontSubHighColor='white';		// Font color subs when mouse is over
	var BorderColor='black';		// Border color
	var BorderSubColor='black';		// Border color for subs
	var BorderWidth=1;			// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial, helvetica, Verdana, Geneva, Sans-Serif"	// Font family menu items
	var FontSize=12;			// Font size menu items
	var FontBold=0;				// 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=425;			// Menu offset x coordinate
	var StartLeft=15;			// Menu offset y coordinate
	var VerCorrect=0;			// Multiple frames y correction
	var HorCorrect=0;			// Multiple frames x correction
	var LeftPaddng=5;			// 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 highligthed
	var Arrws=['./Javascript/tri.gif',5,10,'./Javascript/tridown.gif',10,5,'./Javascript/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("List all walks","./walks/allwalksindex.php","",3,20,140);
    Menu1_1=new Array("Walks by year","./walks/allwalksindex.php","",12,20,140);
        Menu1_1_1=new Array("2010","./walks/2010/index.php","",0,20,140);	
        Menu1_1_2=new Array("2009","./walks/2009/index.php","",0,20,140);	
        Menu1_1_3=new Array("2008","./walks/2008/index.php","",0,20,140);	
        Menu1_1_4=new Array("2007","./walks/2007/index.php","",0,20,140);	
        Menu1_1_5=new Array("2006","./walks/2006/index.php","",0,20,140);	
        Menu1_1_6=new Array("2005","./walks/2005/index.php","",0,20,140);	
        Menu1_1_7=new Array("2004","./walks/2004/index.php","",0,20,140);	
	Menu1_1_8=new Array("2003","./walks/2003/index.php","",0);
	Menu1_1_9=new Array("2002","./walks/2002/index.php","",0);
	Menu1_1_10=new Array("2001","./walks/2001/index.php","",0);
	Menu1_1_11=new Array("2000","./walks/2000/index.php","",0);
	Menu1_1_12=new Array("1999","./walks/1999/index.php","",0);

    Menu1_2=new Array("Walks by OS Map","./walks/General/maps.php/","",3,20,150);
	Menu1_2_1=new Array("Landranger","./walks/General/maps.php#LR","",0,20,150);
	Menu1_2_2=new Array("Outdoor Leisure","./walks/General/maps.php#OL","",0);
	Menu1_2_3=new Array("Explorer","./walks/General/maps.php#EX","",0);

    Menu1_3=new Array("Walks by county","./walks/Counties/index.php","",6,20,160);
	Menu1_3_1=new Array("England","./walks/Counties/EnglandIndex.php","",0,20,160);
	Menu1_3_2=new Array("Scotland","./walks/Counties/ScotlandIndex.php","",0);
	Menu1_3_3=new Array("Wales","./walks/Counties/WalesIndex.php","",0);
	Menu1_3_4=new Array("All","./walks/Counties/index.php","",0);
	Menu1_3_5=new Array("County Tops","./walks/Counties/CountyTops.php","",0);
	Menu1_3_6=new Array("Peak District","./walks/Named/PeakDistrictWalks.php","",0);


Menu2=new Array("Long Distance Walks","./walks/Named/NationalTrails/index.php","",4,20,170);
	Menu2_1=new Array("CoastWalk","./walks/Named/Coastwalk/index.php","",0,20,170);
	Menu2_2=new Array("LE-JOG","./walks/Named/LEJOG/index.php","",0);
	Menu2_3=new Array("Named Walks","./walks/Named/index.php","",0);
	Menu2_4=new Array("National Trails","./walks/Named/NationalTrails/index.php","",0);

Menu3=new Array("Equipment","./walks/Equipment/equipment.php","",0);
Menu4=new Array("About Me","../Me/index.php","",0);
Menu5=new Array("Search","./walks/General/search.php","",0);
Menu6=new Array("Views from the Molehill","./General/Molehill/2005-1.php","",0);
Menu7=new Array("Links","./General/links.php","",0);

