//////////////////////////////////////////////////////////////////

//																//

//	Weill Cornell Medical College								//

//	cornellsurgery.org site javascript							//

//	cornellsurgery.js											//

//	Version 1.5 												//											

//																//

//////////////////////////////////////////////////////////////////



// ::::::::::::::::::::::::::: SECTION I: preload top nav images: three state rollovers



// fill in the absolute paths for all the images 

if (browser) {



	sub_one_on = new Image; sub_one_on.src="http://images.med.cornell.edu/headers/new_wmc/aca_aff_on.gif";

	sub_one_off = new Image; sub_one_off.src="http://images.med.cornell.edu/headers/new_wmc/aca_aff_off.gif";

	sub_one_active= new Image; sub_one_active.src="http://images.med.cornell.edu/headers/new_wmc/aca_aff_on.gif";	

	

	sub_two_on = new Image; sub_two_on.src="http://images.med.cornell.edu/headers/new_wmc/adm_on.gif";

	sub_two_off = new Image; sub_two_off.src="http://images.med.cornell.edu/headers/new_wmc/adm_off.gif";

	sub_two_active= new Image; sub_two_active.src="http://images.med.cornell.edu/headers/new_wmc/adm_on.gif";

	

	sub_three_on = new Image; sub_three_on.src="http://images.med.cornell.edu/headers/new_wmc/cur_on.gif";

	sub_three_off = new Image; sub_three_off.src="http://images.med.cornell.edu/headers/new_wmc/cur_off.gif";

	sub_three_active= new Image; sub_three_active.src="http://images.med.cornell.edu/headers/new_wmc/cur_on.gif";

	

	sub_four_on = new Image; sub_four_on.src="http://images.med.cornell.edu/headers/new_wmc/fac_on.jpg";

	sub_four_off = new Image; sub_four_off.src="http://images.med.cornell.edu/headers/new_wmc/fac_off.jpg";

	sub_four_active= new Image; sub_four_active.src="http://images.med.cornell.edu/headers/new_wmc/fac_on.jpg";

	

	sub_five_on = new Image; sub_five_on.src="http://images.med.cornell.edu/headers/new_wmc/stu_aff_on.gif";

	sub_five_off = new Image; sub_five_off.src="http://images.med.cornell.edu/headers/new_wmc/stu_aff_off.gif";

	sub_five_active= new Image; sub_five_active.src="http://images.med.cornell.edu/headers/new_wmc/stu_aff_on.gif";

	

	sub_six_on = new Image; sub_six_on.src="http://images.med.cornell.edu/headers/new_wmc/pro_on.gif";

	sub_six_off = new Image; sub_six_off.src="http://images.med.cornell.edu/headers/new_wmc/pro_off.gif";

	sub_six_active= new Image; sub_six_active.src="http://images.med.cornell.edu/headers/new_wmc/pro_on.gif";

	

}



// ::::::::::::::::::::::::::: SECTION II: set values for panos, use absolute paths for all file locations



// flash pano: use this if using only one pano for the whole site

// panoLoc = "http://media.med.cornell.edu/panoramas/nyp/pano_home.swf";



// flash pano: use this if using different pano for each section

if (activeHome == "home") {

	panoLoc = "http://media.med.cornell.edu/panoramas/wmc/education/pano_home.swf";

} else if (activeSub == "sub_one") {

	panoLoc = "http://media.med.cornell.edu/panoramas/wmc/education/pano_one.swf";

} else if (activeSub == "sub_two") {

	panoLoc = "http://media.med.cornell.edu/panoramas/wmc/education/pano_two.swf";

} else if (activeSub == "sub_three") {

	panoLoc = "http://media.med.cornell.edu/panoramas/wmc/education/pano_three.swf";

} else if (activeSub == "sub_four") {

	panoLoc = "http://media.med.cornell.edu/panoramas/wmc/education/pano_four.swf";

} else if (activeSub == "sub_five") {

	panoLoc = "http://media.med.cornell.edu/panoramas/wmc/education/pano_five.swf";

} else if (activeSub == "sub_six") {

	panoLoc = "http://media.med.cornell.edu/panoramas/wmc/education/pano_six.swf";

} else { //default to this just in case

	panoLoc = "http://media.med.cornell.edu/panoramas/wmc/education/pano.swf";

}

		

// set animation to true or false		

inAnimation			= "false";



// static pano: use this if using different pano for each section

if (activeSub == "" && activeHome == "home") {

	altPanoLoc = "http://images.med.cornell.edu/panoramas/wmc/education/pano_home.jpg";

} else if (activeSub == "sub_one") {

	altPanoLoc = "http://images.med.cornell.edu/panoramas/wmc/education/pano_one.jpg";

} else if (activeSub == "sub_two") {

	altPanoLoc = "http://images.med.cornell.edu/panoramas/wmc/education/pano_two.jpg";

} else if (activeSub == "sub_three") {

	altPanoLoc = "http://images.med.cornell.edu/panoramas/wmc/education/pano_three.jpg";

} else if (activeSub == "sub_four") {

	altPanoLoc = "http://images.med.cornell.edu/panoramas/wmc/education/pano_four.jpg";

} else if (activeSub == "sub_five") {

	altPanoLoc = "http://images.med.cornell.edu/panoramas/wmc/education/pano_five.jpg";

} else if (activeSub == "sub_six") {

	altPanoLoc = "http://images.med.cornell.edu/panoramas/wmc/education/pano_six.jpg";

} else { //default to this just in case

	altPanoLoc = "http://images.med.cornell.edu/panoramas/wmc/education/pano.jpg";

}		

	

// lefthand nav homepage link

siteURL = "http://weill.cornell.edu/education";



// set xml data for pano flash here

dataLoc				= "http://www.med.cornell.edu/education/data/content.xml";



// set this line to the location of the temp toolbar when working on the test server. comment it out to move to production

toolBarLoc			= "http://media.med.cornell.edu/panoramas/framework_toolbar" + homeWrapper + ".swf";



// set loading value here: wmc or nyp

brand				= "wmc";



// setting the array, don't touch

buttonArray			= new Array ();



// set absolute paths for all the pano toolbar links [image map for static pano]

//buttonArray[0]		= new createButtonObject ( 6, "/education/toolbar/apply.html");



buttonArray[0]		= new createButtonObject ( 7, "http://coursescheduler.med.cornell.edu/");

buttonArray[1]		= new createButtonObject ( 7, "http://www.med.cornell.edu/calendar/index.html");

buttonArray[2]		= new createButtonObject ( 7, "/education/toolbar/give.html");



buttonArray[3]		= new createButtonObject ( 5, "/education/toolbar/find.html");

buttonArray[4]		= new createButtonObject ( 7, "/education/toolbar/maps.html");

buttonArray[5]		= new createButtonObject ( 5, "/education/toolbar/contact.html");

buttonArray[6]		= new createButtonObject ( 4, "http://www.med.cornell.edu/search/search_advanced.html");



// setting the array, don't touch

additionalMapArray	= new Array ();





//                      // ::::::::::::::::::::::::::: SECTION III: set 2nd and 3rd level navigation links here, customize according to section

//                      

//                      // needed for 4th level links grey line, don't touch

//                      var num4thLevelLinks = 0;

//                      

//                      // load 2nd and 3rd level navigation here

//                      function loadLinks() {

//                      	

//                      	// setting the array, don't touch this line

//                      	var navLinks = new Array();

//                      		

//                      	if (activeSub == "sub_one") {

//                      	

//                      		var navc = 0;

//                      	    

//                      		// customize section one, 2nd and 3rd level navigation links here

//                      		navLinks[navc++] = new LeftLink('Mission Statement', 'http://test.med.cornell.edu/education/about/mis_sta.html', '2', '', '');

//                      	    navLinks[navc++] = new LeftLink('Learning Facilities', 'http://test.med.cornell.edu/education/about/lea_fac.html', '2', '', '');

