// (c) Ger Versluis 2000 version 5.00, 23 October 2003

//  You may use this script on non commercial sites

//  www.burmees.nl/menu/





	// Globals effecting all menus

	var PopNoOffMenus=1;

	var BaseHref="";



	var PopMenuSlide="";



	var PopMenuShadow="";

	var PopMenuOpacity="";



	function P_BeforeStart(){return}

	function P_AfterBuild(){return}

	function P_BeforeFirstOpen(){return}

	function P_AfterCloseAll(){return}



	// Globals effecting one menu

	// Notation of PopMenu1 is different from PopMenu2. The result is the same. PopMenu1 is more understandable. PopMenu2 loads faster.



PopMenu1=new Array(	// global variables for PopMenu1

	4,			// number of main items

	0,			// Left position

	0,			// Top position

	"#ffffff",		// Normal font color

	"#cc0000",		// Normal back color

	"#000000",		// High font color

	"#cd0000",		// High back color

	"#ffffff",		// Border color

	"arial",		// Fontfamily

	1,			// Bold

	0,			// Italic

	10,			// Font size

	1,			// First line horizontal

	1,			// First line permanent visible

	1,			// Border width

	"center",		// Text align "left", "center" or "right"

	.1,			// Horizontal overlap

	.1,			// Vertical overlap

	250,			// Delay

	0,			// Right to left unfold

	"hrsdmenu1",	// Target div

	1,			// Border between elements

	"left",		// Menu horizontal centered "left", "center" or "right"

	"top",		// Menu vertical centered "top", "center" or "bottom"

	"",			// Arrow right

	1,			// Arrow Width

	1,			// Arrow Height

	"",			// Arrow down

	1,			// Arrow Width

	1,			// Arrow Height

	"",			// Arrow left

	1,			// Arrow Width

	1,			// Arrow Height

	5,			// Top padding

	0,			// Left padding

	0);			// Unfold On Click



//	Menu Items:

//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width,bgcolor,bghighcolor,

//	fontcolor,fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);

// 	Fontsize, fontbold and fontitalic are ignored when set to -1.

//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"



//	Notation of PopMenu1_1 is different from PopMenu1_1_1. The result is the same. 
// PopMenu1_1 is more understandable. PopMenu1_1_1 loads faster.















PopMenu1_1=new Array(

		"Home",	// ElementText

		"http://www.hrhs.net/content/hrsd/index.php3",		// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"",		// ElementBgColor

		"",		// ElementBgHighColor

		"",		// ElementFontColor

		"",		// ElementFontHighColor

		"",		// ElementBorderColor

		"",		// ElementFontFamily

		-1,         // ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",	// ElementTextAlign

		"");		// ElementStatusText

















