/***********************************************************************************
*	(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=11;			// Number of first level items
	var LowBgColor='#008000';			// Background color when mouse is not over
	var LowSubBgColor='#008000';			// Background color when mouse is not over on subs
	var HighBgColor='#003399';			// Background color when mouse is over
	var HighSubBgColor='#003399';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// 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='#008000';			// Border color
	var BorderSubColor='#008000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,verdana,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// 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=.01;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// vertical overlap child/ parent
	var StartTop=115;				// 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=0;				// 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"
//	Line to use for opening 'new window' box: "javascript:window.open('http://landmark-project.com/permission1.php')",

Menu1=new Array("Home","http://www.millcreek.fcps.net","",0,20,65);
	
Menu2=new Array("About Us","","",7);
	Menu2_1=new Array("Welcome","http://www.millcreek.fcps.net/principal.htm","",0,20,160);
	Menu2_2=new Array("Millcreek History ","http://www.millcreek.fcps.net/history.htm","",0);
	Menu2_3=new Array("Map to School","http://www.mapquest.com/maps/map.adp?address=1212%20Reva%20Ridge%20Way&city=Lexington&state=KY","",0);
	Menu2_4=new Array("School Policies","http://www.millcreek.fcps.net/school_policies.htm","",0);
	Menu2_5=new Array("School Report Card","http://www.kde.state.ky.us/oaa/implement/School_Report_Card/documents/20062007/Fayette_County/Fayette_County_Millcreek_Elementary_School.pdf","",0);
	Menu2_6=new Array("2008 CATS Reports","http://apps.kde.state.ky.us/secure_cats_reports_05/index.cfm","",0);
    Menu2_7=new Array("Dress Code Policy","http://www.millcreek.fcps.net/dresscode.htm","",0);
    Menu2_8=new Array("Lions Newsletter","http://www.millcreek.fcps.net/underconstruction.htm","",0);
	
Menu3=new Array("Calendar","","",2);
	Menu3_1=new Array("Calendar","http://calendars.fcps.net/EventList.aspx?fromdate=10%2f1%2f2008&todate=10%2f31%2f2008&display=Month&view=DateTime","",0,20,150);
	Menu3_2=new Array("Special Class Rotation","http://www.millcreek.fcps.net/Spclass-Rotation.htm","",0);

Menu4=new Array("Cafeteria","","",3);
	Menu4_1=new Array("Elementary Menus","http://www.fcps.net/administration/departments/food-service/school-menus","",0,20,150);
	Menu4_2=new Array("Cafeteria","http://www.millcreek.fcps.net/cafeteri.htm","",0);
	Menu4_3=new Array("Wellness Plan","http://www.fcps.net/administration/departments/food-service/wellness-plan","",0);
		
Menu5=new Array("Staff","","",5);	
	Menu5_1=new Array("Staff Directory","http://www.millcreek.fcps.net/staff.htm","",0,20,170);
		Menu5_1_1=new Array("Administration","http://www.millcreek.fcps.net/staff.htm","",0,20,170);
		Menu5_1_2=new Array("Primary","http://www.millcreek.fcps.net/staff-primary.htm","",0);
		Menu5_1_3=new Array("Intermediate","http://www.millcreek.fcps.net/staff-intermediate.htm","",0);
		Menu5_1_4=new Array("Special Areas","http://www.millcreek.fcps.net/staff-special-areas.htm","",0);
		Menu5_1_5=new Array("Assistants","http://www.millcreek.fcps.net/staff-assistants.htm","",0);
		Menu5_1_6=new Array("Cafeteria","http://www.millcreek.fcps.net/staff-cafeteria-custodians.htm","",0);
		Menu5_1_7=new Array("Custodians","http://www.millcreek.fcps.net/staff-cafeteria-custodians.htm","",0);
	Menu5_2=new Array("Class Web Pages","http://www.millcreek.fcps.net/Classroom%20Webpages.htm","",0);
	Menu5_3=new Array("Sharepoint (Staff Only)","http://sharepoint.fcps.net/millcreek/default.aspx","",0);
	Menu5_4=new Array("Webmail (Staff Only)","https://ketsmail.us/exchweb/bin/auth/owalogon.asp?url=https://ketsmail.us/exchange&reason=0","",0);
	Menu5_5=new Array("Infinite Campus (Staff Only)","https://infinitecampus.fayette.kyschools.us/campus/fayette.jsp","",0);
	Menu5_6=new Array("Staff Spotlight","http://www.millcreek.fcps.net/underconstruction.htm","",0);

Menu6=new Array("Library","","",2);
	Menu6_1=new Array("Library Media Center","http://www.millcreek.fcps.net/library/","",0,20,150);
	Menu6_2=new Array("Online Catalog","http://library.fcps.net/common/welcome.jsp?site=122","",0);
	
Menu7=new Array("Parents","","",6);
	Menu7_1=new Array("SBDM","http://www.millcreek.fcps.net/sbdm.htm","",0,20,150);
	Menu7_2=new Array("PTA","http://www.millcreek.fcps.net/pta.htm","",0);
	Menu7_3=new Array("Parent Book","http://www.millcreek.fcps.net/Microsoft Word - Millcreek Elementary School ParentBook07-08.pdf","",0);		
	Menu7_4=new Array("Volunteer Web Form","https://webapps.fcps.net/volunteer/","",0);
	Menu7_5=new Array("Volunteer Instructions","http://www.millcreek.fcps.net/volunteer_instructions.pdf","",0);              	
    Menu7_6=new Array("Parent Resouces","http://www.fcps.net/administration/departments/special-education/parent-resources","",0);
    Menu7_7=new Array("Core Content","http://www.millcreek.fcps.net/underconstruction.htm","",0);
   
Menu8=new Array("Students","","",3);
	Menu8_1=new Array("Homework Help","http://www.lexpublib.org/databases/login.cfm?dbname=tutor","",0,20,150);
	Menu8_2=new Array("STLP","http://teach.fcps.net/stlp/","",0);
	Menu8_3=new Array("Webmail","https://ketsmail.us/exchweb/bin/auth/owalogon.asp?url=https://ketsmail.us/exchange&reason=0","",0);
	Menu8_4=new Array("Student Spotlight","http://www.millcreek.fcps.net/underconstruction.htm","",0);

Menu9=new Array("Title I","","",8);
	Menu9_1=new Array("Learning Compact","http://www.millcreek.fcps.net/TitleI_Reading_Compact.htm","",0,20,225);
	Menu9_2=new Array("Responsabilidades De Los Maestros","http://www.millcreek.fcps.net/RESPONSABILIDADES De Los MAESTROS.pdf","",0);
	Menu9_3=new Array("Parent Involvement","http://www.millcreek.fcps.net/titile1_Parent_involvement.htm","",0);
	Menu9_4=new Array("Regulación de la Participación de Padres","http://www.millcreek.fcps.net/parent_ involvement_ policy_Spanish.pdf","",0);
	Menu9_5=new Array("FCPS Parent Involvement","http://www.fcps.net/media/42103/policy.pdf","",0);
	Menu9_6=new Array("FCPS Parent Involvement (Spanish)","http://www.millcreek.fcps.net/fcps_Parent_involvement-spanish.htm","",0);
	Menu9_7=new Array("What is Title I?","http://www.millcreek.fcps.net/WhatIsTitle1.pps","",0);
	Menu9_8=new Array("What is Title I?(Spanish)","http://www.millcreek.fcps.net/milltitle1spanish.ppt","",0);

Menu10=new Array("FRC","http://www.millcreek.fcps.net/frc/Default.htm","",0);

Menu11=new Array("Links","","",6);
	Menu11_1=new Array("Technology","","",2,20,150);
		Menu11_1_1=new Array("Technology Links","http://www.millcreek.fcps.net/webLinks/Technology Links.htm","",0,20,150);
		Menu11_1_2=new Array("Marco Polo","http://www.marcopolo-education.org/home.aspx","",0);
    Menu11_2=new Array("Proof of Progress","http://www.education.ky.gov/KDE/HomePageRepository/Proof+of+Progress/default.htm","",0);
	Menu11_3=new Array("Ky. Dept. of Education","http://www.education.ky.gov/KDE/Default.htm","",0);
	Menu11_4=new Array("Safe Schools","http://www.kysafeschools.org/","",0);
	Menu11_5=new Array("FCPS","http://www.fcps.net","",0);
	Menu11_6=new Array("I-Safe","http://www.isafe.org","",0);