//                      		navLinks[navc++] = new LeftLink('Clinical Instruction', 'http://test.med.cornell.edu/education/about/cli_ins.html', '2', '', '');

//                      		navLinks[navc++] = new LeftLink('Research', 'http://test.med.cornell.edu/education/about/res.html', '2', '', '');

//                      		navLinks[navc++] = new LeftLink('Policies', 'http://test.med.cornell.edu/education/about/pol.html', '2', '', '');

//                      		navLinks[navc++] = new LeftLink('Code of Professional Conduct', 'http://test.med.cornell.edu/education/about/cod_pro.html', '3', 'Policies', '');

//                      		navLinks[navc++] = new LeftLink('Guidelines for Promotion and Graduation', 'http://test.med.cornell.edu/education/about/gui_pro.html', '3', 'Policies', '');

//                      		//navLinks[7] = new LeftLink('Suitability for Medicine', 'http://test.med.cornell.edu/education/about/sui_med.html', '3', 'Policies', '');

//                      	    

//                      	}  else if (activeSub == "sub_two") {

//                      		

//                      		var navc = 0;

//                      		

//                      		// customize section three, 2nd and 3rd level navigation links here

//                      	    navLinks[navc++] = new LeftLink('Applying', 'http://test.med.cornell.edu/education/admissions/app.html', '2', '', '');		

//                      		navLinks[navc++] = new LeftLink('How to Apply', 'http://test.med.cornell.edu/education/admissions/app_how.html', '3', 'Applying', '');	

//                      		

//                      		navLinks[navc++] = new LeftLink('Selection Criteria', 'http://test.med.cornell.edu/education/admissions/app_sel_cri.html', '3', 'Applying', '');	

//                      		navLinks[navc++] = new LeftLink('Interviews', 'http://test.med.cornell.edu/education/admissions/app_int.html', '3', 'Applying', '');

//                      		navLinks[navc++] = new LeftLink('Frequently Asked Questions', 'http://test.med.cornell.edu/education/admissions/app_faq.html', '3', 'Applying', '');

//                      		

//                      		navLinks[navc++] = new LeftLink('Financial Aid', 'http://test.med.cornell.edu/education/admissions/app_fin_aid.html', '2', '', '');	

//                      		

//                      		navLinks[navc++] = new LeftLink('Acceptance', 'http://test.med.cornell.edu/education/admissions/acc.html', '2', '', '');	

//                      		navLinks[navc++] = new LeftLink('Wait List', 'http://test.med.cornell.edu/education/admissions/acc_wai_lis.html', '3', 'Acceptance', '');	

//                      		navLinks[navc++] = new LeftLink('Deferment', 'http://test.med.cornell.edu/education/admissions/acc_def.html', '3', 'Acceptance', '');	

//                      		navLinks[navc++] = new LeftLink('Early Decision', 'http://test.med.cornell.edu/education/admissions/acc_ear_dec.html', '3', 'Acceptance', '');	

//                      		navLinks[navc++] = new LeftLink('Class Composition', 'http://test.med.cornell.edu/education/admissions/acc_cla_com.html', '3', 'Acceptance', '');	

//                      

//                      		navLinks[navc++] = new LeftLink('Advanced Standing', 'http://test.med.cornell.edu/education/admissions/acc_adv_sta.html', '2', '', '');

//                      		

//                      		navLinks[navc++] = new LeftLink('Curriculum', 'http://test.med.cornell.edu/education/admissions/curr.html', '2', '', '');		

//                      		navLinks[navc++] = new LeftLink('Program Options', 'http://test.med.cornell.edu/education/admissions/cur_tri_md.html', '2', '', '');		

//                      		navLinks[navc++] = new LeftLink('Tri-Institutional MD-PhD Program', 'http://test.med.cornell.edu/education/admissions/cur_tri_md.html', '3', 'Program Options', '');		

//                      		navLinks[navc++] = new LeftLink('M.D. with Honors in Research Program', 'http://test.med.cornell.edu/education/admissions/cur_md_hon.html', '3', 'Program Options', '');		

//                      		navLinks[navc++] = new LeftLink('M.D. with Honors in Service Program', 'http://test.med.cornell.edu/education/admissions/cur_md_ser.html', '3', 'Program Options', '');		

//                      		navLinks[navc++] = new LeftLink('MD-MBA Program', 'http://test.med.cornell.edu/education/admissions/cur_md_mba.html', '3', 'Program Options', '');		

//                      		navLinks[navc++] = new LeftLink('Admissions Staff', 'http://test.med.cornell.edu/education/admissions/adm_sta.html', '2', '', '');

//                      		

//                      	} else if (activeSub == "sub_three") {

//                      	

//                      		var navc = 0;

//                      		

//                      		navLinks[navc++] = new LeftLink('Educational Objectives', 'http://test.med.cornell.edu/education/curriculum/edu_obj.html', '2', '', '');

//                      		navLinks[navc++] = new LeftLink('First Year Curriculum', 'http://test.med.cornell.edu/education/curriculum/first/index.html', '2', '', '');

//                      		navLinks[navc++] = new LeftLink('Second Year Curriculum', 'http://test.med.cornell.edu/education/curriculum/second/index.html', '2', '', '');

//                      		navLinks[navc++] = new LeftLink('Third Year Curriculum', 'http://test.med.cornell.edu/education/curriculum/third/index.html', '2', '', '');		

//                      		navLinks[navc++] = new LeftLink('Fourth Year Curriculum', 'http://test.med.cornell.edu/education/curriculum/fourth/index.html', '2', '', '');

//                      

//                      	

//                      	} else if (activeSub == "sub_four") {

//                      	

//                      		var navc = 0;

//                      		

//                      		navLinks[navc++] = new LeftLink('Weill Education Center', 'http://test.med.cornell.edu/education/resources/wei_edu.html', '2', '', '');

//                      		navLinks[navc++] = new LeftLink('About Joan and Sanford I. Weill', 'http://test.med.cornell.edu/education/resources/abo_jsw.html', '3', 'Weill Education Center', '');

//                      		navLinks[navc++] = new LeftLink('History of its Development', 'http://test.med.cornell.edu/education/resources/his_dev.html', '3', 'Weill Education Center', '');

//                      		navLinks[navc++] = new LeftLink('Virtual Tour', 'http://test.med.cornell.edu/education/resources/vir_tou.html', '3', 'Weill Education Center', '');

//                      		navLinks[navc++] = new LeftLink('Educational Web Services', 'http://test.med.cornell.edu/education/resources/edu_web_ser.html', '2', '', '');

//                      		navLinks[navc++] = new LeftLink('Education Technology Resource Center', 'http://test.med.cornell.edu/education/resources/webservices/add_ori.html', '3', 'Educational Web Services', '');

//                      		navLinks[navc++] = new LeftLink('Staff', 'http://test.med.cornell.edu/education/resources/add_sta.html', '3', 'Educational Web Services', '');

//                      		navLinks[navc++] = new LeftLink('Audio/Visual Services', 'http://test.med.cornell.edu/education/resources/aud_vis_ser.html', '2', '', '');

//                      		navLinks[navc++] = new LeftLink('Lecture Halls', 'http://test.med.cornell.edu/education/resources/lec_hal.html', '2', '', '');

//                      		navLinks[navc++] = new LeftLink('Housing Facilities', 'http://test.med.cornell.edu/education/resources/hou_fac.html', '2', '', '');

//                      		

//                      		

//                      	} else if (activeSub == "sub_five") {

//                      	

//                      		var navc = 0;

//                      		

//                      		navLinks[navc++] = new LeftLink('Student Life', 'http://test.med.cornell.edu/education/student/stu_lif.html', '2', '', '');

//                      		navLinks[navc++] = new LeftLink('Student Successes', 'http://test.med.cornell.edu/education/student/stu_suc.html', '2', '', '');

