/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;		// Number of first level items
	var LowBgColor='#336600';		// Background color when mouse is not over
	var LowSubBgColor='#336600';		// Background color when mouse is not over on subs
	var HighBgColor='#0033FF';		// Background color when mouse is over
	var HighSubBgColor='#0033FF';		// 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='#FFFF00';		// Font color when mouse is over
	var FontSubHighColor='#FFFF00';		// 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,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// 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='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=170;			// 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=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='destination';	// Frame where first level appears
	var SecLineFrame='destination';		// Frame where sub levels appear
	var DocTargetFrame='destination';	// 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=['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,140);

Menu2=new Array("About The Festival","../about.html","",4,20,140);
	Menu2_1=new Array("Budget","../2011/2011Budget.html","",0,20,140);
	Menu2_2=new Array("Our Sponsor","../oursponsors.html","",0,20,140);
	Menu2_3=new Array("Our Advertisers","../2011/advertisers.html","",0,20,140);
	Menu2_4=new Array("ISSMUS","../2012/A_issmus.html","",0,20,140);

Menu3=new Array("2012 Festival","../2012/2012index.html","",5,20,140);
 	Menu3_1=new Array("Verse & Prose","../2012/dvpabout.html","",11,20,140);
 		Menu3_1_1=new Array("About","../2012/dvpabout.html","",0,20,140);
 		Menu3_1_2=new Array("Trophies","../2012/dvptrophies.html","",0,20,140);
 		Menu3_1_3=new Array("2011 Trophies Awarded","../2011/dvptrophiesawards.html","",0,20,140);
 		Menu3_1_4=new Array("Jenny Thornton","../2012/dvpjt.html","",0,20,140);
 		Menu3_1_5=new Array("Margery Jackson","../2012/dvpmj.html","",0,20,140);
 		Menu3_1_6=new Array("Conditions of Entry","../2011/Conditions.html","",0,20,140);
 		Menu3_1_7=new Array("Awards & Medals","../2011/awards.html","",0,20,140);
 		Menu3_1_8=new Array("Syllabus (pdf)","../2012/Syllabus_2012_verse.pdff","",0,20,140);
 		Menu3_1_9=new Array("Entry Form (pdf)","../2012/EntryFormvnp2012.pdf","",0,20,140);
 		Menu3_1_10=new Array("Child Protection (pdf)","../ChildProtectionPolicy.pdf","",0,20,140);
// 		Menu3_1_11=new Array("Myra McCulloch Map (pdf)","../2012/MapMyraMcCulloch.pdf","",0,20,140);
 		Menu3_1_11=new Array("Oakwood Map (pdf)","../2011/MapOakwood.pdf","",0,20,140);
// 		Menu3_1_13=new Array("Schedule 12th March","../2012/schedule_vnp_20120312.pdf","",0,20,140);
// 		Menu3_1_14=new Array("Schedule 13th March","../2012/schedule_vnp_20120313.pdf","",0,20,140);
// 		Menu3_1_15=new Array("Schedule 19th March","../2012/schedule_vnp_20120319.pdf","",0,20,140);
// 		Menu3_1_16=new Array("Choral Verse 19th March","../2012/schedule_vnp_m_20120319.pdf","",0,20,140);
// 		Menu3_1_17=new Array("Schedule 20th March","../2012/schedule_vnp_20120320.pdf","",0,20,140);
// 
 	Menu3_2=new Array("Pianoforte","../2012/pianoabout.html","",13,20,140);
 		Menu3_2_1=new Array("About","../2012/pianoabout.html","",0,20,140);
 		Menu3_2_2=new Array("Trophies","../2012/pianotrophies.html","",0,20,140);
 		Menu3_2_3=new Array("2011 Trophies Awarded","../2011/pianotrophiesawards.html","",0,20,140);
 		Menu3_2_4=new Array("Paul Roberts","../2012/pianopr.html","",0,20,140);
 		Menu3_2_5=new Array("Conditions of Entry","../2011/Conditions.html","",0,20,140);
 		Menu3_2_6=new Array("Awards & Medals","../2011/awards.html","",0,20,140);
 		Menu3_2_7=new Array("Syllabus (pdf)","../2012/Syllabus_2012_piano.pdf","",0,20,140);
 		Menu3_2_8=new Array("Entry Form A4 (pdf)","../2012/PianoEntryForm2012A4.pdf","",0,20,140);
 		Menu3_2_9=new Array("Entry Form A3 (pdf)","../2012/PianoEntryForm2012A3.pdf","",0,20,140);
 		Menu3_2_10=new Array("Child Protection (pdf)","../ChildProtectionPolicy.pdf","",0,20,140);
 		Menu3_2_11=new Array("Performance Guide (pdf)","../2012/PerformanceGuideNotes.pdf","",0,20,140);
 		Menu3_2_12=new Array("Oakwood Map (pdf)","../2011/MapOakwood.pdf","",0,20,140);
 		Menu3_2_13=new Array("Debussy Celebration","../2012/debussy.html","",0,20,140);
