/***********************************************************************************
*	
*	2009-09-17-V1-MAIN-MENU.JS
*
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#166AEE';			// Background color when mouse is not over
	var LowSubBgColor='166AEE';		// Background color when mouse is not over on subs
	var HighBgColor='#FF3333';			// Background color when mouse is over
	var HighSubBgColor='#FF3333';		// 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='black';			// Font color when mouse is over
	var FontSubHighColor='black';		// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// 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=11;				// 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=.2;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=94;				// Menu offset x coordinate
	var StartLeft=44;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=6;				// Left padding
	var TopPaddng=1;				// 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=1500;			// 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=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"

Menu1=new Array("HOME","http://www.venturausd.org","",0,20,54);

Menu2=new Array("About Us","","",9,20,53);

	Menu2_1=new Array("Calendars","","",5,20,229);

		Menu2_1_1=new Array("Community Calendar","http://www.venturausd.org/CommunityCalendar.htm","",0,20,200);
		Menu2_1_2=new Array("Conference Rooms Calendar","http://www.venturausd.org/ConferenceRoomsCalendar.htm","",0,20,200);
		Menu2_1_3=new Array("Meetings Calendar","http://www.venturausd.org/MeetingCalendar.htm","",0,20,200);
		Menu2_1_4=new Array("Professional Development Calendar","http://www.venturausd.org/ProfessionalDevelopmentCalendar.htm","",0,20,220);
		Menu2_1_5=new Array("School Calendars","http://www.venturausd.org/SchoolCalendars.htm","",0,20,200);

	Menu2_2=new Array("Education Service Center","http://www.venturausd.org/EducationServiceCenter.htm","",0,20,229);	
	Menu2_3=new Array("Enrollment","http://www.venturausd.org/enrollment.htm","",0);	
	Menu2_4=new Array("Governing Board Policy","http://www.venturausd.org/boardpolicy.htm","",0);
	Menu2_5=new Array("Reservations & Catering","http://www.venturausd.org/ReservationsCatering.htm","",0);
	Menu2_6=new Array("School Flyer Policy","http://www.venturausd.org/schoolflyerpolicy.htm","",0);
	Menu2_7=new Array("Superintendent & Board","http://www.venturausd.org/superintendent","",0);
	Menu2_8=new Array("Ventura Education Partnership","http://www.venturausd.org/venturaeducationpartnership.htm","",0,20,229);
	Menu2_9=new Array("Write Your Representatives","http://www.venturausd.org/ContactyourRepresentatives.htm","",0);

Menu3=new Array("Departments","","",20,20,97);

	Menu3_1=new Array("Admin Support Services (CWA)","http://www.venturausd.org/childwelfare","",0,20,186);
	Menu3_2=new Array("Bilingual Education","http://www.venturausd.org/bilingualeducation","",0,20,150);
	Menu3_3=new Array("Business Services","http://www.venturausd.org/budgetandfinance.htm","",0,20,150);
	Menu3_4=new Array("Child Development","http://www.venturausd.org/jumpstart","",0,20,150);
	Menu3_5=new Array("Child Nutrition","http://www.venturausd.org/childnutrition","",1,20,200);
		Menu3_5_1=new Array("Healthy Schools Project","http://www.venturausd.org/childnutrition/thehealthyschoolsproject","",0,20,166);
	//Menu3_6=new Array("Curriculum & Instruction","http://www.venturausd.org/ci","",0,20,150);
	Menu3_6=new Array("Curriculum & Instruction","http://www.venturausd.org/ci","",0,20,150);
	Menu3_7=new Array("Educational Services","http://www.venturausd.org/esd","",0);
	Menu3_8=new Array("Facilities","http://www.venturausd.org/facilities","",0);
	Menu3_9=new Array("Finance","http://www.venturausd.org/finance.htm","",0,20,150);
	Menu3_10=new Array("Gifted & Talented","http://www.venturausd.org/gate","",0);
	Menu3_11=new Array("Health Services","http://www.venturausd.org/pupilservices/healthservices","",0);
	Menu3_12=new Array("Indian Education","http://www.venturausd.org/indianeducation.htm","",0,20,140);
	Menu3_13=new Array("Pupil Services","http://www.venturausd.org/pupilservices","",0);
	Menu3_14=new Array("Purchasing","http://www.venturausd.org/purchasing","",1,20,100);
		Menu3_14_1=new Array("Graphics (Intranet)","http://intranet.venturausd.org/purchasing/graphics/","",0,20,100);
	Menu3_15=new Array("Risk Management","http://www.venturausd.org/riskmanagement.htm","",0);
	Menu3_16=new Array("Special Education","http://www.venturausd.org/pupilservices/specialeducation","",0);
	Menu3_17=new Array("Student Performance","http://www.venturausd.org/sppe","",0);
	Menu3_18=new Array("Student Records","http://www.venturausd.org/pupilservices/records","",0);
	Menu3_19=new Array("Technology Services","http://www.venturausd.org/techservices","",0,20,100);
	Menu3_20=new Array("Transportation","http://www.venturausd.org/transportation.htm","",0);

Menu4=new Array("Employment","","",2,20,95);

	Menu4_1=new Array("Certificated HR","http://www.venturausd.org/certhr","",0,20,101);
	Menu4_2=new Array("Classified HR","http://www.venturausd.org/classhr","",0);

Menu5=new Array("Family Resources","","",9,20,131);

		Menu5_1=new Array("Zangle Parent Connection","http://www.venturausd.org/zangleparentconnection.htm","",0,20,210);
		Menu5_2=new Array("Zangle Student Connection","http://www.venturausd.org/zanglestudentconnection.htm","",0,20,140);
		Menu5_3=new Array("High School Course Directory","http://www.venturausd.org/esd/id1743.htm","",0,20,140);
		Menu5_4=new Array("Parent Resource Guide","http://www.venturausd.org/training/parentresources","",0,20,140);
		Menu5_5=new Array("School Bell Schedules","http://www.venturausd.org/esd/bells.htm","",0,20,140);
		Menu5_6=new Array("Schools Boundaries","http://www.venturausd.org/childwelfare/id125.htm","",0,20,140);
		Menu5_7=new Array("School Library Catalog","http://www.venturausd.org/libraryservices.htm","",0,20,140);
		Menu5_8=new Array("School Scores","http://www.venturausd.org/schoolscores.htm","",0,20,140);
		Menu5_9=new Array("Technology Resources","http://www.venturausd.org/training/technologyresources","",0,20,210);

Menu6=new Array("Our Schools","","",4,20,95);

	Menu6_1=new Array("Elementary Schools","","",19,20,175);

		Menu6_1_1=new Array("Blanche Reynolds","http://www.venturausd.org/blanchereynolds.htm","",0,20,200);
		Menu6_1_2=new Array("Citrus Glen","http://www.venturausd.org/citrusglen.htm","",0,20,140);
		Menu6_1_3=new Array("E.P. Foster","http://www.venturausd.org/epfoster.htm","",0,20,140);
		Menu6_1_4=new Array("Elmhurst","http://www.venturausd.org/elmhurst.htm","",0,20,140);
		Menu6_1_5=new Array("Homestead","http://www.venturausd.org/homestead.htm","",0,20,140);
		Menu6_1_6=new Array("Juanamaria","http://www.venturausd.org/juanamaria.htm","",0,20,140);
		Menu6_1_7=new Array("Junipero Serra","http://www.venturausd.org/juniperoserra.htm","",0,20,140);
		Menu6_1_8=new Array("Lincoln","http://www.venturausd.org/lincoln.htm","",0,20,140);
		Menu6_1_9=new Array("Loma Vista","http://www.venturausd.org/lomavista.htm","",0,20,140);
		Menu6_1_10=new Array("Montalvo","http://www.venturausd.org/montalvo.htm","",0,20,140);
		Menu6_1_11=new Array("Mound","http://www.venturausd.org/mound.htm","",0,20,140);
		Menu6_1_12=new Array("Open Classroom","http://www.venturausd.org/openclassroom.htm","",0,20,140);
		Menu6_1_13=new Array("Pierpont","http://www.venturausd.org/pierpont.htm","",0,20,140);
		Menu6_1_14=new Array("Poinsettia","http://www.venturausd.org/poinsettia.htm","",0,20,140);
		Menu6_1_15=new Array("Portola","http://www.venturausd.org/portola.htm","",0,20,140);
		Menu6_1_16=new Array("Saticoy","http://www.venturausd.org/saticoy.htm","",0,20,140);
		Menu6_1_17=new Array("Sheridan Way","http://www.venturausd.org/sheridanway.htm","",0,20,140);
		Menu6_1_18=new Array("Sunset","http://www.venturausd.org/sunset.htm","",0,20,140);
		Menu6_1_19=new Array("Will Rogers","http://www.venturausd.org/willrogers.htm","",0,20,140);

	Menu6_2=new Array("Middle Schools","","",4,20,175);

		Menu6_2_1=new Array("Anacapa","http://www.venturausd.org/anacapa.htm","",0,20,200);
		Menu6_2_2=new Array("Balboa","http://www.venturausd.org/balboa.htm","",0,20,140);
		Menu6_2_3=new Array("Cabrillo","http://www.venturausd.org/cabrillo.htm","",0,20,140);
		Menu6_2_4=new Array("De Anza","http://www.venturausd.org/deanza.htm","",0,20,140);

	Menu6_3=new Array("High Schools","","",6,20,175);

		Menu6_3_1=new Array("Buena","http://www.venturausd.org/buena.htm","",0,20,200);
		Menu6_3_2=new Array("Community Day","http://www.venturausd.org/community_day_school.htm","",0,20,140);
		Menu6_3_3=new Array("El Camino","http://www.venturausd.org/elcamino.htm","",0,20,140);
		Menu6_3_4=new Array("Foothill Technology","http://www.venturausd.org/foothilltech.htm","",0,20,140);
		Menu6_3_5=new Array("Pacific","http://www.venturausd.org/pacific.htm","",0,20,140);
		Menu6_3_6=new Array("Ventura","http://www.venturausd.org/ventura.htm","",0,20,140);

	Menu6_4=new Array("Other School Programs","","",10,20,175);

		Menu6_4_1=new Array("Adult & Continuing Education","http://www.venturausd.org/adultandcontinuingeducation.htm","",0,20,200);
		Menu6_4_2=new Array("Early Intervention Center","http://www.venturausd.org/eic","",0,20,140);	
		Menu6_4_3=new Array("Impact","http://www.venturausd.org/impact","",0,20,140);
		Menu6_4_4=new Array("Jumpstart Preschool","http://www.venturausd.org/jumpstart/jump.htm","",0,20,140);
		Menu6_4_5=new Array("Migrant Education","http://www.venturausd.org/migranteducation.htm","",0,20,140);
		Menu6_4_6=new Array("Music","http://www.venturausd.org/ci/music","",0,20,140);
		Menu6_4_7=new Array("Neighborhoods For Learning","http://www.venturausd.org/vnfl","",0,20,170);
		Menu6_4_8=new Array("Project Secure","http://www.venturausd.org/projectsecure.htm","",0,20,140);
		Menu6_4_9=new Array("Transition Partnership","http://www.venturausd.org/transitionpartnership.htm","",0,20,140);
		Menu6_4_10=new Array("Visual Arts","http://www.venturausd.org/ci/visualarts","",0,20,140);

Menu7=new Array("Staff Resources","","",11,20,119);
	
	Menu7_1=new Array("Zangle Teacher Connection","http://www.venturausd.org/teacherconnection.htm","",0,20,333);
	Menu7_2=new Array("E-mail","https://webmail.venturausd.org","",0,20,140);
	Menu7_3=new Array("Intranet (Main Page)","http://intranet.venturausd.org","",0,20,140);
	Menu7_4=new Array("Professional Development Yellow Pages","http://www.venturausd.org/professionaldevelopmentyellowpages.htm","",0,20,243);
	Menu7_5=new Array("School Library Catalog","http://www.venturausd.org/libraryservices.htm","",0,20,140);	
	Menu7_6=new Array("Smart Find","https://smartfind.venturausd.org","",0,20,140);
	Menu7_7=new Array("SESP","https://portal.vcoe.org","",0,20,140);
	Menu7_8=new Array("3Com Netset (Intranet)","http://intranet.venturausd.org/tech/configfone.htm","",0,20,140);	
	Menu7_9=new Array("Technology Professional Development","http://www.venturausd.org/training","",0,20,140);
	Menu7_10=new Array("Workorder for Facilities SPMMS (Intranet)","http://intranet.venturausd.org/spmms.htm","",0,20,166);
	Menu7_11=new Array("Workorder for Technology Track-It (Intranet)","http://intranet.venturausd.org/trackit.htm","",0,20,140);


Menu8=new Array("SEARCH","http://www.venturausd.org/searchsite.htm","",0,20,74);