/***********************************************************************************
*	(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=17;			// Number of first level items
	var LowBgColor='#FFEBBB';			// Background color when mouse is not over
	var LowSubBgColor='#FFEBBB';			// Background color when mouse is not over on subs
	var HighBgColor='#164613';			// Background color when mouse is over
	var HighSubBgColor='#164613';			// 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=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=1;				// Italic menu items 1 or 0
	var MenuTextCentered='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=200;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=2;				// Left padding
	var TopPaddng=5;				// 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=50;			// 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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['http://www.findlaystmichaelschool.org/images/tri.gif',5,10,'http://www.findlaystmichaelschool.org/images/tridown.gif',10,5,'http://www.findlaystmichaelschool.org/images/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","/home.htm","",0,30,110);

Menu2=new Array("Our Staff","","",3);
	Menu2_1=new Array("Admin/Staff","/Adminstration.htm","",0,25,150);
	Menu2_2=new Array("Preschool-3rd Grade","/Primary.htm","",0,25,150);
	Menu2_3=new Array("4th-8th Grade","/Middle.htm","",0);
		
Menu3=new Array("Parent Information","","",10,40,110);
	Menu3_1=new Array("Parent Teacher Council (PTC)","/ptc.htm","",0,30,300);
	Menu3_2=new Array("School Advisory Council (SAC)","/sac.htm","",0);
	Menu3_3=new Array("Volunteering Opportunities","under_construction.htm","",0);
	Menu3_4=new Array("Policies & Forms","/forms_policies.htm","",0);
	Menu3_5=new Array("School Supplies","/forms_policies.htm#School_Supplies","",0);
	Menu3_6=new Array("Parent/Student Handbook","/handbook.htm","",0);
	Menu3_7=new Array("Extended Day Program","./Documents/Extended Day.pdf","",0);
	Menu3_8=new Array("Defender Day Camp Info","/defenderday.htm","",0);	
	Menu3_9=new Array("Registration/Tuition","javascript:NewWin=window.open('./forms/2010 forms/1011tuitioncontract.pdf');window['NewWin'].focus()","",0);
	Menu3_10=new Array("Lunch Menu","javascript:NewWin=window.open('./forms/sms_lunchmenu_10_11.pdf');window['NewWin'].focus()","",0);

Menu4=new Array("Student Services","","",4,40,110);
	Menu4_1=new Array("Youth Ministry","javascript:NewWin=window.open('http://www.findlaystmichael.org/Ministries/YouthMinistry/tabid/127/Default.aspx');window['NewWin'].focus()","",0,25,175);
	Menu4_2=new Array("Spirit Store","/spirit.htm","",0,30,175);
	Menu4_3=new Array("Educational Resources", "/educational_resources.htm","",0);
	Menu4_4=new Array("Lunch Menu","javascript:NewWin=window.open('./forms/sms_lunchmenu_10_11.pdf');window['NewWin'].focus()","",0);

Menu5=new Array("Calendars","","",5);
	Menu5_1=new Array("Monthly Activity Calendar","http://parishcalendar.com:8080/158/21440/","",0,25,190);
	Menu5_2=new Array("11-12 Academic Calendar","javascript:NewWin=window.open('./forms/2010_2011SchoolCalendar.pdf');window['NewWin'].focus()","",0);
	Menu5_3=new Array("11-12 Academy of Angel Academic Calendar","javascript:NewWin=window.open('./forms/AAC_2010_2011Calendar.pdf');window['NewWin'].focus()","",0,40);
	Menu5_4=new Array("11-12 KR Academic Calendar","javascript:NewWin=window.open('./forms/KR_2010_2011Calendar.pdf');window['NewWin'].focus()","",0,40);
	Menu5_5=new Array("Facility Usage Calendar","http://parishcalendar.com:8080/facil_4169/facil_4169","",0,25);
    
Menu6=new Array("Clubs","","",6);
	Menu6_1=new Array("Student Council","/Student_council.htm","",0,25,180);
	Menu6_2=new Array("Just Say No","/justsayno.htm","",0);
	Menu6_3=new Array("SMILE","/smile.htm","",0);
	Menu6_4=new Array("HAPPY","/happy.htm","",0);
	Menu6_5=new Array("Power of the Pen","/pen.htm","",0);
    Menu6_6=new Array("Banana Splits","/bananasplits.htm","",0);

Menu7=new Array("Academics", "", "",2);
	Menu7_1=new Array("Excel Program","excel.htm","",0,25,150);
	Menu7_2=new Array("Quiz Bowl","quizbowl.htm","",0);
	
Menu8=new Array("Athletics","","",13);
	Menu8_1=new Array("Sports","","",6,25,250);
		Menu8_1_1=new Array("Cross Country","http://www.smscrosscountry.webs.com","",0,25,180);
		Menu8_1_2=new Array("Football","/football.htm","",0);
		Menu8_1_3=new Array("Volleyball","/volleyball.htm","",0);
		Menu8_1_4=new Array("Basketball","/basketball.htm","",0);
		Menu8_1_5=new Array("Wrestling","/wrestling.htm","",0);
		Menu8_1_6=new Array("Track","/track.htm","",0);
	Menu8_2=new Array("CYO Athletics","http://www.cyss.org/CYO/INDEX.HTM","",0);
	Menu8_3=new Array("Athletic Boosters","/boosters/boosters.htm","",0);
	Menu8_4=new Array("Sports Physical Form","javascript:NewWin=window.open('http://www.findlaystmichaelschool.org/FORMS/SportsPhysicalCYO.pdf');window['NewWin'].focus()","",0,25,300);
	Menu8_5=new Array("Emergency Medical Form","javascript:NewWin=window.open('http://www.findlaystmichaelschool.org/Documents/CYO Emergency Form.pdf');window['NewWin'].focus()","",0);
	Menu8_6=new Array("Requesting Funds Form","javascript:NewWin=window.open('http://www.findlaystmichaelschool.org/Documents/CYO Emergency Form.pdf');window['NewWin'].focus()","",0);
	Menu8_7=new Array("Parent Contract","javascript:NewWin=window.open('./Documents/athletic_contract.pdf');window['NewWin'].focus()","",0);
	Menu8_8=new Array("Uniform Contract","javascript:NewWin=window.open('./Documents/SMSUniformPolicy.htm');window['NewWin'].focus()","",0);
	Menu8_9=new Array("Scholarship Application","javascript:NewWin=window.open('http://www.findlaystmichaelschool.org/Documents/SMS ABC ScholarshipApp.pdf');window['NewWin'].focus()","",0,25,300);
	Menu8_10=new Array("Direction to Events","javascript:NewWin=window.open('http://www.findlaystmichaelschool.org/SPORTS_ALL/DIRECTIONS_Sports_6Pages.pdf');window['NewWin'].focus()","",0);
	Menu8_11=new Array("Show Your School Spirit","/show_school_spirit.htm","",0);
	Menu8_12=new Array("Parent Helpers/All Sports","/boosters/volunteer.pdf","",0);
	Menu8_13=new Array("Concession Information","/concession/concession.pdf","",0);
 
Menu9=new Array("Shopping for Dollars","","",5,60,110);
	Menu9_1=new Array("What is Shopping for Dollars?","/shopping.htm","",0,45,180);
	Menu9_2=new Array("Registration Form","javascript:NewWin=window.open('http://www.findlaystmichaelschool.org/FORMS/2010 Forms/1011ShopForDollarsContract.pdf');window['NewWin'].focus()","",0);
    Menu9_3=new Array("Monthly Standing Order Form","javascript:NewWin=window.open('http://www.findlaystmichaelschool.org/FORMS/SFDSTAND.pdf');window['NewWin'].focus()","",0);
	Menu9_4=new Array("PLUS Order Form","javascript:NewWin=window.open('http://www.findlaystmichaelschool.org/FORMS/SFDPLUS.pdf');window['NewWin'].focus()","",0);
    Menu9_5=new Array("Available School Office Shopping for Dollars","/available_office_sfd.htm","",0,45,180);

Menu10=new Array("What's Happening", "/whatsnew.htm", "", 0,40,110);

Menu11=new Array("Parish WEB Site", "javascript:NewWin=window.open('http://www.findlaystmichael.org/');window['NewWin'].focus()", "", 0,30);

Menu12=new Array("External Links", "/Links.htm", "", 0,30);

Menu13=new Array("Contact Us", "/contactus.htm", "", 0);

Menu14=new Array("Alert Login", "javascript:NewWin=window.open('https://instantalert.honeywell.com/InstantAlert/Login.aspx');window['NewWin'].focus()","",0);

Menu15=new Array("Bus Route", "javascript:NewWin=window.open('http://www.findlaycityschools.org/forms/BusRoutes.pdf');window['NewWin'].focus()","",0);

Menu16=new Array("", "", "", 0);
 
Menu17=new Array("rollover:../../images/schoolbus.jpg:../../images/schoolbus.jpg", "javascript:NewWin=window.open('http://www.wfinwkxa.com/delays.asp');window['NewWin'].focus()", "", 0,80,110);