//                      		navLinks[navc++] = new LeftLink('Student Health Services', 'http://test.med.cornell.edu/education/student/stu_hea_ser.html', '2', '', '');

//                      		navLinks[navc++] = new LeftLink('Diet and Lifestyle', 'http://test.med.cornell.edu/education/student/stu_die_lif.html', '3', 'Student Health Services', '');

//                      		navLinks[navc++] = new LeftLink('Occupational Exposure', 'http://test.med.cornell.edu/education/student/stu_occ_exp.html', '3', 'Student Health Services', '');

//                      		navLinks[navc++] = new LeftLink('Safer Sex', 'http://test.med.cornell.edu/education/student/stu_saf_sex.html', '3', 'Student Health Services', '');

//                      		navLinks[navc++] = new LeftLink("Women's Health", 'http://test.med.cornell.edu/education/student/stu_wom_hea.html', '3', 'Student Health Services', '');

//                      		navLinks[navc++] = new LeftLink("Men's Health", 'http://test.med.cornell.edu/education/student/stu_men_hea.html', '3', 'Student Health Services', '');

//                      		navLinks[navc++] = new LeftLink('Staff', 'http://test.med.cornell.edu/education/student/stu_sta.html', '3', 'Student Health Services', '');

//                      		navLinks[navc++] = new LeftLink('Cultural Diversity/ Minority Issues', 'http://test.med.cornell.edu/education/student/min_aff.html', '2', '', '');

//                      		navLinks[navc++] = new LeftLink('Student National Medical Association Weill Cornell Chapter', 'http://test.med.cornell.edu/education/student/min_stu_nat.html', '3', 'Cultural Diversity/ Minority Issues', '');

//                      		navLinks[navc++] = new LeftLink('Summer Programs for College Students', 'http://test.med.cornell.edu/education/student/min_sum_pro.html', '3', 'Cultural Diversity/ Minority Issues', '');

//                      		

//                      	} else if (activeSub == "sub_six") {

//                      	

//                      		var navc = 0;

//                      		

//                      		navLinks[navc++] = new LeftLink('Continuing Medical Education', 'http://test.med.cornell.edu/education/programs/con_med_edu.html', '2', '', '');

//                      		navLinks[navc++] = new LeftLink('Mission Statement', 'http://test.med.cornell.edu/education/programs/con_mis_sta.html', '3', 'Continuing Medical Education', '');

//                      		navLinks[navc++] = new LeftLink('CME Facts', 'http://test.med.cornell.edu/education/programs/con_cme_fac.html', '3', 'Continuing Medical Education', '');

//                      		navLinks[navc++] = new LeftLink('Joint Sponsorship', 'http://test.med.cornell.edu/education/programs/con_joi_spo.html', '3', 'Continuing Medical Education', '');

//                      		navLinks[navc++] = new LeftLink('Staff', 'http://test.med.cornell.edu/education/programs/con_sta.html', '3', 'Continuing Medical Education', '');

//                      		navLinks[navc++] = new LeftLink('Schedule of Activities', 'http://test.med.cornell.edu/education/programs/con_sch_cme.html', '3', 'Continuing Medical Education', '');

//                      		navLinks[navc++] = new LeftLink('Downloads and Documents', 'http://test.med.cornell.edu/education/programs/con_cme_gui.html', '3', 'Continuing Medical Education', '');

//                      		

//                      		navLinks[navc++] = new LeftLink('Gross Anatomy', 'http://test.med.cornell.edu/education/programs/gro_ana.html', '2', '', '');

//                      		navLinks[navc++] = new LeftLink('Body Donor Program', 'http://test.med.cornell.edu/education/programs/bod_don_pro.html', '3', 'Gross Anatomy', '');

//                      		navLinks[navc++] = new LeftLink('MD With Honors in Research', 'http://test.med.cornell.edu/education/programs/md_hon.html', '2', '', '');

//                      		navLinks[navc++] = new LeftLink('Physician Assistant Program', 'http://test.med.cornell.edu/education/programs/phy_ass.html', '2', '', '');

//                      		navLinks[navc++] = new LeftLink('General Information', 'http://test.med.cornell.edu/education/programs/phy_gen_inf.html', '3', 'Physician Assistant Program', '');

//                      		navLinks[navc++] = new LeftLink('Curriculum', 'http://test.med.cornell.edu/education/programs/phy_cur.html', '3', 'Physician Assistant Program', '');	

//                      		navLinks[navc++] = new LeftLink('Admissions', 'http://test.med.cornell.edu/education/programs/phy_adm.html', '3', 'Physician Assistant Program', '');

//                      		navLinks[navc++] = new LeftLink('Staff', 'http://test.med.cornell.edu/education/programs/phy_sta.html', '3', 'Physician Assistant Program', '');

//                      		navLinks[navc++] = new LeftLink('Students', 'http://test.med.cornell.edu/education/programs/phy_stu.html', '3', 'Physician Assistant Program', '');

//                      		navLinks[navc++] = new LeftLink('Alumni', 'http://test.med.cornell.edu/education/programs/phy_alu.html', '3', 'Physician Assistant Program', '');

//                      		navLinks[navc++] = new LeftLink('Frequently Asked Questions', 'http://test.med.cornell.edu/education/programs/phy_faq.html', '3', 'Physician Assistant Program', '');				

//                      		navLinks[navc++] = new LeftLink('Program in Family Medicine', 'http://test.med.cornell.edu/education/programs/pro_fam_med.html', '2', '', '');	

//                      		navLinks[navc++] = new LeftLink('Travelers Summer Research Fellowship Program', 'http://test.med.cornell.edu/education/programs/tra_sum_res.html', '2', '', '');

//                      		navLinks[navc++] = new LeftLink('International Students', 'http://test.med.cornell.edu/education/programs/int_stu.html', '2', '', '');

//                      		

//                      	} else if (activeSub == "") {

//                      		

//                      		if (activeTool == "contact") {

//                      			navLinks[0] = new LeftLink('Ways to Give', 'http://test.med.cornell.edu/education/toolbar/give.html', '2', '', '');

//                      			navLinks[1] = new LeftLink('People Finder', 'http://test.med.cornell.edu/education/toolbar/find.html', '2', '', '');

//                      			navLinks[2] = new LeftLink('Maps and Directions', 'http://test.med.cornell.edu/education/toolbar/maps.html', '2', '', '');

//                      			navLinks[3] = new LeftLink('Contact Us', 'http://test.med.cornell.edu/education/toolbar/contact.html', '2', '', '');

//                      		} 

//                      	}

//                      	// returning the value here, don't touch

//                      	return (navLinks);

//                      }

//                      

//                      

//                      function loadNav4Pages() {

//                      

//                      	// setting the array, don't touch

//                      

//                      	var oneNav4Links = new Array();

//                      	var twoNav4Links = new Array();

//                      	var threeNav4Links = new Array();

//                      	var fourNav4Links = new Array();

//                      	var fiveNav4Links = new Array();

//                      	var sixNav4Links = new Array();

//                      	var sevenNav4Links = new Array();

//                      	var eightNav4Links = new Array();

//                      	var nineNav4Links = new Array();

//                      	var tenNav4Links = new Array();

//                      	var elevenNav4Links = new Array();

//                      	var twelveNav4Links = new Array();

//                      	var thirteenNav4Links = new Array();

//                      	var fourteenNav4Links = new Array();

//                      	var fifteenNav4Links = new Array();

//                      	var sixteenNav4Links = new Array();

//                      	var seventeenNav4Links = new Array();

//                      	var allNav4Pages = new Array();

//                      

//                      	if (active == "three") {

//                      

//                      	    // customize 4th level navigation links here

//                      

//                      		oneNav4Links[0] = new LeftLink('Electives Course Catalog 2004', 'http://wo-pub2.med.cornell.edu/cgi-bin/WebObjects/Electives', '4', 'Electives', "Courses");

