

	var NoOffFirstLineMenus=9;								
	var LowBgColor="#5a5a5a";			
	var HighBgColor="#330000";			
	var FontLowColor="#ffffff";			
	var FontHighColor="white";			// Font color when mouse is over
	var BorderColor="cccccc";			// Border color
	var BorderWidthMain=0;			// Border width main items
	var BorderWidthSub=1;			// Border width sub items
 	var BorderBtwnMain=0;			// Border between elements main items 1 or 0
	var BorderBtwnSub=0;			// Border between elements sub items 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 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=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=3;				// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft= 2;				// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	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=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var UnfoldDelay=0;			// delay before sub unfolds	
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame="";			// Frame where first level appears
	var SecLineFrame="";			// Frame where sub levels appear
	var DocTargetFrame="";			// Frame where target documents appear
	var TargetLoc="MenuPos";				// 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="http://www.west-windsor-plainsboro.k12.nj.us/";				// 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=""

	var Arrws=[BaseHref+"",1,1,BaseHref+"",1,1,BaseHref+"",1,1,BaseHref+"",1,1];

						// 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. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var PartOfWindow=.8;			// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ 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 BuildOnDemand=0;			// 1/0 When set to 1 the sub menus are build when the parent is moused over
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";
	

	var MenuShadow="";
	

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	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("  Home","index.php","",11,25,55,"","","","","","",-1,-1,-1,"","");
	Menu1_1=new Array("Fast Facts","fast_facts.html","",0,25,130,"","","","","","",-1,-1,-1,"","");
	Menu1_2=new Array("Administration","administration.html","",4,25,130,"","","","","","",-1,-1,-1,"","");
		Menu1_2_1=new Array("Superintendent","superintendent.html","",0,25,160,"","","","","","",-1,-1,-1,"","");
		Menu1_2_2=new Array("Administration","administration.html","",0,25,160,"","","","","","",-1,-1,-1,"","");
		Menu1_2_3=new Array("Central Office Staff","central_staff.html","",0,25,160,"","","","","","",-1,-1,-1,"","");
		Menu1_2_4=new Array("Directors & Supervisors","supervisors.html","",0,25,160,"","","","","","",-1,-1,-1,"","");
	Menu1_3=new Array("School Hours","school_times.html","",0,25,130,"","","","","","",-1,-1,-1,"","");
	Menu1_4=new Array("School Calendar","news.html","",0,25,130,"","","","","","",-1,-1,-1,"","");
	Menu1_5=new Array("Infinite Campus","infinite_campus.html","",0,25,130,"","","","","","",-1,-1,-1,"","");
	Menu1_6=new Array("Strategic Plan","strategic_planning.html","",0,25,130,"","","","","","",-1,-1,-1,"","");
	Menu1_7=new Array("State Report Card","reportcard.html","",0,25,130,"","","","","","",-1,-1,-1,"","");
	Menu1_8=new Array("Diversity Dialogue","diversity.html","",0,25,130,"","","","","","",-1,-1,-1,"","");
	Menu1_9=new Array("Cable Stations","cable_stations.html","",0,25,130,"","","","","","",-1,-1,-1,"","");
	Menu1_10=new Array("Policy Manual","policy_manual.html","",0,25,130,"","","","","","",-1,-1,-1,"","");
	Menu1_11=new Array("Complaint Policy","complaint_policy.html","",0,25,130,"","","","","","",-1,-1,-1,"","");

