/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='black';			// Background color when mouse is not over
	var LowSubBgColor='#e8d3ac';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='#990000';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='990000';			// Font color subs when mouse is not over
	var FontHighColor='#e8d3ac';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=8;				// 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='';			// Menu horizontal 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=.04;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.3;			// vertical overlap child/ parent
	var StartTop=0;				// 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=10;				// Left padding
	var TopPaddng=4;				// 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=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='self';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// 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(){RePos();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("Graduate Housing","","",11,34,90);
	Menu1_1=new Array("Latest News Updates","grad/grad_latest.htm","",1,23,255);
		Menu1_1_1=new Array("Current Vacancies","grad/vacancies.htm","",0,23,140);
	Menu1_2=new Array("Tour Graduate Housing","grad/tour_grad_house.htm","",6,23,192);
		Menu1_2_1=new Array("Escondido Village Apartments","grad/ev_apts.htm","",9,23,215);
			Menu1_2_1_1=new Array("EV bldgs 1-144","grad/ev_low.htm","",0,23,115);
			Menu1_2_1_2=new Array("Abrams","grad/ev_mid.htm","",0,23,215);
			Menu1_2_1_3=new Array("Barnes","grad/ev_mid.htm","",0,23,215);
			Menu1_2_1_4=new Array("Blackwelder","grad/ev_high.htm","",0,23,215);
			Menu1_2_1_5=new Array("Hoskins","grad/ev_mid.htm","",0,23,215);
			Menu1_2_1_6=new Array("Hulme","grad/ev_mid.htm","",0,23,215);
			Menu1_2_1_7=new Array("McFarland","grad/ev_mid.htm","",0,23,215);
			Menu1_2_1_8=new Array("Quillen","grad/ev_high.htm","",0,23,215);
			Menu1_2_1_9=new Array("EV Studios 1-6","grad/ev_studio.htm","",0,23,215);
		Menu1_2_2=new Array("Liliore Green Rains Houses","grad/rains.htm","",0,23,184);
		Menu1_2_3=new Array("Lyman Graduate Residences","grad/lyman.htm","",0,23,184);
		Menu1_2_4=new Array("Munger Graduate Residence","grad/munger.htm","",0,23,184);
		Menu1_2_5=new Array("Schwab Residential Center","grad/schwab.htm","",0,23,184);
		Menu1_2_6=new Array("General Information","grad/info.htm","",0,23,184);
	Menu1_3=new Array("Prospective Students","grad/pros_students.htm","",3,23,192);
		Menu1_3_1=new Array("New Graduate Students","grad/pros_students.htm","",0,23,184);
		Menu1_3_2=new Array("Graduate Housing Options","grad/housing_options.htm","",0,23,184);
		Menu1_3_3=new Array("Graduate Dining Options","grad/dining_options.htm","",0,23,184);
	Menu1_4=new Array("Apply/Reapply for Housing 2009-10","grad/apply_09.htm","",11,23,192);
		Menu1_4_1=new Array("New This Year","grad/new_year.htm","",0,23,190);
		Menu1_4_2=new Array("Eligibility","grad/eligibility_09.htm","",0,23,190);
		Menu1_4_3=new Array("Application Process","grad/apply_process_09.htm","",0,23,142);
		Menu1_4_4=new Array("Assignment Process","grad/assign_process_09.htm","",0,23,142);
		Menu1_4_5=new Array("Special Needs","grad/spec_needs_09.htm","",0,23,142);
		Menu1_4_6=new Array("Change/Withdraw an Application","grad/change_apply_09.htm","",0,35,142);
		Menu1_4_7=new Array("Once You're Assigned","grad/your_assign_09.htm","",0,23,142);
		Menu1_4_8=new Array("Apply for Reassignment","grad/apply_reassign_09.htm","",0,23,142);
		Menu1_4_9=new Array("Renew Your Contract","grad/renew_contract_09.htm","",0,23,142);
		Menu1_4_10=new Array("Terminate Your Contract","grad/term_contract_09.htm","",0,23,142);
		Menu1_4_11=new Array("Statistics","grad/stats_09.htm","",0,23,142);
	Menu1_5=new Array("Apply/Reapply for Housing 2008-09","grad/apply_08.htm","",10,23,192);
		Menu1_5_1=new Array("Eligibility","grad/eligibility.htm","",0,23,190);
		Menu1_5_2=new Array("Application Process","grad/apply_process.htm","",0,23,142);
		Menu1_5_3=new Array("Assignment Process","grad/assign_process.htm","",0,23,142);
		Menu1_5_4=new Array("Special Needs","grad/spec_needs.htm","",0,23,142);
		Menu1_5_5=new Array("Change/Withdraw an Application","grad/change_apply.htm","",0,35,142);
		Menu1_5_6=new Array("Once You're Assigned","grad/your_assign.htm","",0,23,142);
		Menu1_5_7=new Array("Apply for Reassignment","grad/apply_reassign.htm","",0,23,142);
		Menu1_5_8=new Array("Renew Your Contract","grad/renew_contract.htm","",0,23,142);
		Menu1_5_9=new Array("Terminate Your Contract","grad/term_contract.htm","",0,23,142);
		Menu1_5_10=new Array("Statistics","grad/stats_08.htm","",0,23,142);
	Menu1_6=new Array("Apply for Summer Housing","grad/summer_apply.htm","",10,23,192);
		Menu1_6_1=new Array("Eligibility","summer_elig.htm","",0,23,232);
		Menu1_6_2=new Array("Application Process","grad/summer_app_proc.htm","",0,23,230);
		Menu1_6_3=new Array("Assignment Process","summer_assign_proc.htm","",0,23,230);
		Menu1_6_4=new Array("Special Needs","grad/spec_needs_09.htm","",0,23,230);
		Menu1_6_5=new Array("Once You're Assigned","summer_assign.htm","",0,23,230);
		Menu1_6_6=new Array("Terminate Your Contract","summer_term_cont.htm","",0,23,142);
		Menu1_6_7=new Array("Special Summer Programs","summer_progs.htm","",0,23,142);
		Menu1_6_8=new Array("Summer Dates, Rates and Billing","grad/summer_drb.htm","",4,23,142);
			Menu1_6_8_1=new Array("Summer Calendar 2009","calendar/summer_cal.htm","",0,23,172);
			Menu1_6_8_2=new Array("Summer Rates Chart","pdfs/summer_rates.pdf","",0,23,142);
			Menu1_6_8_3=new Array("Full-Year Contract","grad/summer_full.htm","",0,23,142);
			Menu1_6_8_4=new Array("Billing Information","grad/summer_bill.htm","",0,23,142);
		Menu1_6_9=new Array("Summer Dining","summer_dining.htm","",0,23,142);
		Menu1_6_10=new Array("Summer Directory","summer_direct.htm","",0,23,142);
	Menu1_7=new Array("Residence Chart","grad/res_chart.htm","",0,23,192);
	Menu1_8=new Array("Residence Agreement/ Policies and Procedures","res_agree.htm","",7,35,192);
		Menu1_8_1=new Array("Residence Agreement 2009-10","pdfs/2009_10_HA_RA.pdf","",0,23,220);
		Menu1_8_2=new Array("Residence Agreement 2008-09","pdfs/2008_09_HA_RA_041708.pdf","",0,23,142);
		Menu1_8_3=new Array("Exterior Landscape and    Storage Policies","lands_pol.htm","",0,35,142);
		Menu1_8_4=new Array("Lead-based Paint Advisory","pdfs/leadnotice.pdf","",0,23,142);
		Menu1_8_5=new Array("EPA Lead Pamphlet","pdfs/leadpamphlet.pdf","",0,23,142);
		Menu1_8_6=new Array("Pest Control Notice","pdfs/pestnotice.pdf","",0,23,142);
		Menu1_8_7=new Array("Room/Apartment Condition Forms","forms/cond_forms.htm","",0,35,142);
	Menu1_9=new Array("Dates, Rates and Billing","grad/drb.htm","",7,23,192);
		Menu1_9_1=new Array("Graduate Calendar 2009-10","calendar/grad_cal_09.htm","",0,23,220);
		Menu1_9_2=new Array("Graduate Calendar 2008-09","calendar/grad_cal_08.htm","",0,23,190);
		Menu1_9_3=new Array("Graduate Rates Chart 2009-10","pdfs/grad_rates_09.pdf","",0,23,142);
		Menu1_9_4=new Array("Graduate Rates Chart 2008-09","pdfs/grad_rates_08.pdf","",0,23,142);
		Menu1_9_5=new Array("Billing Information 2009-10","grad/bill_09.htm","",0,23,142);
		Menu1_9_6=new Array("Billing Information 2008-09","grad/bill_08.htm","",0,23,142);
		Menu1_9_7=new Array("Summer Housing 2009","grad/summer_drb.htm","",0,23,142);
	Menu1_10=new Array("Housing Front Desks","hfd.htm","",4,23,192);
		Menu1_10_1=new Array("HFD at Escondido Village","grad/hfd_ev.htm","",0,23,260);
		Menu1_10_2=new Array("HFD for Lyman Graduate Residences","ugrad/hfd_govco.htm","",0,23,184);
		Menu1_10_3=new Array("HFD at Munger Graduate Residence","grad/hfd_munger.htm","",0,23,184);
		Menu1_10_4=new Array("HFD at Rains","grad/hfd_rains.htm","",0,23,184);
	Menu1_11=new Array("Community Housing","http://www.stanford.edu/dept/rde/chs","",4,23,192);
		Menu1_11_1=new Array("Rental Listing Service","http://www.stanford.edu/dept/rde/chs","",0,23,246);
		Menu1_11_2=new Array("Subsidized Off-campus Apartments","http://www.stanford.edu/dept/rde/chs","",0,23,190);
		Menu1_11_3=new Array("Sublets in Student Housing","http://www.stanford.edu/dept/rde/shs/sublease","",0,23,142);
		Menu1_11_4=new Array("Short-term Housing On-campus","http://www.stanford.edu/dept/rde/scs/individuals/index.html","",0,23,142);