//                      		

//                      		twoNav4Links[0] = new LeftLink('Weekly Schedule', 'http://test.med.cornell.edu/education/curriculum/first/pdf/mol_schedule.pdf', '4', 'First Year Curriculum', "Molecules to Cells");

//                      		twoNav4Links[1] = new LeftLink('Faculty Listing', 'http://test.med.cornell.edu/education/curriculum/first/pdf/mol_facultylisting.pdf', '4', 'First Year Curriculum', "Molecules to Cells");

//                      		twoNav4Links[2] = new LeftLink('Staff', 'http://test.med.cornell.edu/education/curriculum/first/staff.html', '4', 'First Year Curriculum', "Molecules to Cells");

//                      		twoNav4Links[3] = new LeftLink('Secure Home', 'https://edcenter.med.cornell.edu/auth/MTC/', '4', 'First Year Curriculum', "Molecules to Cells");

//                      		twoNav4Links[4] = new LeftLink('Courseware', 'https://edcenter.med.cornell.edu/auth/courseware/MTC/index.html', '4', 'First Year Curriculum', "Molecules to Cells");

//                      	    

//                      		//threeNav4Links[0] = new LeftLink('Schedule', 'http://test.med.cornell.edu/education/curriculum/first/pdf/fun_gen_schedule.pdf', '4', 'First Year Curriculum', 'Fundamentals in Genetic Medicine');

//                      		//threeNav4Links[0] = new LeftLink('Secure', 'https://edcenter.med.cornell.edu/auth/GAS/', '4', 'First Year Curriculum', 'Fundamentals in Genetic Medicine');

//                      		threeNav4Links[0] = new LeftLink('Schedule', 'http://test.med.cornell.edu/education/curriculum/first/pdf/mgc_schedule.pdf', '4', 'First Year Curriculum', 'Molecules Genes and Cells');

//                      		threeNav4Links[1] = new LeftLink('Secure Home', 'https://edcenter.med.cornell.edu/auth/MGC/', '4', 'First Year Curriculum', 'Molecules Genes and Cells');

//                      		threeNav4Links[2] = new LeftLink('Courseware', 'https://edcenter.med.cornell.edu/auth/courseware/MTC/index.html', '4', 'First Year Curriculum', 'Molecules Genes and Cells');

//                      		

//                      		fourNav4Links[0] = new LeftLink('Syllabus', 'http://test.med.cornell.edu/education/curriculum/first/hum_str_syl.html', '4', 'First Year Curriculum', 'Human Structure and Function');

//                      		fourNav4Links[1] = new LeftLink('Student Evaluation', 'http://test.med.cornell.edu/education/curriculum/first/hum_str_stu.html', '4', 'First Year Curriculum', 'Human Structure and Function');

//                      		fourNav4Links[2] = new LeftLink('Transcripts, Textbooks and Manuals', 'http://test.med.cornell.edu/education/curriculum/first/hum_str_tra.html', '4', 'First Year Curriculum', 'Human Structure and Function');

//                      		fourNav4Links[3] = new LeftLink('Schedule', 'http://test.med.cornell.edu/education/curriculum/first/pdf/hum_str_schedule.pdf', '4', 'First Year Curriculum', 'Human Structure and Function');

//                      		fourNav4Links[4] = new LeftLink('Secure Home', 'https://edcenter.med.cornell.edu/auth/HSF', '4', 'First Year Curriculum', 'Human Structure and Function');

//                      		fourNav4Links[5] = new LeftLink('Courseware', 'https://edcenter.med.cornell.edu/auth/courseware/HSF/index.html', '4', 'First Year Curriculum', 'Human Structure and Function');

//                      		

//                      		fiveNav4Links[0] = new LeftLink('Required Texts', 'http://test.med.cornell.edu/education/curriculum/first/hos_req_tex.html', '4', 'First Year Curriculum', 'Host Defenses');

//                      		fiveNav4Links[1] = new LeftLink('Course Schedule', 'http://test.med.cornell.edu/education/curriculum/first/pdf/hos_schedule.pdf', '4', 'First Year Curriculum', 'Host Defenses');

//                      		fiveNav4Links[2] = new LeftLink('Learning Objectives', 'http://test.med.cornell.edu/education/curriculum/first/hos_lea_obj.html', '4', 'First Year Curriculum', 'Host Defenses');

//                      		fiveNav4Links[3] = new LeftLink('PBL Case', 'http://edcenter.med.cornell.edu/cgi-bin/guild-cgi/pbl/pbl.cgi', '4', 'First Year Curriculum', 'Host Defenses');

//                      		fiveNav4Links[4] = new LeftLink('Secure Home', 'https://edcenter.med.cornell.edu/auth/HD', '4', 'First Year Curriculum', 'Host Defenses');

//                      		fiveNav4Links[5] = new LeftLink('Courseware', 'https://edcenter.med.cornell.edu/auth/courseware/HD/index.html', '4', 'First Year Curriculum', 'Host Defenses');

//                      		

//                      		//sixNav4Links[0] = new LeftLink('MPS I Schedule', 'http://test.med.cornell.edu/education/curriculum/first/pdf/med_pat_schedule.pdf', '4', 'First Year Curriculum', 'Medicine, Patients, and Society I');-->

//                      		sixNav4Links[0] = new LeftLink('Staff', 'http://test.med.cornell.edu/education/curriculum/first/med_pat_sta.html', '4', 'First Year Curriculum', 'Medicine, Patients, and Society I');

//                      		sixNav4Links[1] = new LeftLink('Course Logistics', 'http://test.med.cornell.edu/education/curriculum/first/med_pat_log.html', '4', 'First Year Curriculum', 'Medicine, Patients, and Society I');

//                      		sixNav4Links[2] = new LeftLink('Course Requirements', 'http://test.med.cornell.edu/education/curriculum/first/med_pat_req.html', '4', 'First Year Curriculum', 'Medicine, Patients, and Society I');

//                      		sixNav4Links[3] = new LeftLink('Student Assessment', 'http://test.med.cornell.edu/education/curriculum/first/med_pat_stu.html', '4', 'First Year Curriculum', 'Medicine, Patients, and Society I');

//                      		sixNav4Links[4] = new LeftLink('Secure Home', 'https://edcenter.med.cornell.edu/auth/MPS1', '4', 'First Year Curriculum', 'Medicine, Patients, and Society I');

//                      		

//                      		sevenNav4Links[0] = new LeftLink('Course Overview', 'http://test.med.cornell.edu/education/curriculum/second/bra_cou_ove.html', '4', 'Second Year Curriculum', 'Brain and Mind');

//                      		sevenNav4Links[1] = new LeftLink('Schedule', 'http://test.med.cornell.edu/education/curriculum/second/pdf/bra_schedule.pdf', '4', 'Second Year Curriculum', 'Brain and Mind');

//                      		sevenNav4Links[2] = new LeftLink('Secure Home', 'https://edcenter.med.cornell.edu/auth/BAM', '4', 'Second Year Curriculum', 'Brain and Mind');

//                      		sevenNav4Links[3] = new LeftLink('Courseware', 'https://edcenter.med.cornell.edu/auth/courseware/BAM/index.html', '4', 'Second Year Curriculum', 'Brain and Mind');

//                      		

//                      		eightNav4Links[0] = new LeftLink('Course Content', 'http://test.med.cornell.edu/education/curriculum/second/bas_dis_con.html', '4', 'Second Year Curriculum', 'Basis of Disease');

//                      		eightNav4Links[1] = new LeftLink('BOD Schedule', 'http://test.med.cornell.edu/education/curriculum/second/pdf/bas_dis_schedule.pdf', '4', 'Second Year Curriculum', 'Basis of Disease');

