/***********************************************************************************
*	(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=18;			// Number of first level items
	var LowBgColor='#D9DAF5';			// Background color when mouse is not over
	var LowSubBgColor='#D9DAF5';			// Background color when mouse is not over on subs
	var HighBgColor='#FFFFC0';			// Background color when mouse is over
	var HighSubBgColor='#FFFFC0';			// Background color when mouse is over on subs
	var FontLowColor='#01035F';			// Font color when mouse is not over
	var FontSubLowColor='#01035F';			// Font color subs when mouse is not over
	var FontHighColor='#01035F';			// Font color when mouse is over
	var FontSubHighColor='#01035F';			// Font color subs when mouse is over
	var BorderColor='#01035F';			// Border color
	var BorderSubColor='#01035F';			// 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=10;				// 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='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=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=3;				// Left padding
	var TopPaddng=4;				// 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='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://school.olgc.org/Templates/tri.gif',5,10,
	'http://school.olgc.org/Templates/tridown.gif',10,5,
	'http://school.olgc.org/Templates/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://school.olgc.org/index.htm","",0,22,165);

Menu2=new Array("About the School","","",6);
	Menu2_1=new Array("School Mission","http://school.olgc.org/about/mission.htm","",0,22,155);
	Menu2_2=new Array("School Family","http://school.olgc.org/family.htm","",0,22,155);
	Menu2_3=new Array("School Brochure","http://school.olgc.org/about/OLGCbrochure10.pdf","",0,22,155);
	Menu2_4=new Array("Handbook","http://school.olgc.org/about/handbook.htm","",0,0,0);
	Menu2_5=new Array("Emergency Procedures","http://school.olgc.org/about/emergency.htm","",0,0,155);
	Menu2_6=new Array("Principal's Page","http://school.olgc.org/about/principal.htm","",0,0,155);

Menu3=new Array("School Office","","",4);
	Menu3_1=new Array("General Info","http://school.olgc.org/office/geninfo.htm","",0,22,130);
	Menu3_2=new Array("Registration","http://school.olgc.org/office/registration.htm","",0,22,130);
	Menu3_3=new Array("Uniforms","http://school.olgc.org/uniforms/index.htm","",0,22,130);
	Menu3_4=new Array("Cares", "http://school.olgc.org/cares/index.htm","",0,22,130);
	
Menu4=new Array("School Calendar","http://school.olgc.org/calendar.htm","",0,22,165);

Menu5=new Array("Classroom Pages","","",17);
	Menu5_1=new Array("Pre-K","http://school.olgc.org/classrooms/pre-k.htm","",0,22,150);
	Menu5_2=new Array("Kindergarten","http://school.olgc.org/classrooms/kindergarten.htm","",0,22,150);
	Menu5_3=new Array("1st Grade","http://school.olgc.org/classrooms/1stgrade.htm","",0,22,150);
	Menu5_4=new Array("2nd Grade","http://school.olgc.org/classrooms/2ndgrade.htm","",0,22,150);
	Menu5_5=new Array("3rd Grade","http://school.olgc.org/classrooms/3rdgrade.htm","",0,22,150);
	Menu5_6=new Array("4th Grade","http://school.olgc.org/classrooms/4thgrade.htm","",0,22,150);
	Menu5_7=new Array("5th Grade","http://school.olgc.org/classrooms/5thgrade.htm","",0,22,150);
	Menu5_8=new Array("6th Grade","http://school.olgc.org/classrooms/6thgrade.htm","",0,22,150);
	Menu5_9=new Array("7th Grade","http://school.olgc.org/classrooms/7thgrade.htm","",0,22,150);
	Menu5_10=new Array("8th Grade","http://school.olgc.org/classrooms/8thgrade.htm","",0,22,150);
	Menu5_11=new Array("Fine Art","http://school.olgc.org/classrooms/fineart.htm","",0,22,150);
	Menu5_12=new Array("Honors Math","http://school.olgc.org/classrooms/honorsmath.htm","",0,22,150);
	Menu5_13=new Array("Lab Learner","http://school.olgc.org/classrooms/lablearner.htm","",0,22,150);
	Menu5_14=new Array("Music","http://school.olgc.org/classrooms/music.htm","",0,22,150);
	Menu5_15=new Array("Physical Education","http://school.olgc.org/classrooms/gym.htm","",0,22,150);
	Menu5_16=new Array("Technology","http://school.olgc.org/classrooms/technology.htm","",0,22,140);
	Menu5_17=new Array("World Languages","http://school.olgc.org/classrooms/worldlanguages.htm","",0,22,150);
	
Menu6=new Array("PIE","http://school.olgc.org/PIE/index.htm","", 1);
	Menu6_1=new Array("Fundraisers","http://school.olgc.org/fundraisers/index.htm","",0,22,150);

Menu7=new Array("KIT Online","http://school.olgc.org/KIT/index.htm","",0,22,165);
	
Menu8=new Array("Medical Program","http://school.olgc.org/medical/index.htm","",0,22,165);
	
Menu9=new Array("Media Center","","",3);
	Menu9_1=new Array("About Media Center","http://school.olgc.org/mediacenter/index.htm","",0,22,165);
	Menu9_2=new Array("Technology","http://school.olgc.org/mediacenter/technology.htm","",0,22,165);
	Menu9_3=new Array("Library","http://school.olgc.org/mediacenter/library.htm","",0);
	
Menu10=new Array("Photo Gallery","http://school.olgc.org/photos/index.htm","",0,22,165);
    
Menu11=new Array("Scrip","http://www.olgc.org/scrip/index.htm","",0,22,165);
    
Menu12=new Array("Lunch Program","http://school.olgc.org/lunch/index.htm","",0,22,165);

Menu13=new Array("CYO","http://cyo.olgc.org","",0,22,165);

Menu14=new Array("Carnival","http://carnival.olgc.org","",0,22,165);

Menu15=new Array("Contact Us","http://school.olgc.org/contactus/index.htm","",0,22,165);

//Example of new target win Menu17=new Array("Parish",
//"javascript:NewWin=window.open('http://www.olgc.org','NWin');window['NewWin'].focus()","",0,22,130);

Menu16=new Array("Parish","http://www.olgc.org","",0,22,165);

Menu17=new Array("Alumni","http://school.olgc.org/alumni/index.htm","",0,22,165);

Menu18=new Array("Community/Summer Activities","http://school.olgc.org/community/index.htm","",0,36,165);