	var NoOffFirstLineMenus=9;			// Number of first level items
	var LowBgColor='#000080';			// Background color when mouse is not over
	var LowSubBgColor='#000080';			// Background color when mouse is not over on subs
	var HighBgColor='#C0C0C0';			// Background color when mouse is over
	var HighSubBgColor='#C0C0C0';			// Background color when mouse is over on subs
	var FontLowColor='C0C0C0';			// Font color when mouse is not over
	var FontSubLowColor='C0C0C0';			// Font color subs when mouse is not over
	var FontHighColor='000080';			// Font color when mouse is over
	var FontSubHighColor='000080';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// 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=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// 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=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='MenuPos';				// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['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.htm","",0,20,89);
		
Menu2=new Array("Engagements","","",6);
	Menu2_1=new Array("2004","eng04.html","",0,20,180);
	Menu2_2=new Array("2005","eng05.html","",0);
	Menu2_3=new Array("2006","eng06.html","",0);
	Menu2_4=new Array("2007","eng07.html","",0);
	Menu2_5=new Array("2008","eng08.html","",0);
	Menu2_6=new Array("2009","eng09.html","",0);

Menu3=new Array("Competitions","","",5);
	Menu3_1=new Array("Roll of Honour","","",17,20,180);	
		Menu3_1_1=new Array("Honour 1994","Honour94.html","",0,20,120);
		Menu3_1_2=new Array("Honour 1995","Honour95.html","",0);
		Menu3_1_3=new Array("Honour 1996","Honour96.html","",0);
		Menu3_1_4=new Array("Honour 1997","Honour97.html","",0);
		Menu3_1_5=new Array("Honour 1998","Honour98.html","",0);
		Menu3_1_6=new Array("Honour 1999","Honour99.html","",0);
		Menu3_1_7=new Array("Honour 2000","Honour00.html","",0);
		Menu3_1_8=new Array("Honour 2001","Honour01.html","",0);
		Menu3_1_9=new Array("Honour 2002","Honour02.html","",0);
		Menu3_1_10=new Array("Honour 2003","Honour03.html","",0);
		Menu3_1_11=new Array("Honour 2004","Honour04.html","",0);
		Menu3_1_12=new Array("Honour 2005","Honour05.html","",0);
		Menu3_1_13=new Array("Honour 2006","Honour06.html","",0);
		Menu3_1_14=new Array("Honour 2007","Honour07.html","",0);
		Menu3_1_15=new Array("Honour 2008","Honour08.html","",0);
		Menu3_1_16=new Array("Honour 2009","Honour08.html","",0);
		Menu3_1_17=new Array("Provosts Cup","ProvCup.html","",0);
    Menu3_2=new Array("Fixtures","Fixtures.html","",0);
    Menu3_3=new Array("Draws","Draws.html","",0);
	Menu3_4=new Array("Results","","",6);
		Menu3_4_1=new Array("Results 2004","Results04.html","",0,20,120);
		Menu3_4_2=new Array("Results 2005","Results05.html","",0);
		Menu3_4_3=new Array("Results 2006","Results06.html","",0);
		Menu3_4_4=new Array("Results 2007","Results07.html","",0);
		Menu3_4_5=new Array("Results 2008","Results08.html","",0);
		Menu3_4_6=new Array("Results 2009","Results09.html","",0);
	Menu3_5=new Array("Travel Times","","",1);
		Menu3_5_1=new Array("Ireland","TTimes.html","",0,20,120);
		
	
Menu4=new Array("Members","","",5);
	Menu4_1=new Array("Current Members","Curmem.html","",0,20,120);
	Menu4_2=new Array("Previous Members","Prevmem.html","",0);
	Menu4_3=new Array("Committee Members","Committee.html","",0);
	Menu4_4=new Array("Qualifications","Qualification.html","",0);
	Menu4_5=new Array("DM Kemp","DMKemp.html","",0);
	