//                      		eightNav4Links[2] = new LeftLink('Course Organization', 'http://test.med.cornell.edu/education/curriculum/second/bas_dis_org.html', '4', 'Second Year Curriculum', 'Basis of Disease');

//                      		eightNav4Links[3] = new LeftLink('Key Personnel', 'http://test.med.cornell.edu/education/curriculum/second/bas_dis_per.html', '4', 'Second Year Curriculum', 'Basis of Disease');

//                      		eightNav4Links[4] = new LeftLink('Student Assessment', 'http://test.med.cornell.edu/education/curriculum/second/bas_dis_ass.html', '4', 'Second Year Curriculum', 'Basis of Disease');

//                      		eightNav4Links[5] = new LeftLink('Secure Home', 'https://edcenter.med.cornell.edu/auth/BOD', '4', 'Second Year Curriculum', 'Basis of Disease');

//                      		eightNav4Links[6] = new LeftLink('Courseware', 'https://edcenter.med.cornell.edu/auth/courseware/BOD/index.html', '4', 'Second Year Curriculum', 'Basis of Disease');

//                      		

//                      		nineNav4Links[0] = new LeftLink('MPS II Schedule', 'http://test.med.cornell.edu/education/curriculum/second/pdf/med_pat_schedule.pdf', '4', 'Second Year Curriculum', 'Medicine, Patients, and Society II');

//                      		nineNav4Links[1] = new LeftLink('Staff Listing', 'http://test.med.cornell.edu/education/curriculum/second/med_pat_sta.html', '4', 'Second Year Curriculum', 'Medicine, Patients, and Society II');

//                      		nineNav4Links[2] = new LeftLink('Course Requirements', 'http://test.med.cornell.edu/education/curriculum/second/med_pat_req.html', '4', 'Second Year Curriculum', 'Medicine, Patients, and Society II');

//                      		nineNav4Links[3] = new LeftLink('Course Materials', 'http://test.med.cornell.edu/education/curriculum/second/med_pat_mat.html', '4', 'Second Year Curriculum', 'Medicine, Patients, and Society II');

//                      		nineNav4Links[4] = new LeftLink('Student Assessment', 'http://test.med.cornell.edu/education/curriculum/second/med_pat_ass.html', '4', 'Second Year Curriculum', 'Medicine, Patients, and Society II');

//                      		//nineNav4Links[5] = new LeftLink('Introduction to the U.S. Health System', 'http://test.med.cornell.edu/education/curriculum/second/pdf/med_pat_healthsystem.pdf', '4', 'Second Year Curriculum', 'Medicine, Patients, and Society II');

//                      		nineNav4Links[5] = new LeftLink('Physical Diagnosis Component', 'http://test.med.cornell.edu/education/curriculum/second/pdf/med_pat_physical.pdf', '4', 'Second Year Curriculum', 'Medicine, Patients, and Society II');

//                      		nineNav4Links[6] = new LeftLink('Secure Home', 'https://edcenter.med.cornell.edu/auth/MPS2', '4', 'Second Year Curriculum', 'Medicine, Patients, and Society II');

//                      		

//                      		tenNav4Links[0] = new LeftLink('Schedule', 'http://test.med.cornell.edu/education/curriculum/second/pdf/int_cle_schedule.pdf', '4', 'Second Year Curriculum', 'Intro to Clerkships');

//                      		tenNav4Links[1] = new LeftLink('Secure Home', 'https://edcenter.med.cornell.edu/auth/IC', '4', 'Second Year Curriculum', 'Intro to Clerkships');

//                      		

//                      		elevenNav4Links[0] = new LeftLink('Schedule', 'http://test.med.cornell.edu/education/curriculum/second/pdf/int_ane_schedule.pdf', '4', 'Second Year Curriculum', 'Introduction to Anesthesiology');

//                      		elevenNav4Links[1] = new LeftLink('Secure Home', 'https://edcenter.med.cornell.edu/auth/IA', '4', 'Second Year Curriculum', 'Introduction to Anesthesiology');

//                      		

//                      		twelveNav4Links[0] = new LeftLink('Secure Home', 'https://edcenter.med.cornell.edu/auth/MPS3', '4', 'Third Year Curriculum', 'Medicine, Patients, and Society III');

//                      		

//                      		thirteenNav4Links[0] = new LeftLink('Staff Listing', 'http://test.med.cornell.edu/education/curriculum/third/pri_car_sta.html', '4', 'Third Year Curriculum', 'Primary Care and Clerkships');

//                      		thirteenNav4Links[1] = new LeftLink('Phone Listing', 'http://test.med.cornell.edu/education/curriculum/third/pdf/phone.pdf', '4', 'Third Year Curriculum', 'Primary Care and Clerkships');

//                      		thirteenNav4Links[2] = new LeftLink('Lectures and Seminars', 'http://test.med.cornell.edu/education/curriculum/third/pri_car_lec.html', '4', 'Third Year Curriculum', 'Primary Care and Clerkships');

//                      		thirteenNav4Links[3] = new LeftLink('Student Evaluation', 'http://test.med.cornell.edu/education/curriculum/third/pri_car_eva.html', '4', 'Third Year Curriculum', 'Primary Care and Clerkships');

//                      		thirteenNav4Links[4] = new LeftLink('Course Textbooks', 'http://test.med.cornell.edu/education/curriculum/third/pri_car_tex.html', '4', 'Third Year Curriculum', 'Primary Care and Clerkships');

//                      		thirteenNav4Links[5] = new LeftLink('Secure Home', 'https://edcenter.med.cornell.edu/auth/PCC', '4', 'Third Year Curriculum', 'Primary Care and Clerkships');

//                      		

//                      		fourteenNav4Links[0] = new LeftLink('M C Home Page', 'http://test.med.cornell.edu/education/curriculum/third/med_cle.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		

//                      		fourteenNav4Links[1] = new LeftLink('Course Leadership', 'http://test.med.cornell.edu/education/curriculum/third/med_cou_lea.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		

//                      		fourteenNav4Links[2] = new LeftLink('Course Description', 'http://test.med.cornell.edu/education/curriculum/third/med_cou_des.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[3] = new LeftLink('Course Goals', 'http://test.med.cornell.edu/education/curriculum/third/med_cou_goa.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[4] = new LeftLink('Course Objectives', 'http://test.med.cornell.edu/education/curriculum/third/med_cou_obj.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[5] = new LeftLink('Student Responsibilities', 'http://test.med.cornell.edu/education/curriculum/third/med_stu_res.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[6] = new LeftLink('Student Absences', 'http://test.med.cornell.edu/education/curriculum/third/med_stu_abs.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[7] = new LeftLink('Schedule', 'http://test.med.cornell.edu/education/curriculum/third/med_sch.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[8] = new LeftLink('Weekly Schedule', 'http://test.med.cornell.edu/education/curriculum/fourth/pdf/weekly_schedule.pdf', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[9] = new LeftLink('Weekly Card-MICU Schedule', 'http://test.med.cornell.edu/education/curriculum/fourth/pdf/weekly_card_MICU.pdf', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[10] = new LeftLink('Rounds', 'http://test.med.cornell.edu/education/curriculum/third/med_rou.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[11] = new LeftLink('On Call', 'http://test.med.cornell.edu/education/curriculum/third/med_on_cal.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[12] = new LeftLink('Patient Records', 'http://test.med.cornell.edu/education/curriculum/third/med_pat_rec.html', '4', 'Third Year Curriculum', 'SMedicine Clerkship');