Menu2=new Array("Undergraduate Housing","","menu_long_dot.gif",11,34,130);
	Menu2_1=new Array("Latest News Updates","ugrad/ugrad_latest.htm","",1,23,210);
		Menu2_1_1=new Array("Current Vacancies","ugrad/ugrad_vacancies.htm","",0,23,140);
	Menu2_2=new Array("Tour Undergraduate Housing","ugrad/tour_ugrad_house.htm","",4,23,212);
		Menu2_2_1=new Array("Residence Halls","ugrad/res_hall.htm","",10,23,220);
			Menu2_2_1_1=new Array("Branner Hall","ugrad/branner.htm","",0,23,150);
			Menu2_2_1_2=new Array("Crothers Hall","ugrad/crothers.htm","",0,23,142);
			Menu2_2_1_3=new Array("Florence Moore Hall","ugrad/flomo.htm","",0,23,142);
			Menu2_2_1_4=new Array("Governor's Corner","ugrad/govco.htm","",0,23,142);
			Menu2_2_1_5=new Array("Lagunita Court","ugrad/lagunita.htm","",0,23,142);
			Menu2_2_1_6=new Array("Manzanita Park","ugrad/manz.htm","",0,23,142);
			Menu2_2_1_7=new Array("Roble Hall","ugrad/roble.htm","",0,23,142);
			Menu2_2_1_8=new Array("Stern Hall","ugrad/stern.htm","",0,23,142);
			Menu2_2_1_9=new Array("Toyon Hall","ugrad/toyon.htm","",0,23,142);
			Menu2_2_1_10=new Array("Wilbur Hall","ugrad/wilbur.htm","",0,23,142);
		Menu2_2_2=new Array("Apartments and Suites","ugrad/apt_suite.htm","",3,23,184);
			Menu2_2_2_1=new Array("Mirrielees House","ugrad/mirrielees.htm","",0,23,170);
			Menu2_2_2_2=new Array("Governor's Corner","ugrad/govco.htm","",0,23,160);
			Menu2_2_2_3=new Array("Oak Creek Apartments","ugrad/oak.htm","",0,23,160);
		Menu2_2_3=new Array("The Row (Small Group Houses)","ugrad/row.htm","",3,23,184);
			Menu2_2_3_1=new Array("Self-operated Houses","ugrad/self_op.htm","",0,23,170);
			Menu2_2_3_2=new Array("Cooperative Houses","ugrad/coop.htm","",0,23,142);
			Menu2_2_3_3=new Array("Greek Houses","ugrad/greek.htm","",0,23,142);
		Menu2_2_4=new Array("Theme and Focus Houses","ugrad/theme_house.htm","",0,23,184);
	Menu2_3=new Array("Prospective Students","ugrad/pros_students.htm","",3,23,192);
		Menu2_3_1=new Array("First-year Options","ugrad/first_options.htm","",0,23,154);
		Menu2_3_2=new Array("Roommates","ugrad/roommates.htm","",0,23,184);
		Menu2_3_3=new Array("Dining Options","ugrad/dining.htm","",0,23,184);
	Menu2_4=new Array("Apply for Housing 2009-10","ugrad/apply_09.htm","",12,23,192);
		Menu2_4_1=new Array("New This Year","ugrad/new.htm","",0,23,210);
		Menu2_4_2=new Array("Eligibility/Housing Guarantee","ugrad/eligibility_09.htm","",0,23,190);
		Menu2_4_3=new Array("Application Process","ugrad/app_proc_09.htm","",0,23,142);
		Menu2_4_4=new Array("Assignment Process","ugrad/assign_process_09.htm","",3,23,142);
			Menu2_4_4_1=new Array("Draw","ugrad/draw.htm","",0,23,80);
			Menu2_4_4_2=new Array("Waitlists","ugrad/wait.htm","",0,23,142);
			Menu2_4_4_3=new Array("Walk-ins","ugrad/walk.htm","",0,23,142);
		Menu2_4_5=new Array("Group Applicants","ugrad/group_app_09.htm","",0,23,142);
		Menu2_4_6=new Array("Special Needs","ugrad/spec_needs_09.htm","",0,23,142);
		Menu2_4_7=new Array("Residence Options","ugrad/res_options.htm","",0,23,142);
		Menu2_4_8=new Array("Dining Options","ugrad/dining_opts.htm","",0,23,142);
		Menu2_4_9=new Array("Fraternities and Sororities","ugrad/frat_sor_09.htm","",0,23,142);
		Menu2_4_10=new Array("Once You're Assigned","ugrad/your_assign_09.htm","",0,23,142);
		Menu2_4_11=new Array("Going Away/Taking a Leave","ugrad/go_stop_09.htm","",0,23,142);
		Menu2_4_12=new Array("Statistics","ugrad/stats_09.htm","",0,23,142);
	Menu2_5=new Array("Apply for Summer Housing","ugrad/summer_apply.htm","",10,23,192);
		Menu2_5_1=new Array("Eligibility","summer_elig.htm","",0,23,232);
		Menu2_5_2=new Array("Application Process","ugrad/summer_app_proc.htm","",0,23,230);
		Menu2_5_3=new Array("Assignment Process","summer_assign_proc.htm","",0,23,230);
		Menu2_5_4=new Array("Special Needs","ugrad/spec_needs_09.htm","",0,23,230);
		Menu2_5_5=new Array("Once You're Assigned","summer_assign.htm","",0,23,230);
		Menu2_5_6=new Array("Terminate Your Contract","summer_term_cont.htm","",0,23,142);
		Menu2_5_7=new Array("Special Summer Programs","summer_progs.htm","",0,23,142);
		Menu2_5_8=new Array("Summer Dates, Rates and Billing","ugrad/summer_drb.htm","",3,23,142);
			Menu2_5_8_1=new Array("Summer Calendar 2009","calendar/summer_cal.htm","",0,23,172);
			Menu2_5_8_2=new Array("Summer Rates Chart","pdfs/summer_rates.pdf","",0,23,142);
			Menu2_5_8_3=new Array("Billing Information","ugrad/summer_bill.htm","",0,23,142);
		Menu2_5_9=new Array("Summer Dining","summer_dining.htm","",0,23,142);
		Menu2_5_10=new Array("Summer Directory","summer_direct.htm","",0,23,142);
	Menu2_6=new Array("Residence Chart","ugrad/res_chart.htm","",0,23,192);
	Menu2_7=new Array("Residence Agreement/ Policies and Procedures","res_agree.htm","",7,35,192);
		Menu2_7_1=new Array("Residence Agreement 2009-10","pdfs/2009_10_HA_RA.pdf","",0,23,220);
		Menu2_7_2=new Array("Residence Agreement 2008-09","pdfs/2008_09_HA_RA_041708.pdf","",0,23,142);
		Menu2_7_3=new Array("Exterior Landscape and   Storage Policies","lands_pol.htm","",0,35,142);
		Menu2_7_4=new Array("Lead-based Paint Advisory","pdfs/leadnotice.pdf","",0,23,142);
		Menu2_7_5=new Array("EPA Lead Pamphlet","pdfs/leadpamphlet.pdf","",0,23,142);
		Menu2_7_6=new Array("Pest Control Notice","pdfs/pestnotice.pdf","",0,23,142);
		Menu2_7_7=new Array("Room/Apartment Condition Forms","forms/cond_forms.htm","",0,35,142);
	Menu2_8=new Array("Dates, Rates and Billing","ugrad/ugrad_drb.htm","",6,23,192);
		Menu2_8_1=new Array("Undergraduate Calendar 2009-10","calendar/ugrad_cal_09.htm","",0,23,260);
		Menu2_8_2=new Array("Undergraduate Calendar 2008-09","calendar/ugrad_cal_08.htm","",0,23,190);
		Menu2_8_3=new Array("Undergraduate Rates Chart 2009-10","ugrad/ugrad_rates_09.htm","",0,23,142);
		Menu2_8_4=new Array("Undergraduate Rates Chart 2008-09","ugrad/ugrad_rates_08.htm","",0,23,142);
		Menu2_8_5=new Array("Billing Information 2009-10","ugrad/bill_09.htm","",0,23,142);
		Menu2_8_6=new Array("Summer Housing 2009","ugrad/summer_drb.htm","",0,23,142);
	Menu2_9=new Array("Academic Breaks","breaks.htm","",0,23,192);
	Menu2_10=new Array("Housing Front Desks","hfd.htm","",9,23,192);
		Menu2_10_1=new Array("HFD at Crothers Hall","ugrad/hfd_crothers.htm","",0,23,200);
		Menu2_10_2=new Array("HFD at Florence Moore Hall","ugrad/hfd_flomo.htm","",0,23,184);
		Menu2_10_3=new Array("HFD at Governor's Corner","ugrad/hfd_govco.htm","",0,23,184);
		Menu2_10_4=new Array("HFD at Lagunita Court","ugrad/hfd_lag.htm","",0,23,184);
		Menu2_10_5=new Array("HFD at Manzanita Park","ugrad/hfd_manz.htm","",0,23,184);
		Menu2_10_6=new Array("HFD at Roble Hall","ugrad/hfd_roble.htm","",0,23,184);
		Menu2_10_7=new Array("HFD for The Row","ugrad/hfd_row.htm","",0,23,184);
		Menu2_10_8=new Array("HFD at Stern Hall","ugrad/hfd_stern.htm","",0,23,184);
		Menu2_10_9=new Array("HFD at Wilbur Hall","ugrad/hfd_wilbur.htm","",0,23,184);
	Menu2_11=new Array("Community Housing","http://www.stanford.edu/dept/rde/chs","",2,23,192);
		Menu2_11_1=new Array("Rental Listing Service","http://www.stanford.edu/dept/rde/chs","",0,23,220);
		Menu2_11_2=new Array("Short-term Housing On-campus","http://www.stanford.edu/dept/rde/scs/individuals/index.html","",0,23,142);