Menu5=new Array("Picture Gallery","","",10,20,104);
	Menu5_1=new Array("Early Days","EDays.html","",0,20,104);
	Menu5_2=new Array("Millenium Pipers","MPipers.html","",0);
	Menu5_3=new Array("Miscellaneous Pics","","",4);
		Menu5_3_1=new Array("East End Park","EEPark.html","",0,20,180);
		Menu5_3_2=new Array("Starks Park","SPark.html","",0);
		Menu5_3_3=new Array("Murrayfield","Mfield.html","",0);
		Menu5_3_4=new Array("Pipe Band Hall","PBHall.html","",0);
	Menu5_4=new Array("2002","","",1);
		Menu5_4_1=new Array("Games Day","GDay02.html","",0,20,180);
	Menu5_5=new Array("2003","","",2);
		Menu5_5_1=new Array("Burntisland Queen","BQueen03.html","",0,20,180);
		Menu5_5_2=new Array("Burntisland Gala","BGala03.html","",0);
	Menu5_6=new Array("2004","","",4);
		Menu5_6_1=new Array("East End Park","EEPark.html","",0,20,180);
		Menu5_6_2=new Array("Cowal","Cowal04.html","",0);
		Menu5_6_3=new Array("Peebles","Peebles04.html","",0);
		Menu5_6_4=new Array("Inverkeithing","Iking04.html","",0);
	Menu5_7=new Array("2005","","",7);
		Menu5_7_1=new Array("Murrayfield","Mfield.html","",0,20,180);
		Menu5_7_2=new Array("Dunbar","Dunbar05.html","",0);
		Menu5_7_3=new Array("Dumbarton","Dumbarton05.html","",0);
		Menu5_7_4=new Array("Thornton","Thornton05.html","",0);
		Menu5_7_5=new Array("Cowal","Cowal05.html","",0);
		Menu5_7_6=new Array("Bonfire Night","BNight05.html","",0);
		Menu5_7_7=new Array("Burntisland Queen","BQueen05.html","",0);
	Menu5_8=new Array("2006","","",7);
		Menu5_8_1=new Array("Dumbarton","Dumbarton06.html","",0,20,180);
		Menu5_8_2=new Array("Bathgate","Bathgate06.html","",0);
		Menu5_8_3=new Array("Kinghorn","Kinghorn06.html","",0);
		Menu5_8_4=new Array("Markinch","Markinch06.html","",0);
		Menu5_8_5=new Array("Pitlochry","Pitlochry06.html","",0);
		Menu5_8_6=new Array("West Fife Show","WFShow06.html","",0);
		Menu5_8_7=new Array("Games Day","GDay06.html","",0)
	Menu5_9=new Array("2007","","",10);
		Menu5_9_1=new Array("Coffee Morning","CoffeeM07.html","",0,20,180);
		Menu5_9_2=new Array("Dumbarton","Dumbarton07.html","",0);
		Menu5_9_3=new Array("Bathgate","Bathgate07.html","",0);
		Menu5_9_4=new Array("Kinghorn","Kinghorn07.html","",0);
		Menu5_9_5=new Array("Markinch","Markinch07.html","",0);
		Menu5_9_6=new Array("Pitlochry","Ireland07.html","",0);
		Menu5_9_7=new Array("West Fife Show","WFShow07.html","",0);
		Menu5_9_8=new Array("Games Day","GDay07.html","",0)
		Menu5_9_9=new Array("Balloch","Balloch07.html","",0)
		Menu5_9_10=new Array("Ballymena","Bally07.html","",0)
	Menu5_10=new Array("2008","","",12);
		Menu5_10_1=new Array("Dumbarton","Dumbarton08.html","",0,20,180);
		Menu5_10_2=new Array("Markinch","Markinch08.html","",0);
		Menu5_10_3=new Array("Kinghorn","Kinghorn08.html","",0);
		Menu5_10_4=new Array("Burntisland","Burntisland08.html","",0);
		Menu5_10_5=new Array("Helensburgh","Helensburgh08.html","",0);
		Menu5_10_6=new Array("Birmingham","Birmingham08.html","",0);
		Menu5_10_7=new Array("Lisburn","Lisburn08.html","",0);
		Menu5_10_8=new Array("West Fife Show","WFShow08.html","",0);
		Menu5_10_9=new Array("Games Day","GDay08.html","",0)
		Menu5_10_10=new Array("Nazareth Gig","Nazareth.html","",0);
		Menu5_10_11=new Array("The Worlds","Worlds2008.html","",0);
		Menu5_10_12=new Array("Cowal","Cowal08.html","",0);


