/***********************************************************************************
*	(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=10;			// Number of first level items
	var LowBgColor='#FFCC00';			// Background color when mouse is not over
	var LowSubBgColor='#ffcc00';		// Background color when mouse is not over on subs
	var HighBgColor='#ffffff';			// Background color when mouse is over
	var HighSubBgColor='#ffffff';		// Background color when mouse is over on subs
	var FontLowColor='#003366';			// Font color when mouse is not over
	var FontSubLowColor='#003366';		// Font color subs when mouse is not over
	var FontHighColor='#009933';		// Font color when mouse is over
	var FontSubHighColor='#009933';		// Font color subs when mouse is over
	var BorderColor='#ffcc00';			// Border color
	var BorderSubColor='#FF9900';		// Border color for subs
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="Verdana,arial,helvetica"	// Font family menu items
	var FontSize=10;					// Font size menu items
	var FontBold=0;						// 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=0;					// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=325;					// Menu offset x coordinate
	var StartLeft=6;					// Menu offset y coordinate
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=10;					// Left padding
	var TopPaddng=6;					// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=750;				// 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=1;						// Hide first level when loading new document 1 or 0
	var MenuWrap=0;						// 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=0;					// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'images/tridown.gif',10,5,'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","index.html","",0,25,155);
Menu2=new Array("Grade Levels","","",7,25,125);
	Menu2_1=new Array("Kindergarten","http://clevelandschoolk.blogspot.com/","",0,25,112);
	Menu2_2=new Array("First","http://clevelandschool1.blogspot.com/","",0,25,112);
	Menu2_3=new Array("Second","http://clevelandschool2.blogspot.com/","",0,25,112);
	Menu2_4=new Array("Third","http://clevelandschool3.blogspot.com/","",0,25,112);
	Menu2_5=new Array("Fourth","http://clevelandschool4.blogspot.com/","",0,25,112);
	Menu2_6=new Array("Fifth","http://clevelandschool5.blogspot.com/","",0,25,112);
	Menu2_7=new Array("Sixth","http://clevelandschool6.blogspot.com/","",0,25,112);

Menu3=new Array("Students","","",3,25,125);
	Menu3_1=new Array("Ask Jeeves for Kids","http://www.askforkids.com","",0,25,150);
	Menu3_2=new Array("Links","curriculum.html","",0,25,125);
	Menu3_3=new Array("SBCEO Portal","http://www.sbceoportal.org","",0,25,125);
		
Menu4=new Array("Search","","",4,25,125);
	Menu4_1=new Array("Google","http://www.google.com","",0,25,150);
	Menu4_2=new Array("Ask Jeeves for Kids","http://www.askforkids.com","",0,25,118);
	Menu4_3=new Array("GoodSearch","http://www.goodsearch.com","",0,25,118);
	Menu4_4=new Array("Ask Jeeves","http://www.ask.com","",0,25,118);
Menu5=new Array("Resources","","",5,25,125);
	Menu5_1=new Array("Technology","tech.html","",0,25,125);
	Menu5_2=new Array("County","http://www.sbceo.org","",0,25,125);
	Menu5_3=new Array("SBCEO Portal","http://www.sbceoportal.org","",0,25,125);
	Menu5_4=new Array("SB School District","http://www.sbsdk12.org","",0,25,125);
	Menu5_5=new Array("Translation","http://www.freetranslation.com/","",0,25,125);
	
	
Menu6=new Array("EMail","","",4,25,70);
	Menu6_1=new Array("Hotmail","http://www.hotmail.com","",0,25,70);
	Menu6_2=new Array("Yahoo","http://www.yahoo.com","",0);
	Menu6_3=new Array("GMail","http://mail.google.com","",0);
	Menu6_4=new Array("AOL","http://www.aol.com","",0,25,100);
		Menu6_4_1=new Array("SubHeading1","URL1","",0,25,250);
		Menu6_4_2=new Array("SubHeadign2","URL2","",0,25,100);
		Menu6_4_3=new Array("SubHeading3","URL3","",0,25,100);
	
Menu7=new Array("State Standards","","",5,25,140);
	Menu7_1=new Array("Language Arts","http://www.cde.ca.gov/re/pn/fd/documents/elacontentstnds.pdf","",0,25,140);
	Menu7_2=new Array("Math","http://www.cde.ca.gov/re/pn/fd/documents/math-stnd.pdf","",0,25,140);
	Menu7_3=new Array("Science","http://www.cde.ca.gov/re/pn/fd/documents/sci-stnd.pdf","",0,25,140);
	Menu7_4=new Array("History/Social Studies","http://www.cde.ca.gov/re/pn/fd/documents/histsocsci-stnd.pdf","",0,25,140);
	Menu7_5=new Array("English Language","http://www.cde.ca.gov/re/pn/fd/documents/englangdev-stnd.pdf","",0,25,140);
Menu8=new Array("Calendar","calendar.html","",0,25,125);
Menu9=new Array("About Us","about.html","",0,25,125);
Menu10=new Array("Contact","contact.html","",0,25,125);
	