PopMenu1_2=new Array(

		"Administration",	// ElementText

		"",		// ElementLink

		"",		// ElementBgImage

		5,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"",		// ElementBgColor

		"",		// ElementBgHighColor

		"",		// ElementFontColor

		"",		// ElementFontHighColor

		"",		// ElementBorderColor

		"",		// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",	// ElementTextAlign

		"");		// ElementStatusText



	PopMenu1_2_1=new Array(

		"Mission",	// ElementText

		"http://www.hrhs.net/content/hrsd/mission.php3",		// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		25,		// ElementHeight

		250,		// ElementWidth

		"",		// ElementBgColor

		"",		// ElementBgHighColor

		"",		// ElementFontColor

		"",		// ElementFontHighColor

		"",		// ElementBorderColor

		"",		// ElementFontFamily

		8,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



	PopMenu1_2_2=new Array(

		"Superintendent's Welcome",	// ElementText

		"http://www.hrhs.net/content/hrsd/supers_notes.php3",		// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		25,		// ElementHeight

		250,		// ElementWidth

		"",		// ElementBgColor

		"",		// ElementBgHighColor

		"",		// ElementFontColor

		"",		// ElementFontHighColor

		"",		// ElementBorderColor

		"",		// ElementFontFamily

		8,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



PopMenu1_2_3=new Array(

		"School Committees",	// ElementText

		"http://www.hrhs.net/content/hrsd/schoolcommittees.php3",		// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		25,		// ElementHeight

		250,		// ElementWidth

		"",		// ElementBgColor

		"",		// ElementBgHighColor

		"",		// ElementFontColor

		"",		// ElementFontHighColor

		"",		// ElementBorderColor

		"",		// ElementFontFamily

		8,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",	// ElementTextAlign

		"");		// ElementStatusText



PopMenu1_2_4=new Array(

		"Employment",	// ElementText

		"http://www.hrhs.net/content/hrsd/employment.php3",		// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		25,		// ElementHeight

		250,		// ElementWidth

		"",		// ElementBgColor

		"",		// ElementBgHighColor

		"",		// ElementFontColor

		"",		// ElementFontHighColor

		"",		// ElementBorderColor

		"",		// ElementFontFamily

		8,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



PopMenu1_2_5=new Array(

		"Central Office Contacts",	// ElementText

		"http://www.hrhs.net/content/hrsd/central_office_contacts.php3",		// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		25,		// ElementHeight

		250,		// ElementWidth

		"",		// ElementBgColor

		"",		// ElementBgHighColor

		"",		// ElementFontColor

		"",		// ElementFontHighColor

		"",		// ElementBorderColor

		"",		// ElementFontFamily

		8,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText









PopMenu1_3=new Array(

		"Districts / Schools",	// ElementText

		"http://www.hrhs.net/content/hrsd/about_our_districts.php3",		// ElementLink

		"",		// ElementBgImage

		6,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"",		// ElementBgColor

		"",		// ElementBgHighColor

		"",		// ElementFontColor

		"",		// ElementFontHighColor

		"",		// ElementBorderColor

		"",		// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



	PopMenu1_3_1=new Array(

		"About Our Districts",	// ElementText

		"http://www.hrhs.net/content/hrsd/about_our_districts.php3",		// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		25,		// ElementHeight

		250,		// ElementWidth

		"",		// ElementBgColor

		"",		// ElementBgHighColor

		"",		// ElementFontColor

		"",		// ElementFontHighColor

		"",		// ElementBorderColor

		"",		// ElementFontFamily

		8,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



	



	PopMenu1_3_2=new Array(

		"Hampshire Reg. High School",	// ElementText

		"http://www.hrhs.net/",		// ElementLink

		"",		// ElementBgImage

		5,		// ElementNoOfSubElements

		25,		// ElementHeight

		250,		// ElementWidth

		"",		// ElementBgColor

		"",		// ElementBgHighColor

		"",		// ElementFontColor

		"",		// ElementFontHighColor

		"",		// ElementBorderColor

		"",		// ElementFontFamily

		8,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText







PopMenu1_3_2_1=new Array(

		"HRHS Home",	// ElementText

		"http://www.hrhs.net/",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



PopMenu1_3_2_2=new Array(

		"School Improvement Plan",	// ElementText

		"http://www.hrhs.net/content/hrsd/si_plan_hrhs.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



PopMenu1_3_2_3=new Array(

		"School Handbook",	// ElementText

		" http://www.hrhs.net/content/administrative/studentfamilyhb.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText





PopMenu1_3_2_4=new Array(

		"NCLB Report Card",	// ElementText

		" http://www.hrhs.net/content/hrsd/nclb_rc_hrsd.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText







PopMenu1_3_2_5=new Array(

		"School Committee",	// ElementText

		" http://www.hrhs.net/content/hrsd/hrhs_s-committee.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText





	PopMenu1_3_3=new Array(

		"Westhampton Elementary",	// ElementText

		"http://www.westhamptonelementaryschool.org/",		// ElementLink

		"",		// ElementBgImage

		5,		// ElementNoOfSubElements

		25,		// ElementHeight

		250,		// ElementWidth

		"",		// ElementBgColor

		"",		// ElementBgHighColor

		"",		// ElementFontColor

		"",		// ElementFontHighColor

		"",		// ElementBorderColor

		"",		// ElementFontFamily

		8,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText





PopMenu1_3_3_1=new Array(

		"Westhampton Elementary",	// ElementText

		"http://www.westhamptonelementaryschool.org/",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



PopMenu1_3_3_2=new Array(

		"School Improvement Plan",	// ElementText

		"http://www.hrhs.net/content/hrsd/si_plan_wt.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



PopMenu1_3_3_3=new Array(

		"School Handbook",	// ElementText

		" http://www.hrhs.net/content/wes/handbook.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText





PopMenu1_3_3_4=new Array(

		"NCLB Report Card",	// ElementText

		" http://www.hrhs.net/content/hrsd/nclb_rc_wt.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText







PopMenu1_3_3_5=new Array(

		"School Committee",	// ElementText

		" http://www.hrhs.net/content/wes/s-committee.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText





	

	PopMenu1_3_4=new Array(

		"Wm. E. Norris Elementary",	// ElementText

		"http://www.wmnorris.com",		// ElementLink

		"",		// ElementBgImage

		5,		// ElementNoOfSubElements

		25,		// ElementHeight

		250,		// ElementWidth

		"",		// ElementBgColor

		"",		// ElementBgHighColor

		"",		// ElementFontColor

		"",		// ElementFontHighColor

		"",		// ElementBorderColor

		"",		// ElementFontFamily

		8,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



	



PopMenu1_3_4_1=new Array(

		"Wm E. Norris Elementary",	// ElementText

		"http://www.wmnorris.com",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



PopMenu1_3_4_2=new Array(

		"School Improvement Plan",	// ElementText

		"http://www.hrhs.net/content/hrsd/si_plan_so.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



PopMenu1_3_4_3=new Array(

		"School Handbook",	// ElementText

		" http://www.hrhs.net/content/norris/handbook.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText





PopMenu1_3_4_4=new Array(

		"NCLB Report Card",	// ElementText

		" http://www.hrhs.net/content/hrsd/nclb_rc_so.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText







PopMenu1_3_4_5=new Array(

		"School Committee",	// ElementText

		" http://www.hrhs.net/content/norris/s-committee.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText







	PopMenu1_3_5=new Array(

		"Chesterfield-Goshen Elementary",	// ElementText

		"http://skipper.mecnet.net/~hrhspage/superoffice/hingham.html",		// ElementLink

		"",		// ElementBgImage

		5,		// ElementNoOfSubElements

		25,		// ElementHeight

		250,		// ElementWidth

		"",		// ElementBgColor

		"",		// ElementBgHighColor

		"",		// ElementFontColor

		"",		// ElementFontHighColor

		"",		// ElementBorderColor

		"",		// ElementFontFamily

		8,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



	



PopMenu1_3_5_1=new Array(

		"Goshen/Chesterfield Elementary",	// ElementText

		"http://skipper.mecnet.net/~hrhspage/superoffice/hingham.html",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



PopMenu1_3_5_2=new Array(

		"School Improvement Plan",	// ElementText

		"http://www.hrhs.net/content/hrsd/si_plan_cg.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



PopMenu1_3_5_3=new Array(

		"School Handbook",	// ElementText

		" http://www.hrhs.net/content/hrsd/g-c_handbook.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText





PopMenu1_3_5_4=new Array(

		"NCLB Report Card",	// ElementText

		" http://www.hrhs.net/content/hrsd/nclb_rc_cg.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText







PopMenu1_3_5_5=new Array(

		"School Committee",	// ElementText

		" http://www.hrhs.net/content/hrsd/g-c_s-committee.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText







	PopMenu1_3_6=new Array(

		"Williamsburg Elementary",	// ElementText

		"http://www.burgyschools.org",		// ElementLink

		"",		// ElementBgImage

		5,		// ElementNoOfSubElements

		25,		// ElementHeight

		250,		// ElementWidth

		"",		// ElementBgColor

		"",		// ElementBgHighColor

		"",		// ElementFontColor

		"",		// ElementFontHighColor

		"",		// ElementBorderColor

		"",		// ElementFontFamily

		8,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



	



PopMenu1_3_6_1=new Array(

		"Williamsburg Elementary",	// ElementText

		"http://www.burgyschools.org",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



PopMenu1_3_6_2=new Array(

		"School Improvement Plan",	// ElementText

		"http://www.hrhs.net/content/hrsd/si_plan_wb.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



PopMenu1_3_6_3=new Array(

		"School Handbook",	// ElementText

		"http://www.hrhs.net/content/hrsd/wb_handbook.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText





PopMenu1_3_6_4=new Array(

		"NCLB Report Card",	// ElementText

		" http://www.hrhs.net/content/hrsd/nclb_rc_wb.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText







PopMenu1_3_6_5=new Array(

		"School Committee",	// ElementText

		" http://www.hrhs.net/content/hrsd/wb_s-committee.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		30,		// ElementHeight

		250,		// ElementWidth

		"AE1414",		// ElementBgColor

		"EB382F",		// ElementBgHighColor

		"white",		// ElementFontColor

		"white",		// ElementFontHighColor

		"white",		// ElementBorderColor

		"",	// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText









PopMenu1_4=new Array(

		"Staff Resources",	// ElementText

		"",		// ElementLink

		"",		// ElementBgImage

		5,		// ElementNoOfSubElements

		30,		// ElementHeight

		245,		// ElementWidth

		"",		// ElementBgColor

		"",		// ElementBgHighColor

		"",		// ElementFontColor

		"",		// ElementFontHighColor

		"",		// ElementBorderColor

		"",		// ElementFontFamily

		-1,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",	// ElementTextAlign

		"");		// ElementStatusText



	PopMenu1_4_1=new Array(

		"Prof. Development Plan & Forms",	// ElementText

		"http://www.hrhs.net/content/hrsd/prof_dev_plan.pdf",	// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		25,		// ElementHeight

		245,		// ElementWidth

		"",		// ElementBgColor

		"",		// ElementBgHighColor

		"",		// ElementFontColor

		"",		// ElementFontHighColor

		"",		// ElementBorderColor

		"",		// ElementFontFamily

		8,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",	// ElementTextAlign

		"");		// ElementStatusText



	PopMenu1_4_2=new Array(

		"Prof. Development Calendar",	// ElementText

		"http://www.hrhs.net/content/hrsd/prof_dev_calendar.pdf",		// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		25,		// ElementHeight

		245,		// ElementWidth

		"",		// ElementBgColor

		"",		// ElementBgHighColor

		"",		// ElementFontColor

		"",		// ElementFontHighColor

		"",		// ElementBorderColor

		"",		// ElementFontFamily

		8,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



PopMenu1_4_3=new Array(

		"Personnel Forms",	// ElementText

		"http://hrhs.net/content/hrsd/forms.php3",		// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		25,		// ElementHeight

		245,		// ElementWidth

		"",		// ElementBgColor

		"",		// ElementBgHighColor

		"",		// ElementFontColor

		"",		// ElementFontHighColor

		"",		// ElementBorderColor

		"",		// ElementFontFamily

		8,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



PopMenu1_4_4=new Array(

		"Curriculum Newsletter",	// ElementText

		"http://www.hrhs.net/content/hrsd/curriculum_newsletter.pdf",		// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		25,		// ElementHeight

		245,		// ElementWidth

		"",		// ElementBgColor

		"",		// ElementBgHighColor

		"",		// ElementFontColor

		"",		// ElementFontHighColor

		"",		// ElementBorderColor

		"",		// ElementFontFamily

		8,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText

PopMenu1_4_5=new Array(

		"Aditional Resources",	// ElementText

		"http://www.hrhs.net/content/hrsd/additional_resources.php3",		// ElementLink

		"",		// ElementBgImage

		0,		// ElementNoOfSubElements

		25,		// ElementHeight

		245,		// ElementWidth

		"",		// ElementBgColor

		"",		// ElementBgHighColor

		"",		// ElementFontColor

		"",		// ElementFontHighColor

		"",		// ElementBorderColor

		"",		// ElementFontFamily

		8,		// ElementFontSize

		-1,		// ElementBold

		-1,		// ElementItalic

		"center",		// ElementTextAlign

		"");		// ElementStatusText



