//////////////////////////////////////////////////////////////////
//																//
//	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) {
	one_on = new Image; one_on.src="http://images.med.cornell.edu/headers/navbar/wmc/education/abo_act.gif";
	one_off = new Image; one_off.src="http://images.med.cornell.edu/headers/navbar/wmc/education/abo.gif";
	one_active = new Image; one_active.src="http://images.med.cornell.edu/headers/navbar/wmc/education/abo_act.gif";
	
	two_on = new Image; two_on.src="http://images.med.cornell.edu/headers/navbar/wmc/education/adm_act.gif";
	two_off = new Image; two_off.src="http://images.med.cornell.edu/headers/navbar/wmc/education/adm.gif";
	two_active = new Image; two_active.src="http://images.med.cornell.edu/headers/navbar/wmc/education/adm_act.gif";

	three_on = new Image; three_on.src="http://images.med.cornell.edu/headers/navbar/wmc/education/cur_act.gif";
	three_off = new Image; three_off.src="http://images.med.cornell.edu/headers/navbar/wmc/education/cur.gif";
	three_active = new Image; three_active.src="http://images.med.cornell.edu/headers/navbar/wmc/education/cur_act.gif";

	four_on = new Image; four_on.src="http://images.med.cornell.edu/headers/navbar/wmc/education/res_act.gif";
	four_off = new Image; four_off.src="http://images.med.cornell.edu/headers/navbar/wmc/education/res.gif";
	four_active = new Image; four_active.src="http://images.med.cornell.edu/headers/navbar/wmc/education/res_act.gif";
	
	five_on = new Image; five_on.src="http://images.med.cornell.edu/headers/navbar/wmc/education/stu_aff_act.gif";
	five_off = new Image; five_off.src="http://images.med.cornell.edu/headers/navbar/wmc/education/stu_aff.gif";
	five_active = new Image; five_active.src="http://images.med.cornell.edu/headers/navbar/wmc/education/stu_aff_act.gif";
	six_on = new Image; six_on.src="http://images.med.cornell.edu/headers/navbar/wmc/education/pro_act.gif";
	six_off = new Image; six_off.src="http://images.med.cornell.edu/headers/navbar/wmc/education/pro.gif";
	six_active = new Image; six_active.src="http://images.med.cornell.edu/headers/navbar/wmc/education/pro_act.gif";
	
	seven_on = new Image; seven_on.src="";
	seven_off = new Image; seven_off.src="";
	seven_active = new Image; seven_active.src="";
	eight_on = new Image; eight_on.src="http://images.med.cornell.edu/headers/navbar/wmc/topNav/med_col_on.gif";
	eight_off = new Image; eight_off.src="http://images.med.cornell.edu/headers/navbar/wmc/topNav/med_col_off.gif";
	eight_active = new Image; eight_active.src="http://images.med.cornell.edu/headers/navbar/wmc/topNav/med_col_on.gif";	
	nine_on = new Image; nine_on.src="http://images.med.cornell.edu/headers/navbar/wmc/topNav/edu_on.gif";
	nine_off = new Image; nine_off.src="http://images.med.cornell.edu/headers/navbar/wmc/topNav/edu_on.gif";
	nine_active = new Image; nine_active.src="http://images.med.cornell.edu/headers/navbar/wmc/topNav/edu_on.gif";	
	ten_on = new Image; ten_on.src="http://images.med.cornell.edu/headers/navbar/wmc/topNav/res_on.gif";
	ten_off = new Image; ten_off.src="http://images.med.cornell.edu/headers/navbar/wmc/topNav/res_off.gif";
	ten_active = new Image; ten_active.src="http://images.med.cornell.edu/headers/navbar/wmc/topNav/res_on.gif";	
	eleven_on = new Image; eleven_on.src="http://images.med.cornell.edu/headers/navbar/wmc/topNav/pat_car_on.gif";
	eleven_off = new Image; eleven_off.src="http://images.med.cornell.edu/headers/navbar/wmc/topNav/pat_car_off.gif";
	eleven_active = new Image; eleven_active.src="http://images.med.cornell.edu/headers/navbar/wmc/topNav/pat_car_on.gif";	
	twelve_on = new Image; twelve_on.src="http://images.med.cornell.edu/headers/navbar/wmc/topNav/dep_on.gif";
	twelve_off = new Image; twelve_off.src="http://images.med.cornell.edu/headers/navbar/wmc/topNav/dep_off.gif";
	twelve_active = new Image; twelve_active.src="http://images.med.cornell.edu/headers/navbar/wmc/topNav/dep_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 (active == "" && activeHome == "home") {
	panoLoc = "http://media.med.cornell.edu/panoramas/wmc/education/pano_home.swf";
} else if (active == "one") {
	panoLoc = "http://media.med.cornell.edu/panoramas/wmc/education/pano_" + active + ".swf";
} else if (active == "two") {
	panoLoc = "http://media.med.cornell.edu/panoramas/wmc/education/pano_" + active + ".swf";
} else if (active == "three") {
	panoLoc = "http://media.med.cornell.edu/panoramas/wmc/education/pano_" + active + ".swf";
} else if (active == "four") {
	panoLoc = "http://media.med.cornell.edu/panoramas/wmc/education/pano_" + active + ".swf";
} else if (active == "five") {
	panoLoc = "http://media.med.cornell.edu/panoramas/wmc/education/pano_" + active + ".swf";
} else if (active == "six") {
	panoLoc = "http://media.med.cornell.edu/panoramas/wmc/education/pano_" + active + ".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 one pano for the whole site
//altPanoLoc = "http://images.med.cornell.edu/panoramas/test/pano_" + active + ".jpg";
// static pano: use this if using different pano for each section
if (active == "" && activeHome == "home") {
	altPanoLoc = "http://images.med.cornell.edu/panoramas/wmc/education/home.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://www.med.cornell.edu/education";

// set xml data for pano flash here
dataLoc				= "http://global.med.cornell.edu/panoramas/wmc/education/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, "http://www.med.cornell.edu/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, "http://www.med.cornell.edu/education/toolbar/give.html?name1=Ways+to+Give&type1=2Active");

buttonArray[3]		= new createButtonObject ( 5, "http://www.med.cornell.edu/education/toolbar/find.html?name1=Find+a+Staff&type1=2Active");
buttonArray[4]		= new createButtonObject ( 7, "http://www.med.cornell.edu/education/toolbar/maps.html?name1=Maps+and+Directions&type1=2Active");
buttonArray[5]		= new createButtonObject ( 5, "http://www.med.cornell.edu/education/toolbar/contact.html?name1=Contact+Us&type1=2Active");
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 (active == "one") {
	    
		// customize section one, 2nd and 3rd level navigation links here
		navLinks[0] = new LeftLink('Mission Statement', 'http://www.med.cornell.edu/education/about/mis_sta.html', '2', '', '');
	    navLinks[1] = new LeftLink('Learning Facilities', 'http://www.med.cornell.edu/education/about/lea_fac.html', '2', '', '');
		navLinks[2] = new LeftLink('Clinical Instruction', 'http://www.med.cornell.edu/education/about/cli_ins.html', '2', '', '');
		navLinks[3] = new LeftLink('Research', 'http://www.med.cornell.edu/education/about/res.html', '2', '', '');
		navLinks[4] = new LeftLink('Policies', 'http://www.med.cornell.edu/education/about/pol.html', '2', '', '');
		navLinks[5] = new LeftLink('Code of Professional Conduct', 'http://www.med.cornell.edu/education/about/cod_pro.html', '3', 'Policies', '');
		navLinks[6] = new LeftLink('Guidelines for Promotion and Graduation', 'http://www.med.cornell.edu/education/about/gui_pro.html', '3', 'Policies', '');
		//navLinks[7] = new LeftLink('Suitability for Medicine', 'http://www.med.cornell.edu/education/about/sui_med.html', '3', 'Policies', '');
	    
	}  else if (active == "two") {
		
		// customize section three, 2nd and 3rd level navigation links here
	    navLinks[0] = new LeftLink('Applying', '#', '2', '', '');	
		 
		navLinks[1] = new LeftLink('Admissions Principles', 'http://www.med.cornell.edu/education/admissions/app_adm_pri.html', '3', 'Applying', '');	
		navLinks[2] = new LeftLink('Requirements', 'http://www.med.cornell.edu/education/admissions/app_req.html', '3', 'Applying', '');	
		navLinks[3] = new LeftLink('How to Apply', 'http://www.med.cornell.edu/education/admissions/app_how.html', '3', 'Applying', '');	
		
		navLinks[4] = new LeftLink('Selection Criteria', 'http://www.med.cornell.edu/education/admissions/app_sel_cri.html', '3', 'Applying', '');	
		navLinks[5] = new LeftLink('Interviews', 'http://www.med.cornell.edu/education/admissions/app_int.html', '3', 'Applying', '');
		navLinks[5] = new LeftLink('Frequently Asked Questions', 'http://www.med.cornell.edu/education/admissions/app_faq.html', '3', 'Applying', '');
		
		navLinks[6] = new LeftLink('Financial Aid', 'http://www.med.cornell.edu/education/admissions/app_fin_aid.html', '2', '', '');	
		
		navLinks[7] = new LeftLink('Acceptance', 'http://www.med.cornell.edu/education/admissions/acc.html', '2', '', '');	
		navLinks[8] = new LeftLink('Wait List', 'http://www.med.cornell.edu/education/admissions/acc_wai_lis.html', '3', 'Acceptance', '');
		navLinks[9] = new LeftLink('Deferment', 'http://www.med.cornell.edu/education/admissions/acc_def.html', '3', 'Acceptance', '');
		navLinks[10] = new LeftLink('Early Decision', 'http://www.med.cornell.edu/education/admissions/acc_ear_dec.html', '3', 'Acceptance', '');
		navLinks[11] = new LeftLink('Class Composition', 'http://www.med.cornell.edu/education/admissions/acc_cla_com.html', '3', 'Acceptance', '');
		
		navLinks[12] = new LeftLink('Advanced Standing', 'http://www.med.cornell.edu/education/admissions/acc_adv_sta.html', '2', '', '');
		
		navLinks[13] = new LeftLink('Curriculum', 'http://www.med.cornell.edu/education/admissions/curr.html', '2', '', '');		
		navLinks[14] = new LeftLink('Program Options', 'http://www.med.cornell.edu/education/admissions/cur_tri_md.html', '2', '', '');	
		navLinks[15] = new LeftLink('Tri-Institutional MD-PhD Program', 'http://www.med.cornell.edu/education/admissions/cur_tri_md.html', '3', 'Program Options', '');	
	    //navLinks[16] = new LeftLink('MD-MPH Program', 'http://www.med.cornell.edu/education/admissions/cur_md_mph.html', '3', 'Program Options', '');	
		navLinks[16] = new LeftLink('M.D. with Honors in Research Program', 'http://www.med.cornell.edu/education/admissions/cur_md_hon.html', '3', 'Program Options', '');	
		navLinks[17] = new LeftLink('M.D. with Honors in Service Program', 'http://www.med.cornell.edu/education/admissions/cur_md_ser.html', '3', 'Program Options', '');	
		navLinks[18] = new LeftLink('MD-MBA Program', 'http://www.med.cornell.edu/education/admissions/cur_md_mba.html', '3', 'Program Options', '');	
		
		navLinks[19] = new LeftLink('Admissions Staff', 'http://www.med.cornell.edu/education/admissions/adm_sta.html', '2', '', '');
		navLinks[20] = new LeftLink('Curriculum International', 'http://www.med.cornell.edu/education/admissions/curr_int.html', '3', 'Curriculum', '');
		
	} else if (active == "three") {
		
		navLinks[0] = new LeftLink('Educational Objectives', 'http://www.med.cornell.edu/education/curriculum/edu_obj.html', '2', '', '');
		navLinks[1] = new LeftLink('First Year Curriculum', 'http://www.med.cornell.edu/education/curriculum/first/index.html', '2', '', '');
		//navLinks[2] = new LeftLink('Molecules Genes and Cells', 'http://www.med.cornell.edu/education/curriculum/first/mgc_course.html', '3', 'First Year Curriculum', '');
		//navLinks[3] = new LeftLink('Fundamentals in Genetic Medicine', 'http://www.med.cornell.edu/education/curriculum/first/fun_gen.html', '3', 'First Year Curriculum', '');
		//navLinks[3] = new LeftLink('Human Structure and Function', 'http://www.med.cornell.edu/education/curriculum/first/hum_str.html', '3', 'First Year Curriculum', '');
		//navLinks[4] = new LeftLink('Host Defenses', 'http://www.med.cornell.edu/education/curriculum/first/hos_def.html', '3', 'First Year Curriculum', '');
		//navLinks[5] = new LeftLink('Medicine, Patients, and Society I', 'http://www.med.cornell.edu/education/curriculum/first/med_pat.html', '3', 'First Year Curriculum', '');
		
		navLinks[2] = new LeftLink('Second Year Curriculum', 'http://www.med.cornell.edu/education/curriculum/second/index.html', '2', '', '');
		//navLinks[7] = new LeftLink('Brain and Mind', 'http://www.med.cornell.edu/education/curriculum/second/bra_min.html', '3', 'Second Year Curriculum', '');
		//navLinks[8] = new LeftLink('Basis of Disease', 'http://www.med.cornell.edu/education/curriculum/second/bas_dis.html', '3', 'Second Year Curriculum', '');
		//navLinks[9] = new LeftLink('Medicine, Patients, and Society II', 'http://www.med.cornell.edu/education/curriculum/second/med_pat.html', '3', 'Second Year Curriculum', '');
		//navLinks[10] = new LeftLink('Introductory Clerkships', 'http://www.med.cornell.edu/education/curriculum/second/int_cle.html', '3', 'Second Year Curriculum', '');
		//navLinks[11] = new LeftLink('Introduction to Anesthesiology', 'http://www.med.cornell.edu/education/curriculum/second/int_ane.html', '3', 'Second Year Curriculum', '');
		
		navLinks[3] = new LeftLink('Third Year Curriculum', 'http://www.med.cornell.edu/education/curriculum/third/index.html', '2', '', '');
		//navLinks[13] = new LeftLink('Medicine, Patients, and Society III', 'http://www.med.cornell.edu/education/curriculum/third/med_pat.html', '3', 'Third Year Curriculum', '');
		//navLinks[14] = new LeftLink('Primary Care and Clerkships', 'http://www.med.cornell.edu/education/curriculum/third/pri_car.html', '3', 'Third Year Curriculum', '');
		//navLinks[15] = new LeftLink('Medicine Clerkship', 'http://www.med.cornell.edu/education/curriculum/fourth/med_cle.html', '3', 'Third Year Curriculum', '');		
		//navLinks[16] = new LeftLink('Anesthesia Clerkship', 'http://www.med.cornell.edu/education/curriculum/third/anesthesia.html', '3', 'Third Year Curriculum', '');
		//navLinks[17] = new LeftLink('Neurology Clerkship', 'http://www.med.cornell.edu/education/curriculum/third/neurology.html', '3', 'Third Year Curriculum', '');
		//navLinks[18] = new LeftLink('Pediatric Clerkship', 'http://www.med.cornell.edu/education/curriculum/third/pediatric.html', '3', 'Third Year Curriculum', '');
		//navLinks[19] = new LeftLink('Public Health Clerkship', 'http://www.med.cornell.edu/education/curriculum/third/public_health.html', '3', 'Third Year Curriculum', '');
		//navLinks[20] = new LeftLink('Psychiatry Clerkship', 'http://www.med.cornell.edu/education/curriculum/third/psychiatry.html', '3', 'Third Year Curriculum', '');
		//navLinks[21] = new LeftLink('Surgery Clerkship', 'http://www.med.cornell.edu/education/curriculum/third/surgery.html', '3', 'Third Year Curriculum', '');
		//navLinks[22] = new LeftLink('Obstetrics and Gynecology Clerkship', 'http://www.med.cornell.edu/education/curriculum/third/gynecology.html', '3', 'Third Year Curriculum', '');
		
		navLinks[4] = new LeftLink('Fourth Year Curriculum', 'http://www.med.cornell.edu/education/curriculum/fourth/index.html', '2', '', '');
		//navLinks[25] = new LeftLink('Medicine Clerkship', 'http://www.med.cornell.edu/education/curriculum/fourth/med_cle.html', '3', 'Fourth Year Curriculum', '');
		//navLinks[24] = new LeftLink('Advanced Basic Science', 'http://www.med.cornell.edu/education/curriculum/fourth/adv_bas.html', '3', 'Fourth Year Curriculum', '');
		//navLinks[25] = new LeftLink('Electives', 'http://www.med.cornell.edu/education/curriculum/fourth/electives/electives.html', '3', 'Fourth Year Curriculum', '');
	
	} else if (active == "four") {
		
		navLinks[0] = new LeftLink('Weill Education Center', 'http://www.med.cornell.edu/education/resources/wei_edu.html', '2', '', '');
		navLinks[1] = new LeftLink('About Joan and Sanford I. Weill', 'http://www.med.cornell.edu/education/resources/abo_jsw.html', '3', 'Weill Education Center', '');
		navLinks[2] = new LeftLink('History of its Development', 'http://www.med.cornell.edu/education/resources/his_dev.html', '3', 'Weill Education Center', '');
		navLinks[3] = new LeftLink('Virtual Tour', 'http://www.med.cornell.edu/education/resources/vir_tou.html', '3', 'Weill Education Center', '');
		navLinks[4] = new LeftLink('Educational Web Services', 'http://www.med.cornell.edu/education/resources/edu_web_ser.html', '2', '', '');
		navLinks[5] = new LeftLink('Education Technology Resource Center', 'http://www.med.cornell.edu/education/resources/webservices/add_ori.html', '3', 'Educational Web Services', '');
		navLinks[6] = new LeftLink('Staff', 'http://www.med.cornell.edu/education/resources/add_sta.html', '3', 'Educational Web Services', '');
		navLinks[7] = new LeftLink('Audio/Visual Services', 'http://www.med.cornell.edu/education/resources/aud_vis_ser.html', '2', '', '');
		navLinks[8] = new LeftLink('Lecture Halls', 'http://www.med.cornell.edu/education/resources/lec_hal.html', '2', '', '');
		navLinks[9] = new LeftLink('Housing Facilities', 'http://www.med.cornell.edu/education/resources/hou_fac.html', '2', '', '');
		
		/* 
		navLinks[10] = new LeftLink('Curriculum Support Center', 'http://www.med.cornell.edu/education/resources/cur_sup_cen.html', '2', '', '');
		navLinks[11] = new LeftLink('Cornell Medical Library', 'http://library.med.cornell.edu/', '2', '', '');
		navLinks[12] = new LeftLink('Course Scheduler', 'http://www.med.cornell.edu/education/resources/cou_sch_sys.html', '2', '', '');
		
		navLinks[13] = new LeftLink('Biomedical Communications', 'http://www.med.cornell.edu/art/', '2', '', '');
		*/
		
		
	
	
		
	} else if (active == "five") {
		
		navLinks[0] = new LeftLink('Student Life', 'http://www.med.cornell.edu/education/student/stu_lif.html', '2', '', '');
		navLinks[1] = new LeftLink('Student Successes', 'http://www.med.cornell.edu/education/student/stu_suc.html', '2', '', '');
		navLinks[2] = new LeftLink('Student Health Services', 'http://www.med.cornell.edu/education/student/stu_hea_ser.html', '2', '', '');
		navLinks[3] = new LeftLink('Diet and Lifestyle', 'http://www.med.cornell.edu/education/student/stu_die_lif.html', '3', 'Student Health Services', '');
		navLinks[4] = new LeftLink('Occupational Exposure', 'http://www.med.cornell.edu/education/student/stu_occ_exp.html', '3', 'Student Health Services', '');
		navLinks[5] = new LeftLink('Safer Sex', 'http://www.med.cornell.edu/education/student/stu_saf_sex.html', '3', 'Student Health Services', '');
		navLinks[6] = new LeftLink("Women's Health", 'http://www.med.cornell.edu/education/student/stu_wom_hea.html', '3', 'Student Health Services', '');
		navLinks[7] = new LeftLink("Men's Health", 'http://www.med.cornell.edu/education/student/stu_men_hea.html', '3', 'Student Health Services', '');
		navLinks[8] = new LeftLink('Staff', 'http://www.med.cornell.edu/education/student/stu_sta.html', '3', 'Student Health Services', '');
		navLinks[9] = new LeftLink('Community Service Program', 'http://www.med.cornell.edu/education/student/com_ser_pro.html', '2', '', '');
		navLinks[10] = new LeftLink('Cultural Diversity/ Minority Issues', 'http://www.med.cornell.edu/education/student/min_aff.html', '2', '', '');
		//navLinks[11] = new LeftLink('Asian Pacific American Medical Students Association', 'http://www.med.cornell.edu/education/student/min_aff.html', '3', 'Cultural Diversity/Minority Issues', '');
		//navLinks[12] = new LeftLink('Boricua Latino Health Organization', 'http://www.med.cornell.edu/education/student/min_aff.html', '3', 'Cultural Diversity/Minority Issues', '');
		navLinks[11] = new LeftLink('Student National Medical Association Weill Cornell Chapter', 'http://www.med.cornell.edu/education/student/min_stu_nat.html', '3', 'Cultural Diversity/ Minority Issues', '');
		navLinks[12] = new LeftLink('Summer Programs for College Students', 'http://www.med.cornell.edu/education/student/min_sum_pro.html', '3', 'Cultural Diversity/ Minority Issues', '');
		navLinks[13] = new LeftLink('Student Research Opportunities', 'http://www.med.cornell.edu/education/student/stu_res_opp.html', '2', '', '');	
		navLinks[14] = new LeftLink('Student Handbook', 'http://www.med.cornell.edu/education/student/stu_han.html', '2', '', '');
		navLinks[15] = new LeftLink('Classes', 'http://www.med.cornell.edu/education/student/classes.html', '2', '', '');
		navLinks[16] = new LeftLink('Medical Student Executive Committee', 'http://www.med.cornell.edu/education/student/med_stu_exe.html', '2', '', '');
		
	} else if (active == "six") {
		
		navLinks[0] = new LeftLink('Continuing Medical Education', 'http://www.med.cornell.edu/education/programs/con_med_edu.html', '2', '', '');
		navLinks[1] = new LeftLink('Mission Statement', 'http://www.med.cornell.edu/education/programs/con_mis_sta.html', '3', 'Continuing Medical Education', '');
		navLinks[2] = new LeftLink('CME Facts', 'http://www.med.cornell.edu/education/programs/con_cme_fac.html', '3', 'Continuing Medical Education', '');
		navLinks[3] = new LeftLink('WCMC CME Guidelines', 'http://www.med.cornell.edu/education/programs/con_cme_gui.html', '3', 'Continuing Medical Education', '');
		navLinks[4] = new LeftLink('Application Information', 'http://www.med.cornell.edu/education/programs/con_app_inf.html', '3', 'Continuing Medical Education', '');
		navLinks[5] = new LeftLink('Evaluation and Report Forms', 'http://www.med.cornell.edu/education/programs/con_eva_rep.html', '3', 'Continuing Medical Education', '');
		
		navLinks[6] = new LeftLink('Needs Assessment', 'http://www.med.cornell.edu/education/programs/con_nee_ass.html', '3', 'Continuing Medical Education', '');
		navLinks[7] = new LeftLink('Joint Sponsorship', 'http://www.med.cornell.edu/education/programs/con_joi_spo.html', '3', 'Continuing Medical Education', '');
		
		navLinks[8] = new LeftLink('Grand Rounds Poster Templates', 'http://www.med.cornell.edu/education/programs/con_gra_pos.html', '3', 'Continuing Medical Education', '');
		navLinks[9] = new LeftLink('Staff', 'http://www.med.cornell.edu/education/programs/con_sta.html', '3', 'Continuing Medical Education', '');
		<!--navLinks[10] = new LeftLink('Schedule of CME Activities', 'http://www.med.cornell.edu/education/programs/con_sch_cme.html', '3', 'Continuing Medical Education', '');-->
		navLinks[10] = new LeftLink('Schedule of CME Activities', 'http://edcenter.med.cornell.edu/cgi-bin/guild-cgi/cme/cme.cgi', '3', 'Continuing Medical Education', '')
		
		navLinks[11] = new LeftLink('Gross Anatomy', 'http://www.med.cornell.edu/education/programs/gro_ana.html', '2', '', '');
		navLinks[12] = new LeftLink('Body Donor Program', 'http://www.med.cornell.edu/education/programs/bod_don_pro.html', '3', 'Gross Anatomy', '');
		navLinks[13] = new LeftLink('MD With Honors in Research', 'http://www.med.cornell.edu/education/programs/md_hon.html', '2', '', '');
		navLinks[14] = new LeftLink('PhD/MD Program', 'http://biomedsci.cornell.edu/graduate_school/html/14804.cfm', '2', '', '');
		navLinks[15] = new LeftLink('Physician Assistant Program', 'http://www.med.cornell.edu/education/programs/phy_ass.html', '2', '', '');
		navLinks[16] = new LeftLink('General Information', 'http://www.med.cornell.edu/education/programs/phy_gen_inf.html', '3', 'Physician Assistant Program', '');
		navLinks[17] = new LeftLink('Curriculum', 'http://www.med.cornell.edu/education/programs/phy_cur.html', '3', 'Physician Assistant Program', '');	
		navLinks[18] = new LeftLink('Admissions', 'http://www.med.cornell.edu/education/programs/phy_adm.html', '3', 'Physician Assistant Program', '');
		navLinks[19] = new LeftLink('Staff', 'http://www.med.cornell.edu/education/programs/phy_sta.html', '3', 'Physician Assistant Program', '');
		navLinks[20] = new LeftLink('Students', 'http://www.med.cornell.edu/education/programs/phy_stu.html', '3', 'Physician Assistant Program', '');
		navLinks[21] = new LeftLink('Alumni', 'http://www.med.cornell.edu/education/programs/phy_alu.html', '3', 'Physician Assistant Program', '');
		navLinks[22] = new LeftLink('Frequently Asked Questions', 'http://www.med.cornell.edu/education/programs/phy_faq.html', '3', 'Physician Assistant Program', '');
				
		navLinks[23] = new LeftLink('Program in Family Medicine', 'http://www.med.cornell.edu/education/programs/pro_fam_med.html', '2', '', '');
							
		navLinks[24] = new LeftLink('Program in Humanities and Medicine', 'http://www.med.cornell.edu/education/programs/pro_hum_med.html', '2', '', '');
		navLinks[25] = new LeftLink('Travelers Summer Research Fellowship Program', 'http://www.med.cornell.edu/education/programs/tra_sum_res.html', '2', '', '');
		navLinks[26] = new LeftLink('Tri-Institutional MD-PhD Program', 'http://www.med.cornell.edu/education/programs/tri_ins_pro.html', '2', '', '');
		navLinks[27] = new LeftLink('International Students', 'http://www.med.cornell.edu/education/programs/int_stu.html', '2', '', '');
		
	} else if (active == "") {
		
		if (activeTool == "contact") {
			navLinks[0] = new LeftLink('Ways to Give', 'http://www.med.cornell.edu/education/toolbar/give.html', '2', '', '');
			navLinks[1] = new LeftLink('People Finder', 'http://www.med.cornell.edu/education/toolbar/find.html', '2', '', '');
			navLinks[2] = new LeftLink('Maps and Directions', 'http://www.med.cornell.edu/education/toolbar/maps.html', '2', '', '');
			navLinks[3] = new LeftLink('Contact Us', 'http://www.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 eighteenNav4Links = 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://www.med.cornell.edu/education/curriculum/first/pdf/mol_schedule.pdf', '4', 'First Year Curriculum', "Molecules to Cells");
		twoNav4Links[1] = new LeftLink('Faculty Listing', 'http://www.med.cornell.edu/education/curriculum/first/pdf/mol_facultylisting.pdf', '4', 'First Year Curriculum', "Molecules to Cells");
		twoNav4Links[2] = new LeftLink('Staff', 'http://www.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://www.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://www.med.cornell.edu/education/curriculum/first/pdf/mgc_schedule.pdf', '4', 'First Year Curriculum', 'Molecules Genes and Cells');
		threeNav4Links[1] = new LeftLink('JC Group Assignments', 'http://www.med.cornell.edu/education/curriculum/first/pdf/jc_assignments.pdf', '4', 'First Year Curriculum', 'Molecules Genes and Cells');
		threeNav4Links[2] = new LeftLink('Secure Home', 'https://edcenter.med.cornell.edu/auth/MGC/', '4', 'First Year Curriculum', 'Molecules Genes and Cells');
		threeNav4Links[3] = 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://www.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://www.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://www.med.cornell.edu/education/curriculum/first/hum_str_tra.html', '4', 'First Year Curriculum', 'Human Structure and Function');
		fourNav4Links[3] = new LeftLink('Schedule', 'http://www.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://www.med.cornell.edu/education/curriculum/first/hos_req_tex.html', '4', 'First Year Curriculum', 'Host Defenses');
		fiveNav4Links[1] = new LeftLink('Course Schedule', 'http://www.med.cornell.edu/education/curriculum/first/pdf/hos_schedule.pdf', '4', 'First Year Curriculum', 'Host Defenses');
		fiveNav4Links[2] = new LeftLink('Learning Objectives', 'http://www.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://www.med.cornell.edu/education/curriculum/first/pdf/med_pat_schedule.pdf', '4', 'First Year Curriculum', 'Medicine, Patients, and Society I');
		sixNav4Links[1] = new LeftLink('Staff', 'http://www.med.cornell.edu/education/curriculum/first/med_pat_sta.html', '4', 'First Year Curriculum', 'Medicine, Patients, and Society I');
		sixNav4Links[2] = new LeftLink('Course Logistics', 'http://www.med.cornell.edu/education/curriculum/first/med_pat_log.html', '4', 'First Year Curriculum', 'Medicine, Patients, and Society I');
		sixNav4Links[3] = new LeftLink('Course Requirements', 'http://www.med.cornell.edu/education/curriculum/first/med_pat_req.html', '4', 'First Year Curriculum', 'Medicine, Patients, and Society I');
		sixNav4Links[4] = new LeftLink('Student Assessment', 'http://www.med.cornell.edu/education/curriculum/first/med_pat_stu.html', '4', 'First Year Curriculum', 'Medicine, Patients, and Society I');
		sixNav4Links[5] = 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://www.med.cornell.edu/education/curriculum/second/bra_cou_ove.html', '4', 'Second Year Curriculum', 'Brain and Mind');
		sevenNav4Links[1] = new LeftLink('Schedule', 'http://www.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://www.med.cornell.edu/education/curriculum/second/bas_dis_con.html', '4', 'Second Year Curriculum', 'Basis of Disease');
		eightNav4Links[1] = new LeftLink('BOD Schedule', 'http://www.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://www.med.cornell.edu/education/curriculum/second/bas_dis_org.html', '4', 'Second Year Curriculum', 'Basis of Disease');
		eightNav4Links[3] = new LeftLink('Textbooks', 'http://www.med.cornell.edu/education/curriculum/second/pdf/bas_dis_texts.pdf', '4', 'Second Year Curriculum', 'Basis of Disease');
		eightNav4Links[4] = new LeftLink('Key Personnel', 'http://www.med.cornell.edu/education/curriculum/second/bas_dis_per.html', '4', 'Second Year Curriculum', 'Basis of Disease');
		eightNav4Links[5] = new LeftLink('Student Assessment', 'http://www.med.cornell.edu/education/curriculum/second/bas_dis_ass.html', '4', 'Second Year Curriculum', 'Basis of Disease');
		eightNav4Links[6] = new LeftLink('PBL Case', 'http://edcenter.med.cornell.edu/cgi-bin/guild-cgi/pbl/pbl.cgi', '4', 'Second Year Curriculum', 'Basis of Disease');
		eightNav4Links[7] = new LeftLink('Secure Home', 'https://edcenter.med.cornell.edu/auth/BOD', '4', 'Second Year Curriculum', 'Basis of Disease');
		eightNav4Links[8] = new LeftLink('Courseware', 'https://edcenter.med.cornell.edu/auth/courseware/BOD/index.html', '4', 'Second Year Curriculum', 'Basis of Disease');
		eightNav4Links[9] = new LeftLink('BlackBoard Instructions', 'http://www.med.cornell.edu/education/curriculum/second/pdf/bb_student_procedure.pdf', '4', 'Second Year Curriculum', 'Basis of Disease');
		
		nineNav4Links[0] = new LeftLink('MPS II Schedule', 'http://www.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://www.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://www.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://www.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://www.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://www.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://www.med.cornell.edu/education/curriculum/second/pdf/med_pat_physical.pdf', '4', 'Second Year Curriculum', 'Medicine, Patients, and Society II');
		nineNav4Links[5] = 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://www.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://www.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://www.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://www.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://www.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://www.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://www.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://www.med.cornell.edu/education/curriculum/third/med_cle.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[1] = new LeftLink('Course Leadership', 'http://www.med.cornell.edu/education/curriculum/third/med_cou_lea.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[2] = new LeftLink('Course Description', 'http://www.med.cornell.edu/education/curriculum/third/med_cou_des.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[3] = new LeftLink('Course Goals', 'http://www.med.cornell.edu/education/curriculum/third/med_cou_goa.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[4] = new LeftLink('Course Objectives', 'http://www.med.cornell.edu/education/curriculum/third/med_cou_obj.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[5] = new LeftLink('Student Responsibilities', 'http://www.med.cornell.edu/education/curriculum/third/med_stu_res.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[6] = new LeftLink('Student Absences', 'http://www.med.cornell.edu/education/curriculum/third/med_stu_abs.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[7] = new LeftLink('Schedule', 'http://www.med.cornell.edu/education/curriculum/third/med_sch.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[8] = new LeftLink('Weekly Schedule', 'http://www.med.cornell.edu/education/curriculum/third/pdf/weekly_schedule.pdf', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[9] = new LeftLink('Weekly Card-MICU Schedule', 'http://www.med.cornell.edu/education/curriculum/third/pdf/weekly_card_MICU.pdf', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[10] = new LeftLink('Rounds', 'http://www.med.cornell.edu/education/curriculum/third/med_rou.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[11] = new LeftLink('On Call', 'http://www.med.cornell.edu/education/curriculum/third/med_on_cal.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[12] = new LeftLink('Patient Records', 'http://www.med.cornell.edu/education/curriculum/third/med_pat_rec.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[13] = new LeftLink('Invasive Procedures', 'http://www.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://www.med.cornell.edu/education/curriculum/third/med_gui_cas.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[15] = new LeftLink('Case Write-Ups', 'http://www.med.cornell.edu/education/curriculum/third/med_cas_wri.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[16] = new LeftLink('Tutor Groups', 'http://www.med.cornell.edu/education/curriculum/third/med_tut_gro.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[17] = new LeftLink('Evaluation and Grading', 'http://www.med.cornell.edu/education/curriculum/third/med_eva_gra.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[18] = new LeftLink('Student Performance Assessment', 'http://www.med.cornell.edu/education/curriculum/third/pdf/pa.pdf', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[19] = new LeftLink('Sample Exam Questions', 'http://www.med.cornell.edu/education/curriculum/third/pdf/sample_exam.pdf', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[20] = new LeftLink('Topics in Internal Medicine', 'http://www.med.cornell.edu/education/curriculum/third/med_top_int.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[21] = new LeftLink('Core Clinical Experiences', 'http://www.med.cornell.edu/education/curriculum/third/med_cor_cli.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[22] = new LeftLink('Observation of Clinical Skills', 'http://www.med.cornell.edu/education/curriculum/third/med_obs_cli.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[23] = new LeftLink('Medicine Electronic Case Log', 'http://edcenter.med.cornell.edu/survey/medicinecaselog.htm', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[24] = new LeftLink('Formulas in Internal Medicine', 'http://www.med.cornell.edu/education/curriculum/third/med_for_cli.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[25] = new LeftLink('Medical Intensive Care Manual', 'http://www.med.cornell.edu/education/curriculum/third/pdf/care_manual_2005.pdf', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[26] = new LeftLink('Books and References', 'http://www.med.cornell.edu/education/curriculum/third/med_res_ref.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[27] = new LeftLink('Forms', 'http://www.med.cornell.edu/education/curriculum/third/med_for.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[28] = new LeftLink('Task List', 'http://www.med.cornell.edu/education/curriculum/third/med_tas_lis.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[29] = new LeftLink('Do&#39;s and Don&#39;ts', 'http://www.med.cornell.edu/education/curriculum/third/med_dos_don.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		fourteenNav4Links[30] = new LeftLink('Links', 'http://www.med.cornell.edu/education/curriculum/third/med_lin.html', '4', 'Third Year Curriculum', 'Medicine Clerkship');
		
		fifteenNav4Links[0] = new LeftLink('M C Home Page', 'http://www.med.cornell.edu/education/curriculum/fourth/med_cle.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');
		fifteenNav4Links[1] = new LeftLink('Course Leadership', 'http://www.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://www.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://www.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://www.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://www.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://www.med.cornell.edu/education/curriculum/fourth/med_stu_abs.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');
		fifteenNav4Links[7] = new LeftLink('Schedule', 'http://www.med.cornell.edu/education/curriculum/fourth/med_sch.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');
		fifteenNav4Links[8] = new LeftLink('Weekly Schedules', 'http://www.med.cornell.edu/education/curriculum/third/pdf/weekly_schedule.pdf', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');
		fifteenNav4Links[9] = new LeftLink('Weekly Card-MICU Schedule', 'http://www.med.cornell.edu/education/curriculum/third/pdf/weekly_card_MICU.pdf', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');
		fifteenNav4Links[10] = new LeftLink('Rounds', 'http://www.med.cornell.edu/education/curriculum/fourth/med_rou.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');
		fifteenNav4Links[11] = new LeftLink('On Call', 'http://www.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://www.med.cornell.edu/education/curriculum/fourth/med_pat_rec.html', '4', 'Third Year Curriculum', 'SMedicine Clerkship');
		fifteenNav4Links[13] = new LeftLink('Invasive Procedures', 'http://www.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://www.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://www.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://www.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://www.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://www.med.cornell.edu/education/curriculum/third/pdf/pa.pdf', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');
		fifteenNav4Links[19] = new LeftLink('Sample Exam Questions', 'http://www.med.cornell.edu/education/curriculum/third/pdf/sample_exam.pdf', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');
		fifteenNav4Links[20] = new LeftLink('Topics in Internal Medicine', 'http://www.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://www.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://www.med.cornell.edu/education/curriculum/third/pdf/care_manual.pdf', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');
		fifteenNav4Links[23] = new LeftLink('Books and References', 'http://www.med.cornell.edu/education/curriculum/fourth/med_res_ref.html', '4', 'Fourth Year Curriculum', 'Third Year Medicine Clerkship');
		fifteenNav4Links[24] = new LeftLink('Links', 'http://www.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://www.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://www.med.cornell.edu/education/curriculum/fourth/electives/courses.html', '4', 'Fourth Year Curriculum', 'Electives');
		seventeenNav4Links[3] = new LeftLink('Forms', 'http://www.med.cornell.edu/education/curriculum/fourth/electives/forms.html', '4', 'Fourth Year Curriculum', 'Electives');
		seventeenNav4Links[4] = new LeftLink('Calendar', 'http://www.med.cornell.edu/education/curriculum/fourth/electives/calendar.html', '4','Fourth Year Curriculum', 'Electives');
		seventeenNav4Links[5] = new LeftLink('Cornell Students - Overview', 'http://www.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://www.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://www.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://www.med.cornell.edu/education/curriculum/fourth/electives/ove_int_mem.html', '4', 'Fourth Year Curriculum', 'Electives');
		seventeenNav4Links[9] = new LeftLink('Visiting Students', 'http://www.med.cornell.edu/education/curriculum/fourth/electives/ove_vis_stu.html', '4', 'Fourth Year Curriculum', 'Electives');
		seventeenNav4Links[10] = new LeftLink('International Students', 'http://www.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');
		
		eighteenNav4Links[0] = new LeftLink('Communication Skills Guidelines', 'http://www.med.cornell.edu/education/curriculum/third/pdf/communication_skills.pdf', '4', 'Third Year Curriculum', 'Pediatric Clerkship');
		eighteenNav4Links[1] = new LeftLink('In-Patient Medical Student Schedule', 'http://www.med.cornell.edu/education/curriculum/third/pdf/med_stu_schedule.pdf', '4', 'Third Year Curriculum', 'Pediatric Clerkship');
		
		allNav4Pages[0] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/electives/courses.html', oneNav4Links);
		
		allNav4Pages[1] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/first/staff.html', twoNav4Links);
		allNav4Pages[2] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/first/mol_cel.html', twoNav4Links);

		allNav4Pages[3] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/first/mgc_course.html', threeNav4Links);
		
		allNav4Pages[4] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/first/hum_str.html', fourNav4Links);
		allNav4Pages[5] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/first/hum_str_syl.html', fourNav4Links);
		allNav4Pages[6] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/first/hum_str_stu.html', fourNav4Links);
		allNav4Pages[7] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/first/hum_str_tra.html', fourNav4Links);
		
		allNav4Pages[8] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/first/hos_def.html', fiveNav4Links);
		allNav4Pages[9] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/first/hos_req_tex.html', fiveNav4Links);
		allNav4Pages[10] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/first/hos_lea_obj.html', fiveNav4Links);
		
		allNav4Pages[11] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/first/med_pat.html', sixNav4Links);
		allNav4Pages[12] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/first/med_pat_sta.html', sixNav4Links);
		allNav4Pages[13] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/first/med_pat_log.html', sixNav4Links);
		allNav4Pages[14] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/first/med_pat_req.html', sixNav4Links);
		allNav4Pages[15] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/first/med_pat_stu.html', sixNav4Links);
		
		allNav4Pages[16] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/second/bra_stu_ass.html', sevenNav4Links);
		allNav4Pages[17] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/second/bra_cou_ove.html', sevenNav4Links);
		allNav4Pages[18] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/second/bra_gui.html', sevenNav4Links);
		allNav4Pages[19] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/second/bra_cou_org.html', sevenNav4Links);
		allNav4Pages[20] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/second/bra_min.html', sevenNav4Links);
		
		allNav4Pages[21] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/second/bas_dis.html', eightNav4Links);
		allNav4Pages[22] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/second/bas_dis_con.html', eightNav4Links);
		allNav4Pages[23] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/second/bas_dis_org.html', eightNav4Links);
		allNav4Pages[24] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/second/bas_dis_per.html', eightNav4Links);
		allNav4Pages[25] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/second/bas_dis_ass.html', eightNav4Links);
		
		allNav4Pages[26] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/second/med_pat.html', nineNav4Links);
		allNav4Pages[27] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/second/med_pat_sta.html', nineNav4Links);
		allNav4Pages[28] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/second/med_pat_req.html', nineNav4Links);
		allNav4Pages[29] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/second/med_pat_mat.html', nineNav4Links);
		allNav4Pages[30] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/second/med_pat_ass.html', nineNav4Links);
		
		allNav4Pages[31] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/second/int_cle.html', tenNav4Links);
		
		allNav4Pages[32] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/second/int_ane.html', elevenNav4Links);
		
		allNav4Pages[33] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_pat.html', twelveNav4Links);
		
		allNav4Pages[34] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/pri_car.html', thirteenNav4Links);
		allNav4Pages[35] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/pri_car_sta.html', thirteenNav4Links);
		allNav4Pages[36] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/pri_car_lec.html', thirteenNav4Links);
		allNav4Pages[37] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/pri_car_eva.html', thirteenNav4Links);
		allNav4Pages[38] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/pri_car.html', thirteenNav4Links);
		allNav4Pages[39] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/pri_car_tex.html', thirteenNav4Links);
		
		allNav4Pages[40] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_cle.html', fourteenNav4Links);
		allNav4Pages[41] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_cou_lea.html', fourteenNav4Links);
		allNav4Pages[42] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_cou_des.html', fourteenNav4Links);
		allNav4Pages[43] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_cou_goa.html', fourteenNav4Links);
		allNav4Pages[44] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_cou_obj.html', fourteenNav4Links);
		allNav4Pages[45] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_stu_res.html', fourteenNav4Links);
		allNav4Pages[46] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_stu_abs.html', fourteenNav4Links);
		allNav4Pages[47] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_sch.html', fourteenNav4Links);
		allNav4Pages[48] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_rou.html', fourteenNav4Links);
		allNav4Pages[49] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_on_cal.html', fourteenNav4Links);
		allNav4Pages[50] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_pat_rec.html', fourteenNav4Links);
		allNav4Pages[51] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_inv_pro.html', fourteenNav4Links);
		allNav4Pages[52] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_gui_cas.html', fourteenNav4Links);
		allNav4Pages[53] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_cas_wri.html', fourteenNav4Links);
		allNav4Pages[54] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_tut_gro.html', fourteenNav4Links);
		allNav4Pages[55] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_eva_gra.html', fourteenNav4Links);
		allNav4Pages[56] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_top_int.html', fourteenNav4Links);
		allNav4Pages[57] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_cor_cli.html', fourteenNav4Links);
		allNav4Pages[58] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_obs_cli.html', fourteenNav4Links);
		allNav4Pages[59] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_for_cli.html', fourteenNav4Links);
		allNav4Pages[60] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_res_ref.html', fourteenNav4Links);
		allNav4Pages[61] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_for.html', fourteenNav4Links);
		allNav4Pages[62] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_tas_lis.html', fourteenNav4Links);
		allNav4Pages[63] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_dos_don.html', fourteenNav4Links);
		allNav4Pages[64] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/med_lin.html', fourteenNav4Links);
		
		allNav4Pages[65] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/med_cle.html', fifteenNav4Links);
		allNav4Pages[66] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/med_cou_lea.html', fifteenNav4Links);
		allNav4Pages[67] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/med_cou_des.html', fifteenNav4Links);
		allNav4Pages[68] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/med_cou_goa.html', fifteenNav4Links);
		allNav4Pages[69] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/med_cou_obj.html', fifteenNav4Links);
		allNav4Pages[70] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/med_stu_res.html', fifteenNav4Links);
		allNav4Pages[71] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/med_stu_abs.html', fifteenNav4Links);
		allNav4Pages[72] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/med_sch.html', fifteenNav4Links);
		allNav4Pages[73] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/med_rou.html', fifteenNav4Links);
		allNav4Pages[74] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/med_on_cal.html', fifteenNav4Links);
		allNav4Pages[75] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/med_pat_rec.html', fifteenNav4Links);
		allNav4Pages[76] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/med_inv_pro.html', fifteenNav4Links);
		allNav4Pages[77] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/med_gui_cas.html', fifteenNav4Links);
		allNav4Pages[78] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/med_cas_wri.html', fifteenNav4Links);
		allNav4Pages[79] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/med_tut_gro.html', fifteenNav4Links);
		
		allNav4Pages[80] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/med_eva_gra.html', fifteenNav4Links);
		allNav4Pages[81] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/med_top_int.html', fifteenNav4Links);
		allNav4Pages[82] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/med_for_cli.html', fifteenNav4Links);
		allNav4Pages[83] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/med_res_ref.html', fifteenNav4Links);
		allNav4Pages[84] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/med_lin.html', fifteenNav4Links);
		
		allNav4Pages[85] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/adv_bas.html', sixteenNav4Links);
		
		allNav4Pages[86] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/electives/electives.html', seventeenNav4Links);
		allNav4Pages[87] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/electives/hospitals.html', seventeenNav4Links);
		allNav4Pages[88] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/electives/forms.html', seventeenNav4Links);
		allNav4Pages[89] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/electives/calendar.html', seventeenNav4Links);
		
		allNav4Pages[90] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/electives/ove_fou_req.html', seventeenNav4Links);
		allNav4Pages[91] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/electives/ove_int_com.html', seventeenNav4Links);
		allNav4Pages[92] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/electives/ove_int_mem.html', seventeenNav4Links);
		allNav4Pages[93] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/electives/ove_vis_stu.html', seventeenNav4Links);
		allNav4Pages[94] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/electives/int_stu.html', seventeenNav4Links);
		allNav4Pages[95] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/fourth/electives/overview.html', seventeenNav4Links);
		
		allNav4Pages[96] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/pediatric.html', eighteenNav4Links);
		allNav4Pages[97] = new Nav4Page('http://www.med.cornell.edu/education/curriculum/third/pediatric_new.html', eighteenNav4Links);
	} 
	
	
	else if (active == "four") {
	
		allNav4Pages[0] = new Nav4Page('http://www.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);
		allNav4Pages[1] = new Nav4Page('http://www.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);
	
		allNav4Pages[2] = new Nav4Page('http://www.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);	
	
		allNav4Pages[3] = new Nav4Page('http://www.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);	
	
		allNav4Pages[4] = new Nav4Page('http://www.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);
		
		allNav4Pages[5] = new Nav4Page('http://www.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);
		
		allNav4Pages[6] = new Nav4Page('http://www.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);
		
		allNav4Pages[7] = new Nav4Page('http://www.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);
				
		allNav4Pages[8] = new Nav4Page('http://www.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);
						
		allNav4Pages[9] = new Nav4Page('http://www.med.cornell.edu/education/resources/wei_edu.html', oneNav4Links);
								
		allNav4Pages[10] = new Nav4Page('http://www.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://www.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://www.med.cornell.edu/education/student/stu_wom_ins.html', '4', 'Student Health Services', "Women's Health");
		
		allNav4Pages[0] = new Nav4Page('http://www.med.cornell.edu/education/student/stu_wom_hea.html', oneNav4Links);
	    allNav4Pages[1] = new Nav4Page('http://www.med.cornell.edu/education/student/stu_wom_nor.html', oneNav4Links);
	    allNav4Pages[2] = new Nav4Page('http://www.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://www.med.cornell.edu/education/programs/phy_cur_pre.html', '4', 'Physician Assistant Program', 'Curriculum');
	    oneNav4Links[1] = new LeftLink('Clinical Phase', 'http://www.med.cornell.edu/education/programs/phy_cur_cli.html', '4', 'Physician Assistant Program', 'Curriculum');
		oneNav4Links[2] = new LeftLink('Electives', 'http://www.med.cornell.edu/education/programs/phy_cur_ele.html', '4', 'Physician Assistant Program', 'Curriculum');
		
		twoNav4Links[0] = new LeftLink('FAQ', 'http://www.med.cornell.edu/education/programs/bod_don_faq.html', '4', 'Gross Anatomy', 'Body Donor Program');
	    twoNav4Links[1] = new LeftLink('Staff', 'http://www.med.cornell.edu/education/programs/bod_don_sta.html', '4', 'Gross Anatomy', 'Body Donor Program');
	    
	    threeNav4Links[0] = new LeftLink('What is Family Medicine', 'http://www.med.cornell.edu/education/programs/pro_fam_wha_is.html', '4', 'Program in Family Medicine', '');
		threeNav4Links[1] = new LeftLink('Family Medicine Faculty', 'http://www.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://www.med.cornell.edu/education/programs/pro_fam_ove.html', '4', 'Program in Family Medicine', '');
		threeNav4Links[3] = new LeftLink('Family Medicine Interest Group (FMIG)', 'http://www.med.cornell.edu/education/programs/pro_fam_int_gro.html', '4', 'Program in Family Medicine', '');
		threeNav4Links[4] = new LeftLink('FMIG Activities', 'http://www.med.cornell.edu/education/programs/pro_fam_gro_act.html', '4', 'Program in Family Medicine', '');
		threeNav4Links[5] = new LeftLink('Medical Student Resource Page', 'http://www.med.cornell.edu/education/programs/pro_fam_med_stu.html', '4', 'Program in Family Medicine', '');
		
		allNav4Pages[0] = new Nav4Page('http://www.med.cornell.edu/education/programs/phy_cur.html', oneNav4Links);
	    allNav4Pages[1] = new Nav4Page('http://www.med.cornell.edu/education/programs/phy_cur_pre.html', oneNav4Links);
	    allNav4Pages[2] = new Nav4Page('http://www.med.cornell.edu/education/programs/phy_cur_cli.html', oneNav4Links);
		allNav4Pages[3] = new Nav4Page('http://www.med.cornell.edu/education/programs/phy_cur_ele.html', oneNav4Links);
		
		allNav4Pages[4] = new Nav4Page('http://www.med.cornell.edu/education/programs/bod_don_faq.html', twoNav4Links);
		allNav4Pages[5] = new Nav4Page('http://www.med.cornell.edu/education/programs/bod_don_sta.html', twoNav4Links);
		allNav4Pages[6] = new Nav4Page('http://www.med.cornell.edu/education/programs/bod_don_pro.html', twoNav4Links);
		
		allNav4Pages[7] = new Nav4Page('http://www.med.cornell.edu/education/programs/pro_fam_med.html', threeNav4Links);
		allNav4Pages[8] = new Nav4Page('http://www.med.cornell.edu/education/programs/pro_fam_wha_is.html', threeNav4Links);
		allNav4Pages[9] = new Nav4Page('http://www.med.cornell.edu/education/programs/pro_fam_med_fac.html', threeNav4Links);
		allNav4Pages[10] = new Nav4Page('http://www.med.cornell.edu/education/programs/pro_fam_ove.html', threeNav4Links);
		allNav4Pages[11] = new Nav4Page('http://www.med.cornell.edu/education/programs/pro_fam_int_gro.html', threeNav4Links);
		allNav4Pages[12] = new Nav4Page('http://www.med.cornell.edu/education/programs/pro_fam_gro_act.html', threeNav4Links);
		allNav4Pages[13] = new Nav4Page('http://www.med.cornell.edu/education/programs/pro_fam_med_stu.html', threeNav4Links);

	} 

	// returning the value here, don't touch

	return (allNav4Pages);

}