// 		Menu3_2_13=new Array("Schedule 11th March","../2012/schedule_pia_20120311.pdf","",0,20,140);
// 		Menu3_2_14=new Array("Schedule 12th March","../2012/schedule_pia_20120312.pdf","",0,20,140);
// 		Menu3_2_15=new Array("Schedule 13th March","../2012/schedule_pia_20120313.pdf","",0,20,140);
// 		Menu3_2_16=new Array("Schedule 18th March","../2012/schedule_pia_20120318.pdf","",0,20,140);
// 		Menu3_2_17=new Array("Schedule 20th March","../2012/schedule_pia_20120320.pdf","",0,20,140);
// 		
 	Menu3_3=new Array("Instrumental","../2012/instabout.html","",11,20,140);
 		Menu3_3_1=new Array("About","../2012/instabout.html","",0,20,140);
 		Menu3_3_2=new Array("Trophies","../2012/insttrophies.html","",0,20,140);
 		Menu3_3_3=new Array("2011 Trophies Awarded","../2011/insttrophiesawards.html","",0,20,140);
 		Menu3_3_4=new Array("Kay Tucker","../2012/instkt.html","",0,20,140);
 		Menu3_3_5=new Array("Conditions of Entry","../2011/Conditions.html","",0,20,140);
 		Menu3_3_6=new Array("Awards & Medals","../2011/awards.html","",0,20,140);
 		Menu3_3_7=new Array("Syllabus (pdf)","../2012/Syllabus_2012_inst.pdf","",0,20,140);
 		Menu3_3_8=new Array("Entry Form (pdf)","../2012/InstEntryForm2012.pdf","",0,20,140);
 		Menu3_3_9=new Array("Child Protection (pdf)","../ChildProtectionPolicy.pdf","",0,20,140);
 		Menu3_3_10=new Array("Performance Guide","../2012/PerformanceGuideNotes.pdf","",0,20,140);
 		Menu3_3_11=new Array("Oakwood Map (pdf)","../2011/MapOakwood.pdf","",0,20,140);
// 		Menu3_3_12=new Array("Schedule 5th March","../2012/schedule_int_20120305.pdf","",0,20,140);
// 		Menu3_3_13=new Array("Schedule 6th March","../2012/schedule_int_20120306.pdf","",0,20,140);
// 		
	Menu3_4=new Array("Organ","../2012/organabout.html","",9,20,140);
		Menu3_4_1=new Array("About","../2012/organabout.html","",0,20,140);
		Menu3_4_2=new Array("Trophies","../2012/organtrophies.html","",0,20,140);
		Menu3_4_3=new Array("Brian Fawcett","../2012/organbf.html","",0,20,140);
 		Menu3_4_4=new Array("Conditions of Entry","../2011/Conditions.html","",0,20,140);
 		Menu3_4_5=new Array("Awards & Medals","../2011/awards.html","",0,20,140);
 		Menu3_4_6=new Array("Syllabus (pdf)","../2012/Syllabus_2012_organ.pdf","",0,20,140);
 		Menu3_4_7=new Array("Entry Form (pdf)","../2012/InstEntryForm2012.pdf","",0,20,140);
 		Menu3_4_8=new Array("Child Protection (pdf)","../ChildProtectionPolicy.pdf","",0,20,140);
 		Menu3_4_9=new Array("Reading Sch Map (pdf)","../2011/MapOrgan.pdf","",0,20,140);

 	Menu3_5=new Array("Vocal","../2012/vocalabout.html","",15,20,140);
 		Menu3_5_1=new Array("About","../2012/vocalabout.html","",0,20,140);
 		Menu3_5_2=new Array("Trophies","../2012/vocaltrophies.html","",0,20,140);
 		Menu3_5_3=new Array("2011 Trophies Awarded","../2011/vocaltrophiesawards.html","",0,20,140);
 		Menu3_5_4=new Array("Ian Kennedy","../2012/vocalik.html","",0,20,140);
 		Menu3_5_5=new Array("Conditions of Entry","../2011/Conditions.html","",0,20,140);
 		Menu3_5_6=new Array("Awards & Medals","../2011/awards.html","",0,20,140);
		Menu3_5_7=new Array("Choir Syllabus (pdf)","../2012/ChoralSyllabus2012.pdf","",0,20,140)
		Menu3_5_8=new Array("Choir Entry Form (pdf)","../2012/EntryFormChoral2012.pdf","",0,20,140);;
 		Menu3_5_9=new Array("Vocal Syllabus (pdf)","../2012/Syllabus_2012_vocal.pdf","",0,20,140);
 		Menu3_5_10=new Array("Vocal Entry Form (pdf)","../2012/VocalEntryForm2012.pdf","",0,20,140);
 		Menu3_5_11=new Array("Child Protection (pdf)","../ChildProtectionPolicy.pdf","",0,20,140);
 		Menu3_5_12=new Array("Performance Guide","../2012/PerformanceGuideNotes.pdf","",0,20,140);
 		Menu3_5_13=new Array("Emmbrook Map (pdf)","../2011/MapEmmbrook.pdf","",0,20,140);
 		Menu3_5_14=new Array("Oakwood Map (pdf)","../2011/MapOakwood.pdf","",0,20,140);
 		Menu3_5_15=new Array("Vocal Masterclass","../2012/vocalmc.html","",0,20,140);
