<!--<?die("");?>-->

	qq74 = new Menu([
	
	{'text':"Sports Offered",'link':'index.php?page=MSAthleticsSports','menu': "",'target': 0},
	
	{'text':"News in Sports",'link':'index.php?page=MSAthleticsNews','menu': "",'target': 0},
	
	{'text':"Directions to Games",'link':'index.php?page=MSAthleticsDirections','menu': "",'target': 0},
	
	{'text':"Sports Schedule",'link':'index.php?page=MSAthleticsScheduleSpring','menu': "",'target': 0},
	
	''],{'width':0});

	qq75 = new Menu([
	
	{'text':"Mentoring",'link':'index.php?page=MSCharMentor','menu': "",'target': 0},
	
	{'text':"Community Service",'link':'index.php?page=MSCharCommunityService','menu': "",'target': 0},
	
	{'text':"Themes for the Year",'link':'index.php?page=MSCharThemes','menu': "",'target': 0},
	
	''],{'width':0});

	qq176 = new Menu([
	
	{'text':"Activities",'link':'index.php?page=MSSummerActivities','menu': "",'target': 0},
	
	{'text':"Courses",'link':'index.php?page=MSSummerCourses','menu': "",'target': 0},
	
	{'text':"ESL",'link':'index.php?page=MSSummerESL','menu': "",'target': 0},
	
	{'text':"Fees",'link':'index.php?page=MSSummerFees','menu': "",'target': 0},
	
	{'text':"How to Apply",'link':'index.php?page=AdmissionsHowtoapplyAppprocess','menu': "",'target': 0},
	
	''],{'width':0});

	qq39 = new Menu([
	
	{'text':"Faculty Bios",'link':'index.php?page=MSBios','menu': "",'target': 0},
	
	{'text':"English",'link':'index.php?page=MSAcadEnglish','menu': "",'target': 0},
	
	{'text':"Math",'link':'index.php?page=MSAcadMath','menu': "",'target': 0},
	
	{'text':"Science",'link':'index.php?page=MSAcadScience','menu': "",'target': 0},
	
	{'text':"Social Studies",'link':'index.php?page=MSAcadSocialStudies','menu': "",'target': 0},
	
	{'text':"Fine Arts",'link':'index.php?page=MSAcadMusicDrama','menu': "",'target': 0},
	
	{'text':"German",'link':'index.php?page=MSAcadGerman','menu': "",'target': 0},
	
	{'text':"Spanish",'link':'index.php?page=MSAcadSpanish','menu': "",'target': 0},
	
	{'text':"Physical Education",'link':'index.php?page=MSAcadPE','menu': "",'target': 0},
	
	{'text':"College Prep for 8th Grade",'link':'index.php?page=MSAcadCollege8th','menu': "",'target': 0},
	
	{'text':"Download Curriculum",'link':'index.php?page=MSAcadDownload','menu': "",'target': 0},
	
	''],{'width':0});

	qq175 = new Menu([
	
	{'text':"Residential Life",'link':'index.php?page=MSSLResLife','menu': "",'target': 0},
	
	{'text':"Weekend Activities",'link':'index.php?page=MSSLWeekends','menu': "",'target': 0},
	
	{'text':"Spiritual Life",'link':'index.php?page=MSSLSpiritual','menu': "",'target': 0},
	
	{'text':"Intramurals",'link':'index.php?page=MSSLIntramurals','menu': "",'target': 0},
	
	{'text':"Library",'link':'http://library.rma.edu','menu': "",'target': 1},
	
	{'text':"Honor Code",'link':'index.php?page=MSSLHonorCode','menu': "",'target': 0},
	
	{'text':"Day Students",'link':'index.php?page=MSDayStudents','menu': "",'target': 0},
	
	''],{'width':0});

	qq174 = new Menu([
	
	{'text':"Academic Year '09-'10",'link':'index.php?page=MSCalendarAcademicYear09','menu': "",'target': 0},
	
	{'text':"Academic Year '10-'11",'link':'index.php?page=MSCalendarAcademicYear10','menu': "",'target': 0},
	
	{'text':"Monthly Activities",'link':'index.php?page=MSCalendarMonthlyActivities','menu': "",'target': 0},
	
	{'text':"Weekend Activities",'link':'index.php?page=MSCalendarWeekendActivities','menu': "",'target': 0},
	
	''],{'width':0});


qq0 = new Menu([

	{'text':"Calendar",'link':'index.php?page=MSCalendar','image':'images/subpage_subnavbar_middle_calendar_0.gif','hiimage':'images/subpage_subnavbar_middle_calendar.gif','menu': qq174,'target': 0},

	{'text':"Academics",'link':'index.php?page=MSAcademics','image':'images/subpage_subnavbar_middle_academics_0.gif','hiimage':'images/subpage_subnavbar_middle_academics.gif','menu': qq39,'target': 0},

	{'text':"Student Life",'link':'index.php?page=MSStudentLife','image':'images/subpage_subnavbar_middle_studentlife_0.gif','hiimage':'images/subpage_subnavbar_middle_studentlife.gif','menu': qq175,'target': 0},

	{'text':"Athletics",'link':'index.php?page=MSAthletics','image':'images/subpage_subnavbar_middle_athletics_0.gif','hiimage':'images/subpage_subnavbar_middle_athletics.gif','menu': qq74,'target': 0},

	{'text':"Character Development",'link':'index.php?page=MSCharacter','image':'images/subpage_subnavbar_middle_chardev_0.gif','hiimage':'images/subpage_subnavbar_middle_chardev.gif','menu': qq75,'target': 0},

	{'text':"Summer Programs",'link':'index.php?page=MSSummer','image':'images/subpage_subnavbar_middle_summerprog_0.gif','hiimage':'images/subpage_subnavbar_middle_summerprog.gif','menu': qq176,'target': 0},

	''],{'dir':"h",'visible':true,'border':0});
	
document.write("<span id=MenuSpan>");	
document.write(qq0.toString())
document.write("</span>");	
msp = getElement('MenuSpan');
if (document.attachEvent){
	msp.attachEvent("onmouseover",cancelBubble);
	document.attachEvent("onmouseover",hideAll);
} else {
//	document.onclick = hideAll;
		document.onmouseover = hideAll;
		msp.onmouseover = cancelBubble;
}
	
