
	var NoOffFirstLineMenus=13;			// Number of main menu  items
						// Colorvariables:
						// Color variables take HTML predefined color names or "#rrggbb" strings
						//For transparency make colors and border color ""
	var LowBgColor="";			// Background color when mouse is not over
	var HighBgColor="";			// Background color when mouse is over
	var FontLowColor="white";			// Font color when mouse is not over
	var FontHighColor="maroon";			// Font color when mouse is over
	var BorderColor="";			// Border color
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// 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 can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	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=270;				// Menu offset x coordinate
	var StartLeft=20;				// 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;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var UnfoldDelay=100;			// delay before sub unfolds	
	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 MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;				// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src='"+BaseHref+"MyImage'>"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=[BaseHref+"http://www.cherokeechristian.org/images/blank-space.gif",5,10,BaseHref+"http://www.cherokeechristian.org/images/blank-space.gif",10,5,BaseHref+"http://www.cherokeechristian.org/images/blank-space.gif",5,10,BaseHref+"http://www.cherokeechristian.org/images/blank-space.gif",10,5];
	//var Arrws=[BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,BaseHref+"triup.gif",10,5];

						// Arrow source, width and height.
						// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// The preset is done by the body onload of target document.
						// In frame setup the body onload is:
						// onload="if(parent.frames[0]&&parent.frames['navig'].SetMenu)parent.frames['navig'].SetMenu='x_x';"
						// In a single page the body onload is:
						// onload="if(window.SetMenu)window.SetMenu='x_x'"
						// x_x represents the menu item MenuX_X=new Array(.......
						// To preset the menu to no item use '0' for 'x_x' 

	var PartOfWindow=.8;				// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE5+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
	
	var MenuShadow="";
	
	var MenuOpacity="";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 