Menu3=new Array("Affiliate Housing","","menu_short_dot.gif",9,34,90);
	Menu3_1=new Array("Community Housing","http://www.stanford.edu/dept/rde/chs","",0,23,225);
	Menu3_2=new Array("Rental Listing Service","http://www.stanford.edu/dept/rde/chs","",0,23,246);
	Menu3_3=new Array("Short-term Housing On-campus","http://www.stanford.edu/dept/rde/scs/individuals/index.html","",0,23,172);
	Menu3_4=new Array("Sublets in Student Housing","http://www.stanford.edu/dept/rde/shs/sublease","",0,23,172);
	Menu3_5=new Array("Stanford Conferences","http://www.stanford.edu/dept/rde/scs/index.html","",0,23,172);
	Menu3_6=new Array("Stanford Guest House","http://www.stanford.edu/dept/rde/guesthouse/","",0,23,172);
	Menu3_7=new Array("Non-matriculated Students","non_mat.htm","",0,23,172);
	Menu3_8=new Array("Special Summer Programs","summer_progs.htm","",0,23,172);
	Menu3_9=new Array("Faculty/Staff Housing","http://www.stanford.edu/dept/fsh/index.html","",0,23,172);
	
Menu4=new Array("Moving In/ Moving Out","","menu_long2_dot.gif",2,34,110);
	Menu4_1=new Array("Moving In","moving/moving_in.htm","",10,23,110);
		Menu4_1_1=new Array("Important Move-In Information","moving/important.htm","",0,23,240);
		Menu4_1_2=new Array("Room/Roommate Assignments","moving/assign.htm","",0,23,240);
		Menu4_1_3=new Array("What to Bring","moving/bring.htm","",0,23,190);
		Menu4_1_4=new Array("Getting to Stanford","moving/getting.htm","",0,23,190);
		Menu4_1_5=new Array("Mail Delivery and Shipping","moving/mail.htm","",0,23,190);
		Menu4_1_6=new Array("Checking In","moving/checkin.htm","",0,23,190);
		Menu4_1_7=new Array("Room/Apartment Condition Forms","forms/cond_forms.htm","",0,23,190);
		Menu4_1_8=new Array("Getting Settled","moving/settled.htm","",0,23,190);
		Menu4_1_9=new Array("Important Reminders","moving/remind.htm","",0,23,190);
		Menu4_1_10=new Array("Move-In Checklist","pdfs/check_in.pdf","",0,23,190);
	Menu4_2=new Array("Moving Out","moving/moving_out.htm","",6,23,172);
		Menu4_2_1=new Array("Vacating your Room or Apartment","moving/moving_out.htm","",0,23,240);
		Menu4_2_2=new Array("Early/Late Move-outs","moving/early_late.htm","",0,23,190);
		Menu4_2_3=new Array("Fines, Cleaning and Damage","moving/clean.htm","",0,23,190);
		Menu4_2_4=new Array("Donating Unwanted Items","moving/donate.htm","",0,23,190);
		Menu4_2_5=new Array("Subletting Your Apartment","http://www.stanford.edu/dept/rde/shs/sublease","",0,23,190);
		Menu4_2_6=new Array("Move-out Checklist","pdfs/check_out.pdf","",0,23,190);