Menu6=new Array("Fun Stuff","","",8);
	Menu6_1=new Array("Jims Ode 1998","Ode1998.html","",0,20,120);
	Menu6_2=new Array("Jims Ode 2004","Ode2004.html","",0);
	Menu6_3=new Array("Jims Ode 2008","Ode2008.html","",0);
	Menu6_4=new Array("Piper's Wife","PWife.html","",0);
	Menu6_5=new Array("Drum Corps","Drumcorp.html","",0);
	Menu6_6=new Array("Stane Chucker","Stonethrow.html","",0);
	Menu6_7=new Array("Short and Tall","Shortlong.html","",0);
	Menu6_8=new Array("Sing a Long","Singalong.html","",0);

Menu7=new Array("News Room","","",2);
	Menu7_1=new Array("News","","",4,20,120);
		Menu7_1_1=new Array("Latest News","LNews.html","",0,20,180);
		Menu7_1_2=new Array("Funding","Funding.html","",0);
		Menu7_1_3=new Array("Practise Times","PTimes.html","",0);
		Menu7_1_4=new Array("Forthcoming Events","FEvents.html","",0);
	Menu7_2=new Array("Other News","","",2);
		Menu7_2_1=new Array("Line Dancing","LDance.html","",0,20,180);
		Menu7_2_2=new Array("TBC","TBC.html","",0);

Menu8=new Array("Contact Us","","",4);
	Menu8_1=new Array("Contact Details","Contact.html","",0,20,120);
	Menu8_2=new Array("Location","Location.html","",0);
	Menu8_3=new Array("Links","","",3);
		Menu8_3_1=new Array("Pipe Band Links","PBLinks.html","",0,20,120);
		Menu8_3_2=new Array("Local Links","LLinks.html","",0);
		Menu8_3_3=new Array("Other Links","OLinks.html","",0);
	Menu8_4=new Array("Forum","http://www.burntisland-and-district-pipe-band.co.uk/forums","",0);

Menu9=new Array("About Us","","",6);
	Menu9_1=new Array("Band History","History.html","",0,20,150);
	Menu9_2=new Array("Band Hall History","HHistory.html","",0);
	Menu9_3=new Array("Policies","","",4);
		Menu9_3_1=new Array("Constitution","javascript: window.open('Downloads/Constitution.pdf')","",0,20,180);
		Menu9_3_2=new Array("Equal Opportunities","javascript: window.open('Downloads/Equal Opportunities.pdf')","",0);
		Menu9_3_3=new Array("Website Consent","javascript: window.open('Downloads/Website consent form 2007.doc')","",0);
		Menu9_3_4=new Array("Disclosure scotland","","",6);
			Menu9_3_4_1=new Array("Child Protection Policy","javascript: window.open('Downloads/CPP.pdf')","",0,20,180);
			Menu9_3_4_2=new Array("Disclosure Statement","javascript: window.open('Downloads/Disclosure.pdf')","",0);
			Menu9_3_4_3=new Array("Ex Offenders Policy","javascript: window.open('Downloads/EXP.pdf')","",0);
			Menu9_3_4_4=new Array("Secure Handling Policy","javascript: window.open('Downloads/SHP.pdf')","",0);
			Menu9_3_4_5=new Array("Vulnerable Adults Policy","javascript: window.open('Downloads/VAP.pdf')","",0);
			Menu9_3_4_6=new Array("Vulnerable People Policy","javascript: window.open('Downloads/VPP.pdf')","",0);
	Menu9_4=new Array("Family Associations","Families.html","",0);
	Menu9_5=new Array("Pipe Majors","PipeMajors.html","",0);
	Menu9_6=new Array("AGM Minutes","javascript: window.open('Downloads/AGM07.pdf')","",0);