// 		Menu3_5_13=new Array("Choirs 5th March","../2012/schedule_voc_20120305.pdf","",0,20,140);
// 		Menu3_5_14=new Array("Schedule 19th March","../2012/schedule_voc_20120319.pdf","",0,20,140);
// 		Menu3_5_15=new Array("Schedule 20th March","../2012/schedule_voc_20120320.pdf","",0,20,140);
// 
// 		Menu3_5=new Array("Festival Finale","../2012/2012finale.html","",0,20,140);		
// 	Menu3_6=new Array("Festival Photographs","../2012/2012pictures.html","",0,20,140);
// 	Menu3_7=new Array("Finale Photographs","../2012/2012picturesfinale.html","",0,20,140);
// 	Menu3_8=new Array("Press Release 1st Wk","../2012/2012press1.html","",0,20,140);
// 	Menu3_9=new Array("Press Release 2nd Wk","../2012/2012press2.html","",0,20,140);
// 	Menu3_10=new Array("Press Release 3rd Wk","../2012/2012press3.html","",0,20,140);
// 	Menu3_11=new Array("Press Release Finale","../2011/2011press4.html","",0,20,140);
		
Menu4=new Array("Our People","../ourpeople.html","",0,20,140);
    
Menu5=new Array("Child Protection (pdf)","../ChildProtectionPolicy.pdf","",0,20,140);

