	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='D6D6D6';			// Background color when mouse is not over
	var LowSubBgColor='D6D6D6';			// Background color when mouse is not over on subs
	var HighBgColor='9B0111';			// Background color when mouse is over
	var HighSubBgColor='9B0111';		// Background color when mouse is over on subs
	var FontLowColor='000000';			// Font color when mouse is not over
	var FontSubLowColor='000000';		// Font color subs when mouse is not over
	var FontHighColor='FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='FFFFFF';		// Font color subs when mouse is over
	var BorderColor='D6D6D6';			// Border color
	var BorderSubColor='FFFFFF';		// Border color for subs
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="verdana"			// 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='center';			// 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=150;					// 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=2;					// 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=500;				// 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.html',10,5,'trileft.html',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","/ps/index.htm","",0,20,130);

Menu2=new Array("Information","","",9,20,180);
	Menu2_1=new Array("2-1-2 Days","/ps/info/212.htm","",0,20,180);
	Menu2_2=new Array("Athletics","http://www.pshsathletics.com","",0);
	Menu2_3=new Array("Bell Schedule","/ps/info/bell.htm","",0);	
	Menu2_4=new Array("Calendar","http://www.palmspringshs.com/","",0);
//	Menu2_5=new Array("Campus","","",0);
//		Menu2_5_2=new Array("Campus Map","info/campus/map.htm","",0,20,160);
//		Menu2_5_1=new Array("Virtual Tour","info/campus/quad_tour.htm","",0,20,120);
	Menu2_5=new Array("Graduation Requirements","/ps/info/grad.htm","",0);
	Menu2_6=new Array("School Policies","","",8);
		Menu2_6_1=new Array("Academic Honesty Policy","/ps/policies/honesty.htm","",0,20,210);
		Menu2_6_2=new Array("Attendance Policies","/ps/policies/attend.htm","",0);
		Menu2_6_3=new Array("Class Changing Policy","/ps/policies/class_chg.htm","",0);
		Menu2_6_4=new Array("Discipline Policy","/ps/policies/discp.htm","",0);
		Menu2_6_5=new Array("General Policies & Information","/ps/policies/gen_info.htm","",0);
		Menu2_6_6=new Array("Internet Usage Policy","/ps/policies/internet.htm","",0);
		Menu2_6_7=new Array("Nondiscrimination Statement","/ps/policies/nondisc_stat.htm","",0);
		Menu2_6_8=new Array("Sexual Harassment Policy","/ps/policies/sex_harass.htm","",0);
	Menu2_7=new Array("Special Programs","/ps/info/special.htm","",0);
	Menu2_8=new Array("Summer School","/ps/info/summer.htm","",0);
	Menu2_9=new Array("Testing","","",2);
		Menu2_9_1=new Array("California Standards Tests (CST)","/ps/info/gse.htm","",0,20,180);
		Menu2_9_3=new Array("High School Exit Exam","/ps/info/hsee.htm","",0);
		Menu2_9_2=new Array("Testing Schedule","/ps/info/test_sch.htm","",0);
// No longer in use
//	Menu2_7=new Array("School Report Card","info/sarc.htm","",0);
//	Menu2_12=new Array("Clubs","clubs/index.htm","",0);
//	Menu2_13=new Array("History of PSHS","info/hist.htm","",0);
				
Menu3=new Array("Faculty","","",2,20,160);
	Menu3_1=new Array("Administration","/ps/staff/admin/index.htm","",0,20,160);
	Menu3_2=new Array("Teaching Staff","","",12);
		Menu3_2_1=new Array("Business","/ps/depts/business/staff.htm","",0,20,160);
		Menu3_2_2=new Array("English","/ps/depts/english/staff.htm","",0);
		Menu3_2_3=new Array("Fine Arts","/ps/depts/fine_arts/staff.htm","",0);
		Menu3_2_4=new Array("Language Acquisition","/ps/depts/lang_acq/staff.htm","",0);
		Menu3_2_5=new Array("Math","/ps/depts/math/staff.htm","",0);
		Menu3_2_6=new Array("Non-Departmental","/ps/depts/non_dept/staff.htm","",0);
		Menu3_2_7=new Array("Physical Education","/ps/depts/phys_ed/staff.htm","",0);
		Menu3_2_8=new Array("ROP","/ps/depts/rop/staff.htm","",0);
		Menu3_2_9=new Array("Science","/ps/depts/science/staff.htm","",0);
		Menu3_2_10=new Array("Social Studies","/ps/depts/soc_sci/staff.htm","",0);
		Menu3_2_11=new Array("Special Education","/ps/depts/spec_ed/staff.htm","",0);
		Menu3_2_12=new Array("Vocational Technology","/ps/depts/voc_tech/staff.htm","",0);

Menu4=new Array("Courses","","",10,20,160);
	Menu4_1=new Array("Business","/ps/depts/business/courses.htm","",0,20,160);
	Menu4_2=new Array("English","/ps/depts/english/courses.htm","",0);
	Menu4_3=new Array("Fine Arts","/ps/depts/fine_arts/courses.htm","",0);
	Menu4_4=new Array("Language Acquisition","/ps/depts/lang_acq/courses.htm","",0);
	Menu4_5=new Array("Math","/ps/depts/math/courses.htm","",0);
	Menu4_6=new Array("Non-Departmental","/ps/depts/non_dept/courses.htm","",0);
	Menu4_7=new Array("Physical Education","/ps/depts/phys_ed/courses.htm","",0);
	Menu4_11=new Array("ROP","/ps/depts/rop/courses.htm","",0);
	Menu4_8=new Array("Science","/ps/depts/science/courses.htm","",0);
	Menu4_9=new Array("Social Studies","/ps/depts/soc_sci/courses.htm","",0);
	Menu4_10=new Array("Vocational Technology","/ps/depts/voc_tech/courses.htm","",0);
	Menu4_12=new Array ("Special Education","/ps/depts/spec_ed/staff.htm","",0);

	
Menu5=new Array("Contact Us","/ps/info/contact.htm","",0,20,113);