Menu5=new Array("Living in Housing","","menu_short_dot.gif",17,34,90);
	Menu5_1=new Array("At Your Service","living/service.htm","",0,23,280);
	Menu5_2=new Array("Building Access","living/access.htm","",0,23,165);
	Menu5_3=new Array("Making Yourself at Home","living/home.htm","",3,23,165);
		Menu5_3_1=new Array("Your Residence Community","living/community.htm","",0,23,190);
		Menu5_3_2=new Array("Common Areas","living/common.htm","",0,23,190);
		Menu5_3_3=new Array("Activities and Events","living/events.htm","",0,23,190);
	Menu5_4=new Array("Personalizing Your Campus Home","living/person.htm","",0,23,165);
	Menu5_5=new Array("Cleaning Guide, Trash and Recycling","living/cleaning.htm","",0,23,165);
	Menu5_6=new Array("Health and Safety","living/health.htm","",0,23,165);
	Menu5_7=new Array("Living Green/Sustainability","sustain.htm","",0,23,165);
	Menu5_8=new Array("Living with a Roommate","living/liv_room.htm","",0,23,165);
	Menu5_9=new Array("Lofting Your Bed","living/bed.htm","",0,23,165);
	Menu5_10=new Array("Keeping Cool, Staying Warm","living/cool_warm.htm","",0,23,165);
	Menu5_11=new Array("How to Adjust Your Heat","living/heat.htm","",0,23,165);
	Menu5_12=new Array("Tips for Kitchen and Bath","living/tips.htm","",0,23,165);
	Menu5_13=new Array("Dealing with Pests","living/pests.htm","",0,23,165);
	Menu5_14=new Array("Exterior Landscape and Storage Policies","lands_pol.htm","",0,23,165);
	Menu5_15=new Array("Getting Around","living/around.htm","",0,23,165);
	Menu5_16=new Array("Visitor Lodging","living/lodging.htm","",0,23,165);
	Menu5_17=new Array("Help","living/help.htm","",0,23,165);