//                      		fourteenNav4Links[13] = new LeftLink('Invasive Procedures', 'http://test.med.cornell.edu/education/curriculum/third/med_inv_pro.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[14] = new LeftLink('Guidelines for Case Presentations', 'http://test.med.cornell.edu/education/curriculum/third/med_gui_cas.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[15] = new LeftLink('Case Write-Ups', 'http://test.med.cornell.edu/education/curriculum/third/med_cas_wri.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[16] = new LeftLink('Tutor Groups', 'http://test.med.cornell.edu/education/curriculum/third/med_tut_gro.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[17] = new LeftLink('Evaluation and Grading', 'http://test.med.cornell.edu/education/curriculum/third/med_eva_gra.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[18] = new LeftLink('Student Performance Assessment', 'http://test.med.cornell.edu/education/curriculum/fourth/pdf/pa.pdf', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[19] = new LeftLink('Sample Exam Questions', 'http://test.med.cornell.edu/education/curriculum/fourth/pdf/sample_exam.pdf', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[20] = new LeftLink('Topics in Internal Medicine', 'http://test.med.cornell.edu/education/curriculum/third/med_top_int.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[21] = new LeftLink('Formulas in Clinical Medicine', 'http://test.med.cornell.edu/education/curriculum/third/med_for_cli.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[22] = new LeftLink('Medical Intensive Care Manual', 'http://test.med.cornell.edu/education/curriculum/fourth/pdf/care_manual.pdf', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[23] = new LeftLink('Books and References', 'http://test.med.cornell.edu/education/curriculum/third/med_res_ref.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[24] = new LeftLink('Links', 'http://test.med.cornell.edu/education/curriculum/third/med_lin.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		fourteenNav4Links[25] = new LeftLink('Medicine Electronic Case Log', 'http://edcenter.med.cornell.edu/survey/medicinecaselog.htm', '4', 'Third Year Curriculum', 'Medicine Clerkship');

//                      		

//                      		fifteenNav4Links[0] = new LeftLink('M C Home Page', 'http://test.med.cornell.edu/education/curriculum/fourth/med_cle.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[1] = new LeftLink('Course Leadership', 'http://test.med.cornell.edu/education/curriculum/fourth/med_cou_lea.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		

//                      		fifteenNav4Links[2] = new LeftLink('Course Description', 'http://test.med.cornell.edu/education/curriculum/fourth/med_cou_des.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[3] = new LeftLink('Course Goals', 'http://test.med.cornell.edu/education/curriculum/fourth/med_cou_goa.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[4] = new LeftLink('Course Objectives', 'http://test.med.cornell.edu/education/curriculum/fourth/med_cou_obj.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[5] = new LeftLink('Student Responsibilities', 'http://test.med.cornell.edu/education/curriculum/fourth/med_stu_res.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[6] = new LeftLink('Student Absences', 'http://test.med.cornell.edu/education/curriculum/fourth/med_stu_abs.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[7] = new LeftLink('Schedule', 'http://test.med.cornell.edu/education/curriculum/fourth/med_sch.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[8] = new LeftLink('Weekly Schedule', 'http://test.med.cornell.edu/education/curriculum/fourth/pdf/weekly_schedule.pdf', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[9] = new LeftLink('Weekly Card-MICU Schedule', 'http://test.med.cornell.edu/education/curriculum/fourth/pdf/weekly_card_MICU.pdf', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[10] = new LeftLink('Rounds', 'http://test.med.cornell.edu/education/curriculum/fourth/med_rou.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[11] = new LeftLink('On Call', 'http://test.med.cornell.edu/education/curriculum/fourth/med_on_cal.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[12] = new LeftLink('Patient Records', 'http://test.med.cornell.edu/education/curriculum/fourth/med_pat_rec.html', '4', 'Third Year Curriculum', 'SMedicine Clerkship');

//                      		fifteenNav4Links[13] = new LeftLink('Invasive Procedures', 'http://test.med.cornell.edu/education/curriculum/fourth/med_inv_pro.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[14] = new LeftLink('Guidelines for Case Presentations', 'http://test.med.cornell.edu/education/curriculum/fourth/med_gui_cas.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[15] = new LeftLink('Case Write-Ups', 'http://test.med.cornell.edu/education/curriculum/fourth/med_cas_wri.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[16] = new LeftLink('Tutor Groups', 'http://test.med.cornell.edu/education/curriculum/fourth/med_tut_gro.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[17] = new LeftLink('Evaluation and Grading', 'http://test.med.cornell.edu/education/curriculum/fourth/med_eva_gra.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[18] = new LeftLink('Student Performance Assessment', 'http://test.med.cornell.edu/education/curriculum/fourth/pdf/pa.pdf', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[19] = new LeftLink('Sample Exam Questions', 'http://test.med.cornell.edu/education/curriculum/fourth/pdf/sample_exam.pdf', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[20] = new LeftLink('Topics in Internal Medicine', 'http://test.med.cornell.edu/education/curriculum/fourth/med_top_int.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[21] = new LeftLink('Formulas in Clinical Medicine', 'http://test.med.cornell.edu/education/curriculum/fourth/med_for_cli.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[22] = new LeftLink('Medical Intensive Care Manual', 'http://test.med.cornell.edu/education/curriculum/fourth/pdf/care_manual.pdf', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[23] = new LeftLink('Books and References', 'http://test.med.cornell.edu/education/curriculum/fourth/med_res_ref.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[24] = new LeftLink('Links', 'http://test.med.cornell.edu/education/curriculum/fourth/med_lin.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		fifteenNav4Links[25] = new LeftLink('Medicine Electronic Case Log', 'http://edcenter.med.cornell.edu/survey/medicinecaselog.htm', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');

//                      		

//                      		sixteenNav4Links[0] = new LeftLink('Secure Home', 'https://edcenter.med.cornell.edu/auth/ABS', '4', 'Fourth Year Curriculum', 'Advanced Basic Science');

//                      		

//                      		seventeenNav4Links[0] = new LeftLink('Hospitals', 'http://test.med.cornell.edu/education/curriculum/fourth/electives/hospitals.html', '4', 'Fourth Year Curriculum', 'Electives');

//                      		seventeenNav4Links[1] = new LeftLink('Courses', 'http://wo-pub2.med.cornell.edu/cgi-bin/WebObjects/Electives', '4', 'Fourth Year Curriculum', 'Electives');

//                      		seventeenNav4Links[2] = new LeftLink('Courses - Others', 'http://test.med.cornell.edu/education/curriculum/fourth/electives/courses.html', '4', 'Fourth Year Curriculum', 'Electives');

//                      		seventeenNav4Links[3] = new LeftLink('Forms', 'http://test.med.cornell.edu/education/curriculum/fourth/electives/forms.html', '4', 'Fourth Year Curriculum', 'Electives');

//                      		seventeenNav4Links[4] = new LeftLink('Calendar', 'http://test.med.cornell.edu/education/curriculum/fourth/electives/calendar.html', '4','Fourth Year Curriculum', 'Electives');

//                      		seventeenNav4Links[5] = new LeftLink('Cornell Students - Overview', 'http://test.med.cornell.edu/education/curriculum/fourth/electives/overview.html', '4', 'Fourth Year Curriculum', 'Electives');

//                      

//                      		seventeenNav4Links[6] = new LeftLink('Cornell Students - Fourth Year Course Requirements', 'http://test.med.cornell.edu/education/curriculum/fourth/electives/ove_fou_req.html', '4', 'Fourth Year Curriculum', 'Electives');

//                      		seventeenNav4Links[7] = new LeftLink('Cornell Students - International Electives Information', 'http://test.med.cornell.edu/education/curriculum/fourth/electives/ove_int_com.html', '4', 'Fourth Year Curriculum', 'Electives');

//                      		seventeenNav4Links[8] = new LeftLink('Cornell Students - International Electives Information - Committee Member', 'http://test.med.cornell.edu/education/curriculum/fourth/electives/ove_int_mem.html', '4', 'Fourth Year Curriculum', 'Electives');

//                      		seventeenNav4Links[9] = new LeftLink('Visiting Students', 'http://test.med.cornell.edu/education/curriculum/fourth/electives/ove_vis_stu.html', '4', 'Fourth Year Curriculum', 'Electives');