Menu6=new Array("Archives","../archives.html","",3,20,140);
	Menu6_1=new Array("2011 Festival","../2011/2011index.html","",12,20,140);
	Menu6_1_1=new Array("Verse & Prose","../2011/dvpabout.html","",17,20,140);
		Menu6_1_1_1=new Array("About","../2011/dvpabout.html","",0,20,140);
		Menu6_1_1_2=new Array("Trophies","../2011/dvptrophies.html","",0,20,140);
		Menu6_1_1_3=new Array("Trophies Awarded","../2011/dvptrophiesawards.html","",0,20,140);
		Menu6_1_1_4=new Array("Edwina Lloyd","../2011/dvpel.html","",0,20,140);
		Menu6_1_1_5=new Array("Janet Tucket","../2011/dvpjt.html","",0,20,140);
		Menu6_1_1_6=new Array("Conditions of Entry","../2011/Conditions.html","",0,20,140);
		Menu6_1_1_7=new Array("Awards & Medals","../2011/awards.html","",0,20,140);
		Menu6_1_1_8=new Array("Syllabus (pdf)","../2011/Woodley_Syllabus_2011_VnP.pdf","",0,20,140);
		Menu6_1_1_9=new Array("Entry Form (pdf)","../2011/Entry_Form_Verse.pdf","",0,20,140);
		Menu6_1_1_10=new Array("Child Protection (pdf)","../ChildProtectionPolicy.pdf","",0,20,140);
		Menu6_1_1_11=new Array("Myra McCulloch Map (pdf)","../2011/MapMyraMcCulloch.pdf","",0,20,140);
		Menu6_1_1_12=new Array("Oakwood Map (pdf)","../2011/MapOakwood.pdf","",0,20,140);
		Menu6_1_1_13=new Array("Schedule 12th March","../2011/schedule_vnp_20110312.pdf","",0,20,140);
		Menu6_1_1_14=new Array("Schedule 13th March","../2011/schedule_vnp_20110313.pdf","",0,20,140);
		Menu6_1_1_15=new Array("Schedule 19th March","../2011/schedule_vnp_20110319.pdf","",0,20,140);
		Menu6_1_1_16=new Array("Choral Verse 19th March","../2011/schedule_vnp_m_20110319.pdf","",0,20,140);
		Menu6_1_1_17=new Array("Schedule 20th March","../2011/schedule_vnp_20110320.pdf","",0,20,140);

	Menu6_1_2=new Array("Pianoforte","../2011/pianoabout.html","",17,20,140);
		Menu6_1_2_1=new Array("About","../2011/pianoabout.html","",0,20,140);
		Menu6_1_2_2=new Array("Trophies","../2011/pianotrophies.html","",0,20,140);
		Menu6_1_2_3=new Array("Trophies Awarded","../2011/pianotrophiesawards.html","",0,20,140);
		Menu6_1_2_4=new Array("Ann Martin-Davis","../2011/pianoamd.html","",0,20,140);
		Menu6_1_2_5=new Array("Conditions of Entry","../2011/Conditions.html","",0,20,140);
		Menu6_1_2_6=new Array("Awards & Medals","../2011/awards.html","",0,20,140);
		Menu6_1_2_7=new Array("Syllabus (pdf)","../2011/Woodley_Syllabus_2011_Piano.pdf","",0,20,140);
		Menu6_1_2_8=new Array("Entry Form (pdf)","../2011/Entry_Form_Piano.pdf","",0,20,140);
		Menu6_1_2_9=new Array("Entry Form (Doc)","../2011/Entry_Form_Piano.doc","",0,20,140);
		Menu6_1_2_10=new Array("Child Protection (pdf)","../ChildProtectionPolicy.pdf","",0,20,140);
		Menu6_1_2_11=new Array("Performance Guide (pdf)","../2012/PerformanceGuideNotes.pdf","",0,20,140);
		Menu6_1_2_12=new Array("Oakwood Map (pdf)","../2011/MapOakwood.pdf","",0,20,140);
		Menu6_1_2_13=new Array("Schedule 11th March","../2011/schedule_pia_20110311.pdf","",0,20,140);
		Menu6_1_2_14=new Array("Schedule 12th March","../2011/schedule_pia_20110312.pdf","",0,20,140);
		Menu6_1_2_15=new Array("Schedule 13th March","../2011/schedule_pia_20110313.pdf","",0,20,140);
		Menu6_1_2_16=new Array("Schedule 18th March","../2011/schedule_pia_20110318.pdf","",0,20,140);
		Menu6_1_2_17=new Array("Schedule 20th March","../2011/schedule_pia_20110320.pdf","",0,20,140);
		
	Menu6_1_3=new Array("Instrumental","../2011/instabout.html","",13,20,140);
		Menu6_1_3_1=new Array("About","../2011/instabout.html","",0,20,140);
		Menu6_1_3_2=new Array("Trophies","../2011/insttrophies.html","",0,20,140);
		Menu6_1_3_3=new Array("Trophies Awarded","../2011/insttrophiesawards.html","",0,20,140);
		Menu6_1_3_4=new Array("Michael Johnson","../2011/instmj.html","",0,20,140);
		Menu6_1_3_5=new Array("Conditions of Entry","../2011/Conditions.html","",0,20,140);
		Menu6_1_3_6=new Array("Awards & Medals","../2011/awards.html","",0,20,140);
		Menu6_1_3_7=new Array("Syllabus (pdf)","../2011/Woodley_Syllabus_2011_Instrumental.pdf","",0,20,140);
		Menu6_1_3_8=new Array("Entry Form (pdf)","../2011/Entry_Form_Inst.pdf","",0,20,140);
		Menu6_1_3_9=new Array("Child Protection (pdf)","../ChildProtectionPolicy.pdf","",0,20,140);
		Menu6_1_3_10=new Array("Performance Guide","../2012/PerformanceGuideNotes.pdf","",0,20,140);
		Menu6_1_3_11=new Array("Oakwood Map (pdf)","../2011/MapOakwood.pdf","",0,20,140);
		Menu6_1_3_12=new Array("Schedule 5th March","../2011/schedule_int_20110305.pdf","",0,20,140);
		Menu6_1_3_13=new Array("Schedule 6th March","../2011/schedule_int_20110306.pdf","",0,20,140);

	Menu6_1_4=new Array("Vocal","../2011/vocalabout.html","",15,20,140);
		Menu6_1_4_1=new Array("About","../2011/vocalabout.html","",0,20,140);
		Menu6_1_4_2=new Array("Trophies","../2011/vocaltrophies.html","",0,20,140);
		Menu6_1_4_3=new Array("Trophies Awarded","../2011/vocaltrophiesawards.html","",0,20,140);
		Menu6_1_4_4=new Array("Eileen Field","../2011/vocalef.html","",0,20,140);