Menu6=new Array("Residence Information","","menu_long2_dot.gif",6,34,110);
	Menu6_1=new Array("Housing Front Desks","hfd.htm","",13,23,220);
		Menu6_1_1=new Array("HFD at Crothers Hall","ugrad/hfd_crothers.htm","",0,23,200);
		Menu6_1_2=new Array("HFD at Escondido Village","grad/hfd_ev.htm","",0,23,260);
		Menu6_1_3=new Array("HFD at Florence Moore Hall","ugrad/hfd_flomo.htm","",0,23,184);
		Menu6_1_4=new Array("HFD at Governor's Corner","ugrad/hfd_govco.htm","",0,23,184);
		Menu6_1_5=new Array("HFD at Lagunita Court","ugrad/hfd_lag.htm","",0,23,184);
		Menu6_1_6=new Array("HFD for Lyman","ugrad/hfd_govco.htm","",0,23,184);
		Menu6_1_7=new Array("HFD at Manzanita Park","ugrad/hfd_manz.htm","",0,23,184);
		Menu6_1_8=new Array("HFD at Munger","grad/hfd_munger.htm","",0,23,184);
		Menu6_1_9=new Array("HFD at Rains","grad/hfd_rains.htm","",0,23,184);
		Menu6_1_10=new Array("HFD at Roble Hall","ugrad/hfd_roble.htm","",0,23,184);
		Menu6_1_11=new Array("HFD for The Row","ugrad/hfd_row.htm","",0,23,184);
		Menu6_1_12=new Array("HFD at Stern Hall","ugrad/hfd_stern.htm","",0,23,184);
		Menu6_1_13=new Array("HFD at Wilbur Hall","ugrad/hfd_wilbur.htm","",0,23,184);
	Menu6_2=new Array("Graduate Apartments","grad/tour_grad_house.htm","",5,23,220);
		Menu6_2_1=new Array("Escondido Village Apartments","grad/ev_apts.htm","",9,23,215);
			Menu6_2_1_1=new Array("EV bldgs 1-144","grad/ev_low.htm","",0,23,115);
			Menu6_2_1_2=new Array("Abrams","grad/ev_mid.htm","",0,23,215);
			Menu6_2_1_3=new Array("Barnes","grad/ev_mid.htm","",0,23,215);
			Menu6_2_1_4=new Array("Blackwelder","grad/ev_high.htm","",0,23,215);
			Menu6_2_1_5=new Array("Hoskins","grad/ev_mid.htm","",0,23,215);
			Menu6_2_1_6=new Array("Hulme","grad/ev_mid.htm","",0,23,215);
			Menu6_2_1_7=new Array("McFarland","grad/ev_mid.htm","",0,23,215);
			Menu6_2_1_8=new Array("Quillen","grad/ev_high.htm","",0,23,215);
			Menu6_2_1_9=new Array("EV Studios 1-6","grad/ev_studio.htm","",0,23,215);
		Menu6_2_2=new Array("Liliore Green Rains Houses","grad/rains.htm","",0,23,184);
		Menu6_2_3=new Array("Lyman Graduate Residences","grad/lyman.htm","",0,23,184);
		Menu6_2_4=new Array("Munger Graduate Residence","grad/munger.htm","",0,23,184);
		Menu6_2_5=new Array("Schwab Residential Center","grad/schwab.htm","",0,23,184);
	Menu6_3=new Array("Residence Halls","ugrad/res_hall.htm","",10,23,165);
		Menu6_3_1=new Array("Branner Hall","ugrad/branner.htm","",0,23,150);
		Menu6_3_2=new Array("Crothers Hall","ugrad/crothers.htm","",0,23,142);
		Menu6_3_3=new Array("Florence Moore Hall","ugrad/flomo.htm","",0,23,142);
		Menu6_3_4=new Array("Governor's Corner","ugrad/govco.htm","",0,23,142);
		Menu6_3_5=new Array("Lagunita Court","ugrad/lagunita.htm","",0,23,142);
		Menu6_3_6=new Array("Manzanita Park","ugrad/manz.htm","",0,23,142);
		Menu6_3_7=new Array("Roble Hall","ugrad/roble.htm","",0,23,142);
		Menu6_3_8=new Array("Stern Hall","ugrad/stern.htm","",0,23,142);
		Menu6_3_9=new Array("Toyon Hall","ugrad/toyon.htm","",0,23,142);
		Menu6_3_10=new Array("Wilbur Hall","ugrad/wilbur.htm","",0,23,142);
	Menu6_4=new Array("Apartments and Suites","ugrad/apt_suite.htm","",3,23,165);
		Menu6_4_1=new Array("Mirrielees House","ugrad/mirrielees.htm","",0,23,170);
		Menu6_4_2=new Array("Governor's Corner","ugrad/govco.htm","",0,23,140);
		Menu6_4_3=new Array("Oak Creek Apartments","ugrad/oak.htm","",0,23,160);
	Menu6_5=new Array("The Row (Small Group Houses)","ugrad/row.htm","",3,23,165);
		Menu6_5_1=new Array("Self-operated Houses","ugrad/self_op.htm","",0,23,170);
		Menu6_5_2=new Array("Cooperative Houses","ugrad/coop.htm","",0,23,142);
		Menu6_5_3=new Array("Greek Houses","ugrad/greek.htm","",0,23,142);
	Menu6_6=new Array("Theme and Focus Houses","ugrad/theme_house.htm","",0,23,165);

