<!--
function mmLoadMenus() {

var font_family = "Century Gothic";
var font_size = 11;
var font_weight = "bold";
var font_color = "white";
var font_color_highlite = "white";
var menu_bg_color = "#336699";
var menu_bg_color_highlite = "#71A1D1";
var menu_color_border = "#FFCC66";
var menu_break_color = "#FFCC66";



  if (window.mm_family_resources) return;

  window.mm_menu_quick_links = new Menu("root",150,17,font_family,font_size,font_color_highlite,font_color,menu_bg_color_highlite,menu_bg_color,"left","middle",3,0,500,-5,7,true,true,true,0,false,true);
  mm_menu_quick_links.addMenuItem("Announcements","location='./announcements.html'");  
  mm_menu_quick_links.addMenuItem("Bus&nbsp;Routes","location='http://www.ryeelementary.org/busroutes/Rye%20Bus%20Routes.pdf'");
<!--  mm_menu_quick_links.addMenuItem("Event&nbsp;Calendar","location='./calendar_events.html'");
  mm_menu_quick_links.addMenuItem("Event&nbsp;Calendar","location='./Calendars/calendar_events.pdf'");
  mm_menu_quick_links.addMenuItem("Facilities","location='./facilities.htm'");
  mm_menu_quick_links.addMenuItem("Homework","location='http://www.homeworknow.com/fetch/?hwnowid=3215'");  
  mm_menu_quick_links.addMenuItem("Lunch&nbsp;Menu","location='./lunch_menu.html'");
/*  mm_menu_quick_links.addMenuItem("Bus&nbsp;Routes","location='http://www.ryeelementary.org/busroutes/Rye%20Bus%20Routes.pdf'"); */
  mm_menu_quick_links.addMenuItem("SAU&nbsp;50","location='http://www.sau50.org/'");  
  mm_menu_quick_links.addMenuItem("SAU&nbsp;50&nbsp;Email&nbsp;Login","location='http://email.sau50.org'");
  mm_menu_quick_links.addMenuItem("School&nbsp;Messenger&nbsp;Login","location='https://asp.schoolmessenger.com/ryeschooldistrict/index.php'");
  mm_menu_quick_links.addMenuItem("School&nbsp;Closings&nbsp;(WMUR)","location='http://www.wmur.com/closings/index.html'");  
  mm_menu_quick_links.addMenuItem("TechPaths&nbsp;Login","location='http://sau50.nh.techpaths.com/'");
  mm_menu_quick_links.addMenuItem("Technology","location='./technology.htm'");

   mm_menu_quick_links.fontWeight=font_weight;
   mm_menu_quick_links.hideOnMouseOut=true;
   mm_menu_quick_links.bgColor=menu_bg_color
   mm_menu_quick_links.menuBorder=1;
   mm_menu_quick_links.menuBorderBgColor=menu_break_color;
   
  window.mm_menu_family_resources = new Menu("root",150,17,font_family,font_size,font_color,font_color_highlite,menu_bg_color,menu_bg_color_highlite,"left","middle",3,0,500,-5,7,true,true,true,0,false,true);
  mm_menu_family_resources.addMenuItem("Welcome!","location='family_welcome.html'");
  mm_menu_family_resources.addMenuItem("Teaching&nbsp;&amp;&nbsp;Learning","location='family_teach_learn.html'");
  mm_menu_family_resources.addMenuItem("Wellness","location='family_wellness.html'");
  mm_menu_family_resources.addMenuItem("Policies&nbsp;&amp;&nbsp;Procedures","location='family_policies_procedures.html'");
  mm_menu_family_resources.addMenuItem("Notices&nbsp;&amp;&nbsp;Forms","location='family_notices_forms.html'");
  mm_menu_family_resources.addMenuItem("After&nbsp;Care","location='./after_care.html'");
   mm_menu_family_resources.fontWeight=font_weight;
   mm_menu_family_resources.hideOnMouseOut=true;
   mm_menu_family_resources.bgColor=menu_break_color;
   mm_menu_family_resources.menuBorder=1;
   mm_menu_family_resources.menuBorderBgColor=menu_color_border;
   mm_menu_family_resources.position="relative"
   mm_menu_family_resources.zindex="100";
  	 
  window.mm_menu_student_resources = new Menu("root",150,17,font_family,font_size,font_color,font_color_highlite,menu_bg_color,menu_bg_color_highlite,"left","middle",3,0,500,-5,7,true,true,true,0,false,true);
  mm_menu_student_resources.addMenuItem("Welcome!","location='student_welcome.html'");
  mm_menu_student_resources.addMenuItem("Teaching&nbsp;&amp;&nbsp;Learning","location='student_teach_learn.html'");
  mm_menu_student_resources.addMenuItem("Wellness","location='student_wellness.html'");
  mm_menu_student_resources.addMenuItem("Policies&nbsp;&amp;&nbsp;Procedures","location='student_policies_procedures.html'");
  mm_menu_student_resources.addMenuItem("Notices&nbsp;&amp;&nbsp;Forms","location='student_notices_forms.html'");
  mm_menu_student_resources.addMenuItem("Homework","location='http://www.homeworknow.com/fetch/?hwnowid=3215'");
  mm_menu_student_resources.fontWeight=font_weight;
   mm_menu_student_resources.hideOnMouseOut=true;
   mm_menu_student_resources.bgColor=menu_break_color;
   mm_menu_student_resources.menuBorder=1;
   mm_menu_student_resources.menuBorderBgColor=menu_color_border;
 
   window.mm_menu_teacher_resources = new Menu("root",150,17,font_family,font_size,font_color,font_color_highlite,menu_bg_color,menu_bg_color_highlite,"left","middle",3,0,500,-5,7,true,true,true,0,false,true);
  mm_menu_teacher_resources.addMenuItem("Welcome!","location='teacher_welcome.html'");
   mm_menu_teacher_resources.addMenuItem("Teaching&nbsp;&amp;&nbsp;Learning","location='teacher_teach_learn.html'");
   mm_menu_teacher_resources.addMenuItem("Wellness","location='teacher_wellness.html'");
   mm_menu_teacher_resources.addMenuItem("Policies&nbsp;&amp;&nbsp;Procedures","location='teacher_policies_procedures.html'");
   mm_menu_teacher_resources.addMenuItem("Notices&nbsp;&amp;&nbsp;Forms","location='teacher_notices_forms.html'");
    mm_menu_teacher_resources.fontWeight=font_weight;
    mm_menu_teacher_resources.hideOnMouseOut=true;
    mm_menu_teacher_resources.bgColor=menu_break_color;
    mm_menu_teacher_resources.menuBorder=1;
    mm_menu_teacher_resources.menuBorderBgColor=menu_color_border;
   
	
  window.mm_menu_welcome = new Menu("root",180,17,font_family,font_size,font_color,font_color_highlite,menu_bg_color,menu_bg_color_highlite,"left","middle",3,0,500,-5,7,true,true,true,0,false,true);
  mm_menu_welcome.addMenuItem("Letter&nbsp;from&nbsp;the&nbsp;Principal","location='letter_principal.html'");
  mm_menu_welcome.addMenuItem("Newsletter","location='newsletter.html'");
  mm_menu_welcome.addMenuItem("School&nbsp;District&nbsp;Profile","location='district_profile.html'");
  mm_menu_welcome.addMenuItem("School&nbsp;Hours&nbsp;&amp;&nbsp;Directions","location='hours_directions.html'");
  mm_menu_welcome.addMenuItem("Parent/Student&nbsp;Handbook","location='student_handbook.html'");
  mm_menu_welcome.addMenuItem("RES&nbsp;Mission","location='http://www.ryeelementary.org/documents/mission.pdf'");
  mm_menu_welcome.addMenuItem("Bus&nbsp;Routes","location='http://www.ryeelementary.org/busroutes/Rye%20Bus%20Routes.pdf'");
  mm_menu_welcome.addMenuItem("Site&nbsp;Map","location='site_map.html'");
   mm_menu_welcome.fontWeight=font_weight;
   mm_menu_welcome.hideOnMouseOut=true;
   mm_menu_welcome.bgColor=menu_break_color;
   mm_menu_welcome.menuBorder=1;
   mm_menu_welcome.menuBorderBgColor=menu_color_border;


  window.mm_menu_announcements = new Menu("root",180,17,font_family,font_size,font_color,font_color_highlite,menu_bg_color,menu_bg_color_highlite,"left","middle",3,0,500,-5,7,true,true,true,0,false,true);
  mm_menu_announcements.addMenuItem("Announcements","location='announcements.html'");
  mm_menu_announcements.addMenuItem("Principal's&nbsp;Advisory&nbsp;Council","location='/pac/PAC_Minutes.pdf'");
  mm_menu_announcements.addMenuItem("Special&nbsp;Issues","location='/pac/Special_Issues_Meeting_minutes200911.pdf'");
  mm_menu_announcements.addMenuItem("Guidance&nbsp;Office","location='guidance_office.html'");
  mm_menu_announcements.addMenuItem("Health","location='health.html'");
  mm_menu_announcements.addMenuItem("Teacher&nbsp;Pages","location='http://www.homeworknow.com/fetch/?hwnowid=3215'");
  mm_menu_announcements.addMenuItem("Unified&nbsp;Arts","location='unified_arts.html'");
  mm_menu_announcements.addMenuItem("Press&nbsp;Room","location='press_room.html'");
   mm_menu_announcements.fontWeight=font_weight;
   mm_menu_announcements.hideOnMouseOut=true;
   mm_menu_announcements.bgColor=menu_break_color;
   mm_menu_announcements.menuBorder=1;
   mm_menu_announcements.menuBorderBgColor=menu_color_border;


  window.mm_menu_calendars = new Menu("root",180,17,font_family,font_size,font_color,font_color_highlite,menu_bg_color,menu_bg_color_highlite,"left","middle",3,0,500,-5,7,true,true,true,0,false,true);
         mm_menu_calendars.addMenuItem
("2009/2010&nbsp;Academic&nbsp;Calendar","location='./2009_2010_academic_calendar.html'");
     mm_menu_calendars.addMenuItem
("Athletic&nbsp;Schedule","location='athletics.html'");
     mm_menu_calendars.addMenuItem("Performing&nbsp;Arts&nbsp;Calendar","location='./arts_calendar.html'");
     mm_menu_calendars.addMenuItem("Event&nbsp;Calendar","location='./Calendars/calendar_events.pdf'");
     mm_menu_calendars.addMenuItem("Enrichment/Activities&nbsp;Schedule","location='calendar_enrichment.html'");
     mm_menu_calendars.addMenuItem("Committee&nbsp;Meeting&nbsp;Schedule","location='./Calendars/calendar_events.pdf'");
/*     mm_menu_calendars.addMenuItem("Lunch&nbsp;Menu","window.open('pdf/lunch_menu.pdf', '_blank');"); */
     mm_menu_calendars.addMenuItem("Lunch&nbsp;Menu","location='./lunch_menu.html'");
   mm_menu_calendars.fontWeight=font_weight;
   mm_menu_calendars.hideOnMouseOut=true;
   mm_menu_calendars.bgColor=menu_break_color;
   mm_menu_calendars.menuBorder=1;
   mm_menu_calendars.menuBorderBgColor=menu_color_border;

  window.mm_menu_weather = new Menu("root",180,17,font_family,font_size,font_color,font_color_highlite,menu_bg_color,menu_bg_color_highlite,"left","middle",3,0,500,-5,7,true,true,true,0,false,true);
  mm_menu_weather.addMenuItem("Emergency&nbsp;Alerts","location='weather_alerts.html'");
  mm_menu_weather.addMenuItem("School&nbsp;Closings&nbsp;(WMUR)","location='http://www.wmur.com/closings/index.html'");
  mm_menu_weather.fontWeight=font_weight;
   mm_menu_weather.hideOnMouseOut=true;
   mm_menu_weather.bgColor=menu_break_color;
   mm_menu_weather.menuBorder=1;
   mm_menu_weather.menuBorderBgColor=menu_color_border;
   
  window.mm_menu_friendraising = new Menu("root",180,17,font_family,font_size,font_color,font_color_highlite,menu_bg_color,menu_bg_color_highlite,"left","middle",3,0,500,-5,7,true,true,true,0,false,true);
     mm_menu_friendraising.addMenuItem("Volunteer&nbsp;Opportunities","location='friendraising_volunteer.html'");
     mm_menu_friendraising.addMenuItem("Fundraising","location='friendraising_fundraising.html'");
     mm_menu_friendraising.addMenuItem("Student&nbsp;Council","location='friendraising_student_council.html'");
     mm_menu_friendraising.addMenuItem("Wishlist","location='friendraising_wishlist.html'");
<!--  mm_menu_friendraising.addMenuItem("Event&nbsp;Calendar","location='./calendar_events.html'");
     mm_menu_friendraising.addMenuItem("Event&nbsp;Calendar","location='./Calendars/calendar_events.pdf'");
     mm_menu_friendraising.addMenuItem
//	("Athletic&nbsp;Schedule","location='calendar_athletic.html'");
   mm_menu_friendraising.fontWeight=font_weight;
   mm_menu_friendraising.hideOnMouseOut=true;
   mm_menu_friendraising.bgColor=menu_break_color;
   mm_menu_friendraising.menuBorder=1;
   mm_menu_friendraising.menuBorderBgColor=menu_color_border;

  window.mm_menu_community = new Menu("root",180,17,font_family,font_size,font_color,font_color_highlite,menu_bg_color,menu_bg_color_highlite,"left","middle",3,0,500,-5,-7,true,true,true,0,false,true);
     mm_menu_community.addMenuItem("Rye&nbsp;Junior&nbsp;High&nbsp;School","location='http://www.ryejrhigh.org/'");
     mm_menu_community.addMenuItem("Rye&nbsp;School&nbsp;Board","location='http://www.ryeschoolboard.us/'");
     mm_menu_community.addMenuItem("Rye&nbsp;Education&nbsp;Foundation","location='http://www.ryeeducation.org/'");
     mm_menu_community.addMenuItem("Rye&nbsp;PTA","location='http://www.ryepta.org'");
     mm_menu_community.addMenuItem("Rye&nbsp;Public&nbsp;Library","location='http://www.ryepubliclibrary.org/'");
     mm_menu_community.addMenuItem("Town&nbsp;of&nbsp;Rye","location='http://www.town.rye.nh.us/'");
     mm_menu_community.addMenuItem("Rye&nbsp;Recreation","location='http://www.town.rye.nh.us/RyeRec.htm'");
     mm_menu_community.addMenuItem("SAU&nbsp;50","location='http://www.sau50.org'");
     mm_menu_community.addMenuItem("Portsmouth&nbsp;High&nbsp;School","location='http://www.cityofportsmouth.com/school/phs/index.htm'");
     mm_menu_community.addMenuItem("NH&nbsp;Dept&nbsp;of&nbsp;Education","location='http://www.ed.state.nh.us/education/'");
     mm_menu_community.addMenuItem("Other&nbsp;Links...","location='./community_other_links.html'");
   mm_menu_community.fontWeight=font_weight;
   mm_menu_community.hideOnMouseOut=true;
   mm_menu_community.bgColor=menu_break_color;
   mm_menu_community.menuBorder=1;
   mm_menu_community.menuBorderBgColor=menu_color_border;
   
window.mm_menu_curriculum_instruction_1 = new Menu("Teaching&nbsp;&amp;&nbsp;Learning",180,17,font_family,font_size,font_color,font_color_highlite,menu_bg_color,menu_bg_color_highlite,"left","middle",3,0,500,-5,7,true,true,true,0,false,true);
  mm_menu_curriculum_instruction_1.addMenuItem("C.O.R.E.&nbsp;Curriculum","location='http://www.sau50.org/core_curriculum.html'");
  mm_menu_curriculum_instruction_1.addMenuItem("Research&nbsp;&amp;&nbsp;Resources","location='http://www.sau50.org/curriculum_research_resources.html'");
  mm_menu_curriculum_instruction_1.addMenuItem("Professional&nbsp;Learning","location='http://www.sau50.org/curriculum_professional_learning.html'");
   mm_menu_curriculum_instruction_1.fontWeight=font_weight;
   mm_menu_curriculum_instruction_1.hideOnMouseOut=true;
   mm_menu_curriculum_instruction_1.bgColor=menu_break_color;
   mm_menu_curriculum_instruction_1.menuBorder=1;
   mm_menu_curriculum_instruction_1.menuBorderBgColor=menu_color_border;
   
  window.mm_menu_curriculum_instruction = new Menu("root",180,17,font_family,font_size,font_color,font_color_highlite,menu_bg_color,menu_bg_color_highlite,"left","middle",3,0,500,-5,7,true,true,true,0,false,true);
  mm_menu_curriculum_instruction.addMenuItem("Welcome!","location='http://www.sau50.org/curriculum_welcome.html'");
  mm_menu_curriculum_instruction.addMenuItem(mm_menu_curriculum_instruction_1,"location='#top'");
  mm_menu_curriculum_instruction.addMenuItem("Wellness","location='http://www.sau50.org/curriculum_wellness.html'");
  mm_menu_curriculum_instruction.addMenuItem("Policy&nbsp;&amp;&nbsp;Procedures","location='http://www.sau50.org/curriculum_policies_procedures.html'");
  mm_menu_curriculum_instruction.addMenuItem("Notices&nbsp;&amp;&nbsp;Forms","location='http://www.sau50.org/curriculum_notices_forms.html'");
   mm_menu_curriculum_instruction.childMenuIcon="arrows.gif";  
   mm_menu_curriculum_instruction.fontWeight=font_weight;
   mm_menu_curriculum_instruction.hideOnMouseOut=true;
   mm_menu_curriculum_instruction.bgColor=menu_break_color;
   mm_menu_curriculum_instruction.menuBorder=1;
   mm_menu_curriculum_instruction.menuBorderBgColor=menu_color_border;

  window.mm_menu_student_services_1 = new Menu("Teaching&nbsp;&amp;&nbsp;Learning",180,17,font_family,font_size,font_color,font_color_highlite,menu_bg_color,menu_bg_color_highlite,"left","middle",3,0,500,-5,7,true,true,true,0,false,true);
  mm_menu_student_services_1.addMenuItem("Research&nbsp;&amp;&nbsp;Resources","location='http://www.sau50.org/student_research_resources.html'");
  mm_menu_student_services_1.addMenuItem("Professional&nbsp;Learning","location='http://www.sau50.org/student_professional_learning.html'");
   mm_menu_student_services_1.fontWeight=font_weight;
   mm_menu_student_services_1.hideOnMouseOut=true;
   mm_menu_student_services_1.bgColor=menu_break_color;
   mm_menu_student_services_1.menuBorder=1;
   mm_menu_student_services_1.menuBorderBgColor=menu_color_border;
   
  window.mm_menu_student_services = new Menu("root",180,17,font_family,font_size,font_color,font_color_highlite,menu_bg_color,menu_bg_color_highlite,"left","middle",3,0,500,-5,7,true,true,true,0,false,true);
  mm_menu_student_services.addMenuItem("Welcome!","location='http://www.sau50.org/student_welcome.html'");
  mm_menu_student_services.addMenuItem(mm_menu_student_services_1,"location='#top'");
  mm_menu_student_services.addMenuItem("Wellness","location='http://www.sau50.org/student_wellness.html'");
  mm_menu_student_services.addMenuItem("Policy&nbsp;&amp;&nbsp;Procedures","location='http://www.sau50.org/student_policies_procedures.html'");
  mm_menu_student_services.addMenuItem("Notices&nbsp;&amp;&nbsp;Forms","location='http://www.sau50.org/student_notices_forms.html'");
   mm_menu_student_services.childMenuIcon="arrows.gif";  
   mm_menu_student_services.fontWeight=font_weight;
   mm_menu_student_services.hideOnMouseOut=true;
   mm_menu_student_services.bgColor=menu_break_color;
   mm_menu_student_services.menuBorder=1;
   mm_menu_student_services.menuBorderBgColor=menu_color_border;
   
  window.mm_menu_business_facilities = new Menu("root",180,17,font_family,font_size,font_color,font_color_highlite,menu_bg_color,menu_bg_color_highlite,"left","middle",3,0,500,-5,7,true,true,true,0,false,true);
  mm_menu_business_facilities.addMenuItem("Welcome!","location='http://www.sau50.org/business_welcome.html'");
  mm_menu_business_facilities.addMenuItem("Teaching&nbsp;&amp;&nbsp;Learning","location='http://www.sau50.org/business_teach_learn.html'");
  mm_menu_business_facilities.addMenuItem("Wellness","location='http://www.sau50.org/business_wellness.html'");
  mm_menu_business_facilities.addMenuItem("Policy&nbsp;&amp;&nbsp;Procedures","location='http://www.sau50.org/business_policies_procedures.html'");
  mm_menu_business_facilities.addMenuItem("Notices&nbsp;&amp;&nbsp;Forms","location='http://www.sau50.org/business_notices_forms.html'");
   mm_menu_business_facilities.fontWeight=font_weight;
   mm_menu_business_facilities.hideOnMouseOut=true;
   mm_menu_business_facilities.bgColor=menu_break_color;
   mm_menu_business_facilities.menuBorder=1;
   mm_menu_business_facilities.menuBorderBgColor=menu_color_border;

  window.mm_menu_schools = new Menu("root",180,17,font_family,font_size,font_color,font_color_highlite,menu_bg_color,menu_bg_color_highlite,"left","middle",3,0,500,-5,7,true,true,true,0,false,true);
  mm_menu_schools.addMenuItem("The&nbsp;Community&nbsp;Preschool","location='http://sau50.org/cps/index.html'");
  mm_menu_schools.addMenuItem("Rye&nbsp;Elementary&nbsp;School","location='http://sau50.org/rye/res/index.html'");
  mm_menu_schools.addMenuItem("Rye&nbsp;Junior&nbsp;High&nbsp;School","location='http://sau50.org/rye/rjh/index.html'");
  mm_menu_schools.addMenuItem("Portsmouth&nbsp;High&nbsp;School","window.open('http://www.cityofportsmouth.com/school/phs/index.htm', '_blank');");
   mm_menu_schools.fontWeight=font_weight;
   mm_menu_schools.hideOnMouseOut=true;
   mm_menu_schools.bgColor=menu_break_color;
   mm_menu_schools.menuBorder=1;
   mm_menu_schools.menuBorderBgColor=menu_color_border;
   
mm_menu_schools.writeMenus();
} // mmLoadMenus()
//-->