//		Menu6_1_4_5=new Array("David Kirby-Ashmore","../2011/vocaldka.html","",0,20,140);
		Menu6_1_4_5=new Array("Conditions of Entry","../2011/Conditions.html","",0,20,140);
		Menu6_1_4_6=new Array("Awards & Medals","../2011/awards.html","",0,20,140);
//		Menu6_1_4_8=new Array("Choir Syllabus (pdf)","../2011/choralsyllabus.pdf","",0,20,140)
//		Menu6_1_4_9=new Array("Choir Entry Form (pdf)","../2011/Entry_Form_Choral.pdf","",0,20,140);;
		Menu6_1_4_7=new Array("Vocal Syllabus (pdf)","../2011/Woodley_Syllabus_2011_Vocal.pdf","",0,20,140);
		Menu6_1_4_8=new Array("Vocal Entry Form (pdf)","../2011/Entry_Form_Vocal.pdf","",0,20,140);
		Menu6_1_4_9=new Array("Child Protection (pdf)","../ChildProtectionPolicy.pdf","",0,20,140);
		Menu6_1_4_10=new Array("Performance Guide","../2012/PerformanceGuideNotes.pdf","",0,20,140);
		Menu6_1_4_11=new Array("Emmbrook Map (pdf)","../2011/MapEmmbrook.pdf","",0,20,140);
		Menu6_1_4_12=new Array("Oakwood Map (pdf)","../2011/MapOakwood.pdf","",0,20,140);
		Menu6_1_4_13=new Array("Choirs 5th March","../2011/schedule_voc_20110305.pdf","",0,20,140);
		Menu6_1_4_14=new Array("Schedule 19th March","../2011/schedule_voc_20110319.pdf","",0,20,140);
		Menu6_1_4_15=new Array("Schedule 20th March","../2011/schedule_voc_20110320.pdf","",0,20,140);

	Menu6_1_5=new Array("Festival Finale","../2011/2011finale.html","",0,20,140);		
	Menu6_1_6=new Array("Festival Photographs","../2011/2011pictures.html","",0,20,140);
	Menu6_1_7=new Array("Finale Photographs","../2011/2011picturesfinale.html","",0,20,140);
	Menu6_1_8=new Array("Press Release 1st Wk","../2011/2011press1.html","",0,20,140);
	Menu6_1_9=new Array("Press Release 2nd Wk","../2011/2011press2.html","",0,20,140);
	Menu6_1_10=new Array("Press Release 3rd Wk","../2011/2011press3.html","",0,20,140);
	Menu6_1_11=new Array("Press Release Finale","../2011/2011press4.html","",0,20,140);
	Menu6_1_12=new Array("2011 Budget","../2011/2011Budget.html","",0,20,140);
		
	Menu6_2=new Array("2010 Festival","../2010/2010index.html","",12,20,140);
		Menu6_2_1=new Array("Verse & Prose","../2010/2010dvpindex.html","",17,20,140);
		Menu6_2_1_1=new Array("About","../2010/dvpabout.html","",0,20,140);
		Menu6_2_1_2=new Array("Trophies","../2010/dvptrophies.html","",0,20,140);
		Menu6_2_1_3=new Array("Trophies Awarded","../2010/dvptrophiesawards.html","",0,20,140);
		Menu6_2_1_4=new Array("Anne Harris Norman","../2010/dvpahn.html","",0,20,140);
		Menu6_2_1_5=new Array("Priscilla Morris","../2010/dvppm.html","",0,20,140);
		Menu6_2_1_6=new Array("Conditions of Entry","../2010/Conditions.html","",0,20,140);
		Menu6_2_1_7=new Array("Awards & Medals","../2010/awards.html","",0,20,140);
		Menu6_2_1_8=new Array("Syllabus (pdf)","../2010/WoodleySyllabus_2010_Verse.pdf","",0,20,140);
		Menu6_2_1_9=new Array("Entry Form (pdf)","../2010/Entry_Form_Verse.pdf","",0,20,140);
		Menu6_2_1_10=new Array("Child Protection (pdf)","../ChildProtectionPolicy.pdf","",0,20,140);
		Menu6_2_1_11=new Array("Myra McCulloch Map (pdf)","../2010/MyraMcCulloch.pdf","",0,20,140);
		Menu6_2_1_12=new Array("Oakwood Map (pdf)","../2010/Oakwood.pdf","",0,20,140);
		Menu6_2_1_13=new Array("Schedule 13th March","../2010/schedule_vnp_20100313o.pdf","",0,20,140);
		Menu6_2_1_14=new Array("Schedule 14th March","../2010/schedule_vnp_20100314o.pdf","",0,20,140);
		Menu6_2_1_15=new Array("Schedule 20th March","../2010/schedule_vnp_20100320o.pdf","",0,20,140);
		Menu6_2_1_16=new Array("Choral Verse 20th March","../2010/schedule_vnp_20100320b.pdf","",0,20,140);
		Menu6_2_1_17=new Array("Schedule 21st March","../2010/schedule_vnp_20100321o.pdf","",0,20,140);

	Menu6_2_2=new Array("Pianoforte","../2010/2010pianoindex.html","",16,20,140);
		Menu6_2_2_1=new Array("About","../2010/pianoabout.html","",0,20,140);
		Menu6_2_2_2=new Array("Trophies","../2010/pianotrophies.html","",0,20,140);
		Menu6_2_2_3=new Array("Trophies Awarded","../2010/pianotrophiesawards.html","",0,20,140);
		Menu6_2_2_4=new Array("Anthony Williams","../2010/pianoaw.html","",0,20,140);
		Menu6_2_2_5=new Array("Conditions of Entry","../2010/Conditions.html","",0,20,140);
		Menu6_2_2_6=new Array("Awards & Medals","../2010/awards.html","",0,20,140);
		Menu6_2_2_7=new Array("Syllabus (pdf)","../2010/WoodleySyllabus_2010_Piano.pdf","",0,20,140);
		Menu6_2_2_8=new Array("Entry Form (pdf)","../2010/Entry_Form_Piano.pdf","",0,20,140);
		Menu6_2_2_9=new Array("Entry Form (Doc)","../2010/Entry_Form_Piano.doc","",0,20,140);
		Menu6_2_2_10=new Array("Child Protection (pdf)","../ChildProtectionPolicy.pdf","",0,20,140);
		Menu6_2_2_11=new Array("Performance Guide (pdf)","../2010/Performance_Guide.pdf","",0,20,140);
		Menu6_2_2_12=new Array("Oakwood Map (pdf)","../2010/Oakwood.pdf","",0,20,140);
		Menu6_2_2_13=new Array("Schedule 13th March","../2010/schedule_pia_20100313o.pdf","",0,20,140);
		Menu6_2_2_14=new Array("Schedule 14th March","../2010/schedule_pia_20100314o.pdf","",0,20,140);
		Menu6_2_2_15=new Array("Schedule 20th March","../2010/schedule_pia_20100320o.pdf","",0,20,140);
		Menu6_2_2_16=new Array("Schedule 21st March","../2010/schedule_pia_20100321o.pdf","",0,20,140);
		
	Menu6_2_3=new Array("Instrumental","../2010/2010instindex.html","",13,20,140);
		Menu6_2_3_1=new Array("About","../2010/instabout.html","",0,20,140);
		Menu6_2_3_2=new Array("Trophies","../2010/insttrophies.html","",0,20,140);
		Menu6_2_3_3=new Array("Trophies Awarded","../2010/insttrophiesawards.html","",0,20,140);
		Menu6_2_3_4=new Array("Trevor Hughes","../2010/instth.html","",0,20,140);
		Menu6_2_3_5=new Array("Conditions of Entry","../2010/Conditions.html","",0,20,140);
		Menu6_2_3_6=new Array("Awards & Medals","../2010/awards.html","",0,20,140);
		Menu6_2_3_7=new Array("Syllabus (pdf)","../2010/WoodleySyllabus_2010_Inst.pdf","",0,20,140);
		Menu6_2_3_8=new Array("Entry Form (pdf)","../2010/Entry_Form_Inst.pdf","",0,20,140);
		Menu6_2_3_9=new Array("Child Protection (pdf)","../ChildProtectionPolicy.pdf","",0,20,140);
		Menu6_2_3_10=new Array("Performance Guide","../2010/Performance_Guide.pdf","",0,20,140);
		Menu6_2_3_11=new Array("Oakwood Map (pdf)","../2010/Oakwood.pdf","",0,20,140);
		Menu6_2_3_12=new Array("Schedule 6th March","../2010/schedule_int_20100306o.pdf","",0,20,140);
		Menu6_2_3_13=new Array("Schedule 7th March","../2010/schedule_int_20100307o.pdf","",0,20,140);


	Menu6_2_4=new Array("Vocal","../2010/2010vocalindex.html","",18,20,140);
		Menu6_2_4_1=new Array("About","../2010/vocalabout.html","",0,20,140);
		Menu6_2_4_2=new Array("Trophies","../2010/vocaltrophies.html","",0,20,140);
		Menu6_2_4_3=new Array("Trophies Awarded","../2010/vocaltrophiesawards.html","",0,20,140);
		Menu6_2_4_4=new Array("Hilary Davan Wetton","../2010/vocalhdw.html","",0,20,140);
		Menu6_2_4_5=new Array("David Kirby-Ashmore","../2010/vocaldka.html","",0,20,140);
		Menu6_2_4_6=new Array("Conditions of Entry","../2010/Conditions.html","",0,20,140);
		Menu6_2_4_7=new Array("Awards & Medals","../2010/awards.html","",0,20,140);
		Menu6_2_4_8=new Array("Choir Syllabus (pdf)","../2010/choralsyllabus.pdf","",0,20,140)
		Menu6_2_4_9=new Array("Choir Entry Form (pdf)","../2010/Entry_Form_Choral.pdf","",0,20,140);;
		Menu6_2_4_10=new Array("Vocal Syllabus (pdf)","../2010/WoodleySyllabus_2010_Vocal.pdf","",0,20,140);
		Menu6_2_4_11=new Array("Vocal Entry Form (pdf)","../2010/Entry_Form_Vocal.pdf","",0,20,140);
		Menu6_2_4_12=new Array("Child Protection (pdf)","../ChildProtectionPolicy.pdf","",0,20,140);
		Menu6_2_4_13=new Array("Performance Guide","../2010/Performance_Guide.pdf","",0,20,140);
		Menu6_2_4_14=new Array("Emmbrook Map (pdf)","../2010/Emmbrook.pdf","",0,20,140);
		Menu6_2_4_15=new Array("Oakwood Map (pdf)","../2010/Oakwood.pdf","",0,20,140);
		Menu6_2_4_16=new Array("Choirs 6th March","../2010/schedule_voc_20100306e.pdf","",0,20,140);
		Menu6_2_4_17=new Array("Schedule 20th March","../2010/schedule_voc_20100320o.pdf","",0,20,140);
		Menu6_2_4_18=new Array("Schedule 21st March","../2010/schedule_voc_20100321o.pdf","",0,20,140);
				
	Menu6_2_5=new Array("Festival Photographs","../2010/2010pictures.html","",0,20,140);
	Menu6_2_6=new Array("Finale Photographs","../2010/2010picturesfinale.html","",0,20,140);
	Menu6_2_7=new Array("Press Release 1st Wk","../2010/2010press1.html","",0,20,140);
	Menu6_2_8=new Array("Press Release 2nd Wk","../2010/2010press2.html","",0,20,140);
	Menu6_2_9=new Array("Press Release 3rd Wk","../2010/2010press3.html","",0,20,140);
	Menu6_2_10=new Array("Press Release Finale","../2010/2010press4.html","",0,20,140);
	Menu6_2_11=new Array("Finale Concert","../2010/index.html","",0,20,140);
	Menu6_2_12=new Array("2010 Budget","../2010/2010Budget.html","",0,20,140);
	
	Menu6_3=new Array("2009 Festival","../2009/2009pictures.html","",0,20,140);