Menu7=new Array("Calendar","","menu_short_dot.gif",5,34,90);
	Menu7_1=new Array("Graduate 2009-10","calendar/grad_cal_09.htm","",0,23,180);
	Menu7_2=new Array("Undergraduate 2009-10","calendar/ugrad_cal_09.htm","",0,23,140);
	Menu7_3=new Array("Summer 2009","calendar/summer_cal.htm","",0,23,140);
	Menu7_4=new Array("Graduate 2008-09","calendar/grad_cal_08.htm","",0,23,140);
	Menu7_5=new Array("Undergraduate 2008-09","calendar/ugrad_cal_08.htm","",0,23,140);

Menu8=new Array("Forms","","menu_short_dot.gif",11,34,90);
	Menu8_1=new Array("Application Worksheets","","",6,23,245);
		Menu8_1_1=new Array("Upperclass Housing","pdfs/upperclass.pdf","",0,23,150);
		Menu8_1_2=new Array("Single Graduate Students","pdfs/singlegrad.pdf","",0,35,100);
		Menu8_1_3=new Array("Graduate Groups","pdfs/groups.pdf","",0,23,100);
		Menu8_1_4=new Array("Graduate Couples without Children","pdfs/coupleswoc.pdf","",0,35,100);
		Menu8_1_5=new Array("Graduate Students with Children","pdfs/gradstudentswc.pdf","",0,35,100);
		Menu8_1_6=new Array("Summer Housing","pdfs/summer_house.pdf","",0,23,100);
	Menu8_2=new Array("Disability Accommodation Request","","",2,23,100);
		Menu8_2_1=new Array("Graduate","grad/spec_needs_09.htm","",0,23,115);
		Menu8_2_2=new Array("Undergraduate","ugrad/spec_needs_09.htm","",0,23,100);
	Menu8_3=new Array("Post-Graduation Quarter Petition","forms/petition.htm","",0,23,235);
	Menu8_4=new Array("Proxy Forms","","",2,23,100);
		Menu8_4_1=new Array("Online Proxy Form","https://www.stanford.edu/dept/rde/has/forms/proxy/sunetid/proxyform.fft","",0,23,155);
		Menu8_4_2=new Array("Printable Proxy Form","pdfs/Proxy_Form.pdf","",0,23,100);
	Menu8_5=new Array("Reassignment Requests","","",3,23,100);
		Menu8_5_1=new Array("Reassignment Request","pdfs/reassignment_request.pdf","",0,23,165);
		Menu8_5_2=new Array("Reassignment Permission Form","forms/reassign_perm.htm","",0,35,100);
		Menu8_5_3=new Array("Summer Reassignment Request","pdfs/summer_reassignment_request.pdf","",0,35,100);
	Menu8_6=new Array("Room/Apartment Condition Forms","forms/cond_forms.htm","",0,23,235);
	Menu8_7=new Array("Split Group Petition","pdfs/2008_split_group_petition.pdf","",0,23,100);
	Menu8_8=new Array("Summer Contract Change Request","http://fmp-web-1.stanford.edu/webauth/summercontractchange/summerchangereq.htm","",0,23,100);
	Menu8_9=new Array("Subleasing Application","http://www.stanford.edu/dept/rde/shs/sublease","",0,23,235);
	Menu8_10=new Array("Termination of Occupancy","","",2,23,100);
		Menu8_10_1=new Array("On-campus Housing","http://housing.stanford.edu/toc","",0,23,168);
		Menu8_10_2=new Array("Off-campus Subsidized Apartments","https://www.stanford.edu/dept/rde/chs/offcampusapts/forms/sunet/tocform.fft","",0,35,165);
	Menu8_11=new Array("Vacation Quarter Petition","forms/vac_qtr_pet.htm","",0,23,100);