Menu2=new Array("Newsroom","news.html","",8,25,90,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("In the News","news.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu2_2=new Array("Press Releases","press_releases.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu2_3=new Array("Budget Information","budget.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu2_4=new Array("Construction News","constructionupdate.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu2_5=new Array("Safe Schools","district_preparedness.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu2_6=new Array("Testing Report","testing_report.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu2_7=new Array("Religious Holidays","../agenda2007/Religious_Holidays_Permitting_AbsencefromSchool.pdf","",0,25,150,"","","","","","",-1,-1,-1,"","");
	Menu2_8=new Array("Join a List Serv","enews2007.html","",0,25,150,"","","","","","",-1,-1,-1,"","");
			
Menu3=new Array("Board of Ed","board_membership.html","",7,25,90,"","","","","","",-1,-1,-1,"","Board");
	Menu3_1=new Array("Board Members","board_membership.html","",0,25,170,"","","","","","",-1,-1,-1,"","");
	Menu3_2=new Array("Board Committees","board_committees.html","",0,25,160,"","","","","","",-1,-1,-1,"","");
	Menu3_3=new Array("Meeting Dates","board_meetings.html","",0,25,160,"","","","","","",-1,-1,-1,"","");
	Menu3_4=new Array("Agenda Materials","board_agenda.html","",0,25,160,"","","","","","",-1,-1,-1,"","");
	Menu3_5=new Array("Meeting Highlights","board_hilights.html","",0,25,160,"","","","","","",-1,-1,-1,"","");
	Menu3_6=new Array("Minutes","board_minutes.html","",0,25,160,"","","","","","",-1,-1,-1,"","");
	Menu3_7=new Array("Archived Minutes","archived_minutes.html","",0,25,160,"","","","","","",-1,-1,-1,"","");
	
Menu4=new Array("Student Services","guidance.html","",11,25,130,"","","","","","",-1,-1,-1,"","");
	Menu4_1=new Array("ESL/Bilingual","esl_bilingual.html","",0,25,190,"","","","","","",-1,-1,-1,"","");	
	Menu4_2=new Array("Food Services/Menus","lunch_menu.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu4_3=new Array("Health Services","studenthealth.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu4_4=new Array("Infinite Campus","infinite_campus.html","",0,25,190,"","","","","","",-1,-1,-1,"","");	
	Menu4_5=new Array("Kindergarten","kindergarten.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu4_6=new Array("Registration Info","centralregistration.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu4_7=new Array("Special Services","specialservices.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu4_8=new Array("Student Policies","policy_manual.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu4_9=new Array("Student Textbooks","current_textbooks.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu4_10=new Array("Summer Reading","summer_reading.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu4_11=new Array("Transportation","transportation.html","",0,25,190,"","","","","","",-1,-1,-1,"","");

Menu5=new Array("Departments","departments.html","",13,25,100,"","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("Community Education","comm_ed.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu5_2=new Array("Curriculum & Instruction","curriculum.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu5_3=new Array("Exceptionality","gifted_talented.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu5_4=new Array("Fine Arts","fine_arts.html","",0,25,190,"","","","","","",-1,-1,-1,"","");	
	Menu5_5=new Array("Language Arts Literacy","language_arts_lit.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu5_6=new Array("Library/Media","library_media.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu5_7=new Array("Mathematics","math.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu5_8=new Array("Music","music.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu5_9=new Array("Phys Ed/Health","pe.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu5_10=new Array("Science","science.html","",0,25,190,"","","","","","",-1,-1,-1,"","");	
	Menu5_11=new Array("Social Studies","social_studies.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu5_12=new Array("Technology","tech.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu5_13=new Array("World Language","world_languages.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	
Menu6=new Array("Guidance","guidance.html","",12,25,75,"","","","","","",-1,-1,-1,"","");
	Menu6_1=new Array("E-GUIDANCE","guidance_enews.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu6_2=new Array("General Information","guidance.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu6_3=new Array("Philosophy","philosophy.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu6_4=new Array("School Counselors","counselors.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu6_5=new Array("Elementary Services","elementary_services.html","",0,25,190,"","","","","","",-1,-1,-1,"","");	
	Menu6_6=new Array("Middle School Services","ms_services2.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu6_7=new Array("High School Services","hs_services.html","",13,25,190,"","","","","","",-1,-1,-1,"","");
		Menu6_7_1=new Array("HS Assignments","hscounselors_services.html","",0,25,180,"","","","","","",-1,-1,-1,"","");
		Menu6_7_2=new Array("HS Services","hs_services.html","",0,25,110,"","","","","","",-1,-1,-1,"","");
		Menu6_7_3=new Array("HS Program of Studies","pos.html","",0,25,110,"","","","","","",-1,-1,-1,"","");
		Menu6_7_4=new Array("GPA","gpa.html","",0,25,110,"","","","","","",-1,-1,-1,"","");
		Menu6_7_5=new Array("Community Service","communityservice.html","",0,25,110,"","","","","","",-1,-1,-1,"","");
		Menu6_7_6=new Array("Summer School","summerschool.html","",0,25,110,"","","","","","",-1,-1,-1,"","");
		Menu6_7_7=new Array("On-line Test Prep","testing_online.html","",0,25,110,"","","","","","",-1,-1,-1,"","");
		Menu6_7_8=new Array("AP Exams","advanced_placement.html","",0,25,110,"","","","","","",-1,-1,-1,"","");
		Menu6_7_9=new Array("Class of 2009","Classof2009.html","",0,25,110,"","","","","","",-1,-1,-1,"","");
		Menu6_7_10=new Array("Class of 2010","Classof2010.html","",0,25,110,"","","","","","",-1,-1,-1,"","");
		Menu6_7_11=new Array("Class of 2011","Classof2011.html","",0,25,110,"","","","","","",-1,-1,-1,"","");
		Menu6_7_12=new Array("Class of 2012","Classof2012.html","",0,25,110,"","","","","","",-1,-1,-1,"","");
		Menu6_7_13=new Array("Class of 2013","Classof2013.html","",0,25,110,"","","","","","",-1,-1,-1,"","");
	Menu6_8=new Array("College Planning","college_planning.html","",3,25,190,"","","","","","",-1,-1,-1,"","");
		Menu6_8_1=new Array("College Planning","college_planning.html","",0,25,110,"","","","","","",-1,-1,-1,"","");
		Menu6_8_2=new Array("ROTC","rotc.html","",0,25,110,"","","","","","",-1,-1,-1,"","");
		Menu6_8_3=new Array("Newsletter","scholarship_newsletter.html","",0,25,110,"","","","","","",-1,-1,-1,"","");
	Menu6_9=new Array("Career Info","career_info.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu6_10=new Array("Section 504","section_504.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu6_11=new Array("Alumni News","alumni.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu6_12=new Array("Scholarship Info","scholarshipinfo.html","",0,25,190,"","","","","","",-1,-1,-1,"","");

Menu7=new Array("Athletics","athletic_program.html","",5,25,70,"","","","","","",-1,-1,-1,"","");
	Menu7_1=new Array("Director","athletic_director.html","",0,25,180,"","","","","","",-1,-1,-1,"","");
	Menu7_2=new Array("Program","athletic_program.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu7_3=new Array("Games Schedule","sport_schedules.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu7_4=new Array("Directions","directions.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu7_5=new Array("Away Directions","away_directions.html","",0,25,190,"","","","","","",-1,-1,-1,"","");

Menu8=new Array("Visitors","visitor's_guide.html","",12,25,60,"","","","","","",-1,-1,-1,"","");
	Menu8_1=new Array("Alumni News","alumni.html","",0,25,210,"","","","","","",-1,-1,-1,"","");
	Menu8_2=new Array("WW-P School Clubs","clubsandactivities.html","",0,25,210,"","","","","","",-1,-1,-1,"","");
	Menu8_3=new Array("Community Organizations","visitor's_guide.html","",0,25,210,"","","","","","",-1,-1,-1,"","");
	Menu8_4=new Array("Community News","communitynews.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu8_5=new Array("District E-mail","districtemailredirect.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu8_6=new Array("District Map","map.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu8_7=new Array("District Directions","directions.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu8_8=new Array("Make WW-P Your Home Page?","news/homepage.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu8_9=new Array("Community Education","comm_ed.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu8_10=new Array("Registration Info","centralregistration.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu8_11=new Array("Records Request","opra.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu8_12=new Array("What School?","attendance_areas.html","",0,25,190,"","","","","","",-1,-1,-1,"","");


Menu9=new Array("Human Resources","employment.html","",7,25,130,"","","","","","",-1,-1,-1,"","");
	Menu9_1=new Array("General Information","employment.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu9_2=new Array("Employment Opportunities","appredirect.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu9_3=new Array("SubFinder","subfinder.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu9_4=new Array("Comprehensive Equity Plan","../forms2006/Comprehensive%20Equity%20Plan%20Final.pdf","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu9_5=new Array("Professional Development","employment8.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu9_6=new Array("Staff E-mail","emailredirect.html","",0,25,190,"","","","","","",-1,-1,-1,"","");
	Menu9_7=new Array("Mentoring","../HumanResources/District%20Mentor%20Plan%202008-2011.pdf","",0,25,190,"","","","","","",-1,-1,-1,"","");