//                      		seventeenNav4Links[10] = new LeftLink('International Students', 'http://test.med.cornell.edu/education/programs/int_stu.html', '4', 'Fourth Year Curriculum', 'Electives');

//                      		seventeenNav4Links[11] = new LeftLink('Search', 'http://wo-pub2.med.cornell.edu/cgi-bin/WebObjects/Electives', '4', 'Fourth Year Curriculum', 'Electives');

//                      		

//                      		

//                      		allNav4Pages[0] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/electives/courses.html', oneNav4Links);

//                      		

//                      		allNav4Pages[1] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/first/staff.html', twoNav4Links);

//                      		allNav4Pages[2] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/first/mol_cel.html', twoNav4Links);

//                      

//                      		allNav4Pages[3] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/first/mgc_course.html', threeNav4Links);

//                      		

//                      		allNav4Pages[4] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/first/hum_str.html', fourNav4Links);

//                      		allNav4Pages[5] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/first/hum_str_syl.html', fourNav4Links);

//                      		allNav4Pages[6] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/first/hum_str_stu.html', fourNav4Links);

//                      		allNav4Pages[7] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/first/hum_str_tra.html', fourNav4Links);

//                      		

//                      		allNav4Pages[8] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/first/hos_def.html', fiveNav4Links);

//                      		allNav4Pages[9] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/first/hos_req_tex.html', fiveNav4Links);

//                      		allNav4Pages[10] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/first/hos_lea_obj.html', fiveNav4Links);

//                      		

//                      		allNav4Pages[11] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/first/med_pat.html', sixNav4Links);

//                      		allNav4Pages[12] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/first/med_pat_sta.html', sixNav4Links);

//                      		allNav4Pages[13] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/first/med_pat_log.html', sixNav4Links);

//                      		allNav4Pages[14] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/first/med_pat_req.html', sixNav4Links);

//                      		allNav4Pages[15] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/first/med_pat_stu.html', sixNav4Links);

//                      		

//                      		allNav4Pages[16] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/second/bra_stu_ass.html', sevenNav4Links);

//                      		allNav4Pages[17] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/second/bra_cou_ove.html', sevenNav4Links);

//                      		allNav4Pages[18] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/second/bra_gui.html', sevenNav4Links);

//                      		allNav4Pages[19] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/second/bra_cou_org.html', sevenNav4Links);

//                      		allNav4Pages[20] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/second/bra_min.html', sevenNav4Links);

//                      		

//                      		allNav4Pages[21] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/second/bas_dis.html', eightNav4Links);

//                      		allNav4Pages[22] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/second/bas_dis_con.html', eightNav4Links);

//                      		allNav4Pages[23] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/second/bas_dis_org.html', eightNav4Links);

//                      		allNav4Pages[24] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/second/bas_dis_per.html', eightNav4Links);

//                      		allNav4Pages[25] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/second/bas_dis_ass.html', eightNav4Links);

//                      		

//                      		allNav4Pages[26] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/second/med_pat.html', nineNav4Links);

//                      		allNav4Pages[27] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/second/med_pat_sta.html', nineNav4Links);

//                      		allNav4Pages[28] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/second/med_pat_req.html', nineNav4Links);

//                      		allNav4Pages[29] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/second/med_pat_mat.html', nineNav4Links);

//                      		allNav4Pages[30] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/second/med_pat_ass.html', nineNav4Links);

//                      		

//                      		allNav4Pages[31] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/second/int_cle.html', tenNav4Links);

//                      		

//                      		allNav4Pages[32] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/second/int_ane.html', elevenNav4Links);

//                      		

//                      		allNav4Pages[33] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_pat.html', twelveNav4Links);

//                      		

//                      		allNav4Pages[34] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/pri_car.html', thirteenNav4Links);

//                      		allNav4Pages[35] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/pri_car_sta.html', thirteenNav4Links);

//                      		allNav4Pages[36] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/pri_car_lec.html', thirteenNav4Links);

//                      		allNav4Pages[37] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/pri_car_eva.html', thirteenNav4Links);

//                      		allNav4Pages[38] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/pri_car.html', thirteenNav4Links);

//                      		allNav4Pages[39] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/pri_car_tex.html', thirteenNav4Links);

//                      		

//                      		allNav4Pages[40] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_cle.html', fourteenNav4Links);

//                      		allNav4Pages[41] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_cou_lea.html', fourteenNav4Links);

//                      		allNav4Pages[42] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_cou_des.html', fourteenNav4Links);

//                      		allNav4Pages[43] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_cou_goa.html', fourteenNav4Links);

//                      		allNav4Pages[44] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_cou_obj.html', fourteenNav4Links);

//                      		allNav4Pages[45] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_stu_res.html', fourteenNav4Links);

//                      		allNav4Pages[46] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_stu_abs.html', fourteenNav4Links);

//                      		allNav4Pages[47] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_sch.html', fourteenNav4Links);

//                      		allNav4Pages[48] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_rou.html', fourteenNav4Links);

//                      		allNav4Pages[49] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_on_cal.html', fourteenNav4Links);

//                      		allNav4Pages[50] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_pat_rec.html', fourteenNav4Links);

//                      		allNav4Pages[51] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_inv_pro.html', fourteenNav4Links);

//                      		allNav4Pages[52] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_gui_cas.html', fourteenNav4Links);

//                      		allNav4Pages[53] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_cas_wri.html', fourteenNav4Links);

//                      		allNav4Pages[54] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_tut_gro.html', fourteenNav4Links);

//                      		

//                      		allNav4Pages[55] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_eva_gra.html', fourteenNav4Links);

//                      		allNav4Pages[56] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_top_int.html', fourteenNav4Links);

//                      		allNav4Pages[57] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_for_cli.html', fourteenNav4Links);

//                      		allNav4Pages[58] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_res_ref.html', fourteenNav4Links);

//                      		allNav4Pages[59] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/third/med_lin.html', fourteenNav4Links);

//                      		

//                      		allNav4Pages[60] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/med_cle.html', fifteenNav4Links);

//                      		allNav4Pages[61] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/med_cou_lea.html', fifteenNav4Links);

//                      		allNav4Pages[62] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/med_cou_des.html', fifteenNav4Links);

//                      		allNav4Pages[63] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/med_cou_goa.html', fifteenNav4Links);

//                      		allNav4Pages[64] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/med_cou_obj.html', fifteenNav4Links);

//                      		allNav4Pages[65] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/med_stu_res.html', fifteenNav4Links);

//                      		allNav4Pages[66] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/med_stu_abs.html', fifteenNav4Links);

//                      		allNav4Pages[67] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/med_sch.html', fifteenNav4Links);

//                      		allNav4Pages[68] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/med_rou.html', fifteenNav4Links);

//                      		allNav4Pages[69] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/med_on_cal.html', fifteenNav4Links);

//                      		allNav4Pages[70] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/med_pat_rec.html', fifteenNav4Links);

//                      		allNav4Pages[71] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/med_inv_pro.html', fifteenNav4Links);

//                      		allNav4Pages[72] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/med_gui_cas.html', fifteenNav4Links);

//                      		allNav4Pages[73] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/med_cas_wri.html', fifteenNav4Links);

//                      		allNav4Pages[74] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/med_tut_gro.html', fifteenNav4Links);

//                      		

//                      		allNav4Pages[75] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/med_eva_gra.html', fifteenNav4Links);

//                      		allNav4Pages[76] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/med_top_int.html', fifteenNav4Links);

//                      		allNav4Pages[77] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/med_for_cli.html', fifteenNav4Links);

//                      		allNav4Pages[78] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/med_res_ref.html', fifteenNav4Links);

//                      		allNav4Pages[79] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/med_lin.html', fifteenNav4Links);

//                      		

//                      		allNav4Pages[80] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/adv_bas.html', sixteenNav4Links);

//                      		

//                      		allNav4Pages[81] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/electives/electives.html', seventeenNav4Links);