Menu1=new Array("General Info","","",11,20,120,"","","","","","",-1,-1,-1,"","");
	Menu1_1=new Array("Statement of Faith","http://www.cherokeechristian.org/faithstatement.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu1_2=new Array("History","http://www.cherokeechristian.org/History.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu1_3=new Array("Future","http://www.cherokeechristian.org/Future.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu1_4=new Array("Facilities","http://www.cherokeechristian.org/facilities.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu1_5=new Array("School Policies","","",3,20,160,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
		Menu1_5_1=new Array("Uniform Standards","http://www.cherokeechristian.org/DressCode.htm","",0,20,160,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
		Menu1_5_2=new Array("CCA Student Handbook","http://www.cherokeechristian.org/CCA_PSH.htm","",0,20,160,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
		Menu1_5_3=new Array("CCHS Student Handbook","http://www.cherokeechristian.org/CCHS_PSH.htm","",0,20,160,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");		
	Menu1_6=new Array("School Calendars","","",1,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
		Menu1_6_1=new Array("2010/2011 Master Calendar","http://www.cherokeechristian.org/Downloads.htm#general","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");

	Menu1_7=new Array("Test Results","","",2,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
		Menu1_7_1=new Array("Stanford 10 Averages","Standardized_Testing.htm","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
		Menu1_7_2=new Array("High School SAT Averages","sat.htm","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu1_8=new Array("Accreditation","http://www.cherokeechristian.org/Accreditation.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu1_9=new Array("Driving Directions","http://www.cherokeechristian.org/Direction.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	//Menu1_10=new Array("Annual Report","http://www.cherokeechristian.org/pdf_files/CCSAnnRep2008-2009.pdf","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu1_10=new Array("Annual Report","http://www.cherokeechristian.org/Downloads.htm#general","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu1_11=new Array("Photo Gallery","http://www.cherokeechristian.org/photogallery/","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");

Menu2=new Array("Enrollment","","",6,20,225,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("Application Process/Forms","http://www.cherokeechristian.org/app_process.htm","",0,20,225,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");	
	Menu2_2=new Array("Tuition and Fees","http://www.cherokeechristian.org/tuition.htm","",0,20,225,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu2_3=new Array("Financial Aid Application","https://www.logiforms.com/formdata/user_forms/14360_6441220/67921/","",0,20,225,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu2_4=new Array("GOAL Scholarships","http://www.cherokeechristian.org/GOAL.htm","",0,20,225,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	//Menu2_5=new Array("Information Booklet","http://www.cherokeechristian.org/pdf_files/Information_Booklet.pdf","",0,20,225,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu2_5=new Array("Information Booklet","http://www.cherokeechristian.org/Downloads.htm#general","",0,20,225,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu2_6=new Array("Georgia Special Needs Scholarships","http://www.cherokeechristian.org/SB10.htm","",0,20,225,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");	

Menu3=new Array("Day School","","",4,20,120,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("General","http://www.cherokeechristian.org/generalschool.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");	
	Menu3_2=new Array("Elementary School","http://www.cherokeechristian.org/elementary.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");	
	Menu3_3=new Array("Middle School","http://www.cherokeechristian.org/middle.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu3_4=new Array("High School","http://www.cherokeechristian.org/high.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");	

Menu4=new Array("Home School","http://www.cherokeechristian.org/electives.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");

Menu5=new Array("Services","","",2,20,120,"","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("GrowthCare","http://www.cherokeechristian.org/growthcare.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");	
	Menu5_2=new Array("Lunch Service","http://www.cherokeechristian.org/lunch.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");	

Menu6=new Array("Curriculum","","",3,20,120,"","","","","","",-1,-1,-1,"","");
	Menu6_1=new Array("Bible","http://www.cherokeechristian.org/bible.htm","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");	
	Menu6_2=new Array("Curriculum Map 2009-2010","http://www.cherokeechristian.org/Downloads.htm#general","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");	
	//Menu6_2=new Array("Curriculum Map 2009-2010","http://www.cherokeechristian.org/pdf_files/Curriculum Map 2009-2010.pdf","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");	
	Menu6_3=new Array("Fine Arts","http://www.cherokeechristian.org/FineArts.htm","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");	

Menu7=new Array("Extra Curricular","http://www.cherokeechristian.org/extracurricular.htm","",3,20,150,"","","","","","",-1,-1,-1,"","");
	Menu7_1=new Array("Athletics","http://www.cherokeechristian.org/athletics.htm","",0,20,150,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu7_2=new Array("Organizations & Clubs","","",1,20,150,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");	
		Menu7_2_1=new Array("Cub Scouts","http://www.cherokeechristian.org/CubScouts.htm","",0,20,150,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu7_3=new Array("Fine Arts","","",3,20,150,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
		Menu7_3_1=new Array("Dance","http://www.ccsdance.net/","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");	
		Menu7_3_2=new Array("Private Piano Lessons","http://www.cherokeechristian.org/Piano.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");	
		Menu7_3_3=new Array("Private Voice Lessons","http://www.cherokeechristian.org/Piano.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");	

Menu8=new Array("Photo Gallery","http://www.cherokeechristian.org/photogallery/","",0,20,120,"","","","","","",-1,-1,-1,"","");
	
	
Menu9=new Array("Faculty and Staff","","",2,20,120,"","","","","","",-1,-1,-1,"","");
	Menu9_1=new Array("Contact Info","http://www.cherokeechristian.org/faculty.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");	
	Menu9_2=new Array("Profiles","http://www.cherokeechristian.org/Biographies.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");	

Menu10=new Array("Parent Tools","","",13,20,180,"","","","","","",-1,-1,-1,"","");
	Menu10_1=new Array("Web Mail","https://mail.cherokeechristian.org/owa","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu10_2=new Array("PowerSchool","http://powerschool.cherokeechristian.org/","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu10_3=new Array("GetMyHomework","http://homework.cherokeechristian.org/","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu10_4=new Array("CCS Media Center","https://cherokeechristian.follettdestiny.com/common/welcome.jsp?site=100&context=saas01_1002170","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu10_5=new Array("Renaissance Place Home Connect","https://hosted110.renlearn.com/50511/HomeConnect/Login.aspx","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu10_6=new Array("Attendance","","",2,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
		Menu10_6_1=new Array("Online Absence Form","http://www.logiforms.com//formdata/user_forms/14360_6441220/58328/","",0,20,160,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
		Menu10_6_2=new Array("Printed Absence Form","http://www.cherokeechristian.org/Downloads.htm#parents","",0,20,160,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");		
		//Menu10_6_2=new Array("Printed Absence Form","http://www.cherokeechristian.org/pdf_files/Authorized Absence Form.pdf","",0,20,160,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");		
	Menu10_7=new Array("Parent/Student Handbooks","","",2,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
		Menu10_7_1=new Array("CCA Handbook","http://www.cherokeechristian.org/CCA_PSH.htm","",0,20,160,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
		Menu10_7_2=new Array("CCHS Handbook","http://www.cherokeechristian.org/CCHS_PSH.htm","",0,20,160,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");		
	Menu10_8=new Array("On-line Forms","http://www.cherokeechristian.org/On-line Forms.htm","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu10_9=new Array("FACTS New Enrollment","https://online.factsmgt.com/Tmg/public/AgreementSignup.aspx?t=3CC5J","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu10_10=new Array("FACTS Login","https://secure.factstuition.com/facts/myfacts","",0,20,140,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu10_11=new Array("Order Lunches","http://www.OrderHotLunch.com/GA/Woodstock/CherokeeChristianSchool/","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu10_12=new Array("Search the Bible","http://www.cherokeechristian.org/search.htm","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu10_13=new Array("Online Store","http://www.cherokeechristian.org/schoolstore.htm","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");

Menu11=new Array("Student Tools","","",8,20,180,"","","","","","",-1,-1,-1,"","");
	Menu11_1=new Array("Web Mail","https://mail.cherokeechristian.org/owa","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu11_2=new Array("PowerSchool","http://powerschool.cherokeechristian.org/","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu11_3=new Array("Rosetta Stone Login","http://cherokeechristianschool.rosettastoneclassroom.com/en/","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu11_4=new Array("Renaissance Place","https://hosted110.renlearn.com/50511/Public/RPM/Login/StudentLogin.aspx","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu11_5=new Array("CCS Media Center","https://cherokeechristian.follettdestiny.com/common/welcome.jsp?site=100&context=saas01_1002170","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu11_6=new Array("Math/Science Paper","http://www.cherokeechristian.org/Downloads.htm#students","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu11_7=new Array("CCHS Writing Style Guide","http://www.cherokeechristian.org/Downloads.htm#students","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu11_8=new Array("Polar Graph Paper","http://www.cherokeechristian.org/Downloads.htm#students","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	//Menu11_6=new Array("Math/Science Paper","http://www.cherokeechristian.org/pdf_files/Math-Science_Paper.pdf","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	//Menu11_7=new Array("CCHS Writing Style Guide","http://www.cherokeechristian.org/pdf_files/CCHS Writing Guidelines.pdf","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	//Menu11_8=new Array("Polar Graph Paper","http://www.cherokeechristian.org/_fpclass/Polar_Paper.doc","",0,20,180,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");


Menu12=new Array("Giving","","",4,20,120,"","","","","","",-1,-1,-1,"","");
	Menu12_1=new Array("Capital Campaign","http://www.cherokeechristian.org/capital_campaign.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu12_2=new Array("Annual Giving","http://www.cherokeechristian.org/giving.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu12_3=new Array("CCS Foundation","http://www.cherokeechristian.org/foundationccs.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");
	Menu12_4=new Array("Volunteer Needs","http://www.cherokeechristian.org/volunteer.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");

Menu13=new Array("Helpful Links","http://www.cherokeechristian.org/parentandstudentlinks.htm","",0,20,120,"","","","","","",-1,-1,-1,"","");
Menu14=new Array("Administration","","",1,20,120,"","","","","","",-1,-1,-1,"","");
 	Menu14_1=new Array("Employment","http://www.cherokeechristian.org/employment.htm","",0,20,120,"white","maroon","maroon","white","gray","",-1,-1,-1,"","");



