/***********************************************************************************
*	(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=13;			// Number of first level items
	var LowBgColor='#B16377';			// Background color when mouse is not over
	var LowSubBgColor='#F2C665';			// 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='#F2C665';			// 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='#4F7C6D';			// Border color
	var BorderSubColor='#4F7C6D';			// 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='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='static';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=171;				// 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=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=['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","http://www.fcjbunclody.ie","",0,20,130);
Menu2=new Array("Our News","http://www.fcjbunclody.ie/news.php","",0,20,130);	

Menu3=new Array("History","","",2);
	Menu3_1=new Array("Development","development.html","",0,20,180);	
	Menu3_2=new Array("Our History","our_history.html","",0);

Menu4=new Array("Jubilee","","",1);
	Menu4_1=new Array("Jubilee","jubilee.html","",0,20,180);	

Menu5=new Array("Facilities","","",3);
	Menu5_1=new Array("Our Facilities","our_facilities.html","",0,20,180);
	Menu5_2=new Array("Buildings","buildings.html","",0);
	Menu5_3=new Array("d'Houet Building","dhouet_building.html","",0);

Menu6=new Array("Curriculum","","",4);
	Menu6_1=new Array("Junior Cycle","junior_cycle.html","",0,20,180);
	Menu6_2=new Array("Transition Year","transition_year.html","",0);
	Menu6_3=new Array("Senior Cycle","senior_cycle.html","",0);
	Menu6_4=new Array("L.C.V.P.","lcvp.html","",0);
	
Menu7=new Array("W.S.E. Report","http://www.fcjbunclody.ie/pdfs/fcj_wse_report.pdf","",0,20,180);
	

Menu8=new Array("Information","","",14);
	Menu8_1=new Array("Admissions Policy","admission_policy.html","",0,20,180);
	Menu8_2=new Array("Le Cheile","lecheile.html","",0,20,180);
	Menu8_3=new Array("Board Of Management","board_of_management.html","",0,20,180);
	Menu8_4=new Array("DES Inspection Reports","","",5,20,180);
		Menu8_4_1=new Array("CSPE Report","http://www.fcjbunclody.ie/pdfs/fcj_cspe_inspection_report.pdf","",0,20,180);
		Menu8_4_2=new Array("English Report","http://www.fcjbunclody.ie/pdfs/fcj_english_inspection_report.pdf","",0,20,180);
		Menu8_4_3=new Array("Home Economics Report","http://www.fcjbunclody.ie/pdfs/report-home-ec-2010.pdf","",0,20,180);
		Menu8_4_4=new Array("P.E. Report","http://www.fcjbunclody.ie/pdfs/report-pe-2010.pdf","",0,20,180);
		Menu8_4_5=new Array("Tech Drawing Report","http://www.fcjbunclody.ie/pdfs/report-tech-drawing-2010.pdf","",0,20,180);
	Menu8_5=new Array("Guidance & Counselling","guidance_counselling.html","",0,20,180);
	Menu8_6=new Array("Meitheal","meitheal.php","",0,20,180);
	Menu8_7=new Array("Open Day","open_day.html","",0,20,180);
	Menu8_8=new Array("Parents Council","parents_council.html","",0,20,180);
	Menu8_9=new Array("Pastoral Care","pastoral_care.html","",0,20,180);
	Menu8_10=new Array("Past Pupils","past_pupils.php","",0,20,180);
	Menu8_11=new Array("School Diary","school_diary.php","",0,20,180);
	Menu8_12=new Array("Senior Prefects","senior_prefect.php","",0,20,180);
	Menu8_13=new Array("Staff","staff.php","",0,20,180);
	Menu8_14=new Array("Student Council","student_council.php","",0,20,180);
	
	
Menu9=new Array("Co-Curricular","","",3);
	Menu9_1=new Array("Exchanges","exchanges.html","",0,20,180);
	Menu9_2=new Array("Music & Drama","music_drama.html","",0,20,180);
	Menu9_3=new Array("Sports","sports.html","",0,20,180);
	
Menu10=new Array("Awards","","",3);
	Menu10_1=new Array("Academic Awards","academic_awards.html","",4,20,190);
			Menu10_1_1=new Array("Academic Awards Gallery","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=943","",0,20,180);
	     	Menu10_1_2=new Array("Junior & Leaving Cert.","awards-awardwinners.php","",0,20,180);
			Menu10_1_3=new Array("J.C. Outstanding Results","awards-jcwinners.php","",0,20,180);
			Menu10_1_4=new Array("End of Year","awards-endofyear.php","",0,20,180);
	Menu10_2=new Array("Good Fellowship Award","good_fellowship_award.php","",0,20,190);
	Menu10_3=new Array("Annual Prizegiving","annual_prizegiving.html","",0,20,190);
		
Menu11=new Array("Photo Gallery","","",19);
    Menu11_1=new Array("Awards","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=29","",0,20,180);
   	Menu11_2=new Array("Drama","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=1585","",0,20,180); 
	Menu11_3=new Array("Facilities","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=1749","",0,20,180);	
	Menu11_4=new Array("Fourth Year","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=2011","",0,20,180);
    Menu11_5=new Array("Jubilee","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=3693","",0,20,180);
	Menu11_6=new Array("L.C.V.P.","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=3893","",0,20,180);
	Menu11_7=new Array("Le Cheile","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=3924","",0,20,180);
	Menu11_8=new Array("Meitheal Leaders","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=3998","",0,20,180);
	Menu11_9=new Array("Miscellaneous","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=4135","",0,20,180);
	Menu11_10=new Array("Musicals","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=5112","",0,20,180);
    Menu11_11=new Array("Open Days","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=6912","",0,20,180);
	Menu11_12=new Array("Orchestras","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=7097","",0,20,180);
	Menu11_13=new Array("St Mary's Boarding School","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=9087","",0,20,180);
	Menu11_14=new Array("Senior Prefects","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=9295","",0,20,180);
	Menu11_15=new Array("Sports","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=9425","",0,20,180);
   	Menu11_16=new Array("Staff","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=9790","",0,20,180);
	Menu11_17=new Array("Student Council","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=9848","",0,20,180);
	Menu11_18=new Array("Subjects","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=10059","",4,20,180);
		    Menu11_18_1=new Array("CSPE","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=10070","",0,20,180);
	     	Menu11_18_2=new Array("Construction Studies Projects 05/06","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=10268","",0,20,180);
			Menu11_18_3=new Array("Engineering Projects","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=10716","",0,20,180);
			Menu11_18_4=new Array("Home Economics","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=10983","",0,20,180);
	Menu11_19=new Array("The Past","http://www.fcjbunclody.ie/gallerytwo/main.php?g2_itemId=11040","",0,20,180);
	
Menu12=new Array("Newsletter","http://www.fcjbunclody.ie/newsletter.html","",0,20,130);
Menu13=new Array("Contact Us","http://www.fcjbunclody.ie/contact_us.php","",0,20,130);