//                      		allNav4Pages[82] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/electives/hospitals.html', seventeenNav4Links);

//                      		allNav4Pages[83] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/electives/forms.html', seventeenNav4Links);

//                      		allNav4Pages[84] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/electives/calendar.html', seventeenNav4Links);

//                      		

//                      		allNav4Pages[85] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/electives/ove_fou_req.html', seventeenNav4Links);

//                      		allNav4Pages[86] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/electives/ove_int_com.html', seventeenNav4Links);

//                      		allNav4Pages[87] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/electives/ove_int_mem.html', seventeenNav4Links);

//                      		allNav4Pages[88] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/electives/ove_vis_stu.html', seventeenNav4Links);

//                      		allNav4Pages[89] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/electives/int_stu.html', seventeenNav4Links);

//                      		allNav4Pages[90] = new Nav4Page('http://test.med.cornell.edu/education/curriculum/fourth/electives/overview.html', seventeenNav4Links);

//                      		

//                      		

//                      	} 

//                      	

//                      	

//                      	else if (active == "four") {

//                      	

//                      		allNav4Pages[0] = new Nav4Page('http://test.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);

//                      		allNav4Pages[1] = new Nav4Page('http://test.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);

//                      	

//                      		allNav4Pages[2] = new Nav4Page('http://test.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);	

//                      	

//                      		allNav4Pages[3] = new Nav4Page('http://test.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);	

//                      	

//                      		allNav4Pages[4] = new Nav4Page('http://test.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);

//                      		

//                      		allNav4Pages[5] = new Nav4Page('http://test.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);

//                      		

//                      		allNav4Pages[6] = new Nav4Page('http://test.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);

//                      		

//                      		allNav4Pages[7] = new Nav4Page('http://test.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);

//                      				

//                      		allNav4Pages[8] = new Nav4Page('http://test.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);

//                      						

//                      		allNav4Pages[9] = new Nav4Page('http://test.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);

//                      								

//                      		allNav4Pages[10] = new Nav4Page('http://test.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);

//                      		

//                      		}

//                      	

//                      	

//                      	

//                      	else if (active == "five") {

//                      

//                      	    // customize 4th level navigation links here

//                      

//                      		oneNav4Links[0] = new LeftLink('When a Pap Smear is Normal', 'http://test.med.cornell.edu/education/student/stu_wom_nor.html', '4', 'Student Health Services', "Women's Health");

//                      	    oneNav4Links[1] = new LeftLink('Instructions for Starting Oral Contraceptives', 'http://test.med.cornell.edu/education/student/stu_wom_ins.html', '4', 'Student Health Services', "Women's Health");

//                      		

//                      		allNav4Pages[0] = new Nav4Page('http://test.med.cornell.edu/education/student/stu_wom_hea.html', oneNav4Links);

//                      	    allNav4Pages[1] = new Nav4Page('http://test.med.cornell.edu/education/student/stu_wom_nor.html', oneNav4Links);

//                      	    allNav4Pages[2] = new Nav4Page('http://test.med.cornell.edu/education/student/stu_wom_ins.html', oneNav4Links);

//                      

//                      	} else if (active == "six") {

//                      

//                      	    // customize 4th level navigation links here

//                      

//                      		oneNav4Links[0] = new LeftLink('Pre-Clinical Phase', 'http://test.med.cornell.edu/education/programs/phy_cur_pre.html', '4', 'Physician Assistant Program', 'Curriculum');

//                      	    oneNav4Links[1] = new LeftLink('Clinical Phase', 'http://test.med.cornell.edu/education/programs/phy_cur_cli.html', '4', 'Physician Assistant Program', 'Curriculum');

//                      		oneNav4Links[2] = new LeftLink('Electives', 'http://test.med.cornell.edu/education/programs/phy_cur_ele.html', '4', 'Physician Assistant Program', 'Curriculum');

//                      		

//                      		twoNav4Links[0] = new LeftLink('FAQ', 'http://test.med.cornell.edu/education/programs/bod_don_faq.html', '4', 'Gross Anatomy', 'Body Donor Program');

//                      	    twoNav4Links[1] = new LeftLink('Staff', 'http://test.med.cornell.edu/education/programs/bod_don_sta.html', '4', 'Gross Anatomy', 'Body Donor Program');

//                      	    

//                      	    threeNav4Links[0] = new LeftLink('What is Family Medicine', 'http://test.med.cornell.edu/education/programs/pro_fam_wha_is.html', '4', 'Program in Family Medicine', '');

//                      		threeNav4Links[1] = new LeftLink('Family Medicine Faculty', 'http://test.med.cornell.edu/education/programs/pro_fam_med_fac.html', '4', 'Program in Family Medicine', '');

//                      		threeNav4Links[2] = new LeftLink('Overview of Student Programs at WMC', 'http://test.med.cornell.edu/education/programs/pro_fam_ove.html', '4', 'Program in Family Medicine', '');

//                      		threeNav4Links[3] = new LeftLink('Family Medicine Interest Group (FMIG)', 'http://test.med.cornell.edu/education/programs/pro_fam_int_gro.html', '4', 'Program in Family Medicine', '');

//                      		threeNav4Links[4] = new LeftLink('FMIG Activities', 'http://test.med.cornell.edu/education/programs/pro_fam_gro_act.html', '4', 'Program in Family Medicine', '');

//                      		threeNav4Links[5] = new LeftLink('Medical Student Resource Page', 'http://test.med.cornell.edu/education/programs/pro_fam_med_stu.html', '4', 'Program in Family Medicine', '');

//                      		

//                      		allNav4Pages[0] = new Nav4Page('http://test.med.cornell.edu/education/programs/phy_cur.html', oneNav4Links);

//                      	    allNav4Pages[1] = new Nav4Page('http://test.med.cornell.edu/education/programs/phy_cur_pre.html', oneNav4Links);

//                      	    allNav4Pages[2] = new Nav4Page('http://test.med.cornell.edu/education/programs/phy_cur_cli.html', oneNav4Links);

//                      		allNav4Pages[3] = new Nav4Page('http://test.med.cornell.edu/education/programs/phy_cur_ele.html', oneNav4Links);

//                      		

//                      		allNav4Pages[4] = new Nav4Page('http://test.med.cornell.edu/education/programs/bod_don_faq.html', twoNav4Links);

//                      		allNav4Pages[5] = new Nav4Page('http://test.med.cornell.edu/education/programs/bod_don_sta.html', twoNav4Links);

//                      		allNav4Pages[6] = new Nav4Page('http://test.med.cornell.edu/education/programs/bod_don_pro.html', twoNav4Links);

//                      		

//                      		allNav4Pages[7] = new Nav4Page('http://test.med.cornell.edu/education/programs/pro_fam_med.html', threeNav4Links);

//                      		allNav4Pages[8] = new Nav4Page('http://test.med.cornell.edu/education/programs/pro_fam_wha_is.html', threeNav4Links);

//                      		allNav4Pages[9] = new Nav4Page('http://test.med.cornell.edu/education/programs/pro_fam_med_fac.html', threeNav4Links);

//                      		allNav4Pages[10] = new Nav4Page('http://test.med.cornell.edu/education/programs/pro_fam_ove.html', threeNav4Links);

//                      		allNav4Pages[11] = new Nav4Page('http://test.med.cornell.edu/education/programs/pro_fam_int_gro.html', threeNav4Links);

//                      		allNav4Pages[12] = new Nav4Page('http://test.med.cornell.edu/education/programs/pro_fam_gro_act.html', threeNav4Links);

//                      		allNav4Pages[13] = new Nav4Page('http://test.med.cornell.edu/education/programs/pro_fam_med_stu.html', threeNav4Links);

//                      

//                      	} 

//                      

//                      	// returning the value here, don't touch

//                      

//                      	return (allNav4Pages);

//                      

//                      }