////////////////////////////////////////////////////////////////////																////	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/cornellcardiology/nav1_on.gif";	one_off = new Image; one_off.src="http://images.med.cornell.edu/headers/navbar/cornellcardiology/nav1.gif";	one_active = new Image; one_active.src="http://images.med.cornell.edu/headers/navbar/cornellcardiology/nav1_on.gif";		two_on = new Image; two_on.src="http://images.med.cornell.edu/headers/navbar/cornellcardiology/nav2_on.gif";	two_off = new Image; two_off.src="http://images.med.cornell.edu/headers/navbar/cornellcardiology/nav2.gif";	two_active = new Image; two_active.src="http://images.med.cornell.edu/headers/navbar/cornellcardiology/nav2_on.gif";	three_on = new Image; three_on.src="http://images.med.cornell.edu/headers/navbar/cornellcardiology/nav3_on.gif";	three_off = new Image; three_off.src="http://images.med.cornell.edu/headers/navbar/cornellcardiology/nav3.gif";	three_active = new Image; three_active.src="http://images.med.cornell.edu/headers/navbar/cornellcardiology/nav3_on.gif";	four_on = new Image; four_on.src="http://images.med.cornell.edu/headers/navbar/cornellcardiology/nav4_on.gif";	four_off = new Image; four_off.src="http://images.med.cornell.edu/headers/navbar/cornellcardiology/nav4.gif";	four_active = new Image; four_active.src="http://images.med.cornell.edu/headers/navbar/cornellcardiology/nav4_on.gif";		five_on = new Image; five_on.src="http://images.med.cornell.edu/headers/navbar/cornellcardiology/nav5_on.gif";	five_off = new Image; five_off.src="http://images.med.cornell.edu/headers/navbar/cornellcardiology/nav5.gif";	five_active = new Image; five_active.src="http://images.med.cornell.edu/headers/navbar/cornellcardiology/nav5_on.gif";		six_on = new Image; six_on.src="http://images.med.cornell.edu/headers/navbar/cornellcardiology/nav6_on.gif";	six_off = new Image; six_off.src="http://images.med.cornell.edu/headers/navbar/cornellcardiology/nav6.gif";	six_active = new Image; six_active.src="http://images.med.cornell.edu/headers/navbar/cornellcardiology/nav6_on.gif";			seven_on = new Image; seven_on.src="http://images.med.cornell.edu/headers/navbar/cornellcardiology/nav7_on.gif";	seven_off = new Image; seven_off.src="http://images.med.cornell.edu/headers/navbar/cornellcardiology/nav7.gif";	seven_active = new Image; seven_active.src="http://images.med.cornell.edu/headers/navbar/cornellcardiology/nav7_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/cornellcardiology/pano_home.swf";} else if (active == "one") {	panoLoc = "http://media.med.cornell.edu/panoramas/cornellcardiology/pano_" + active + ".swf";} else if (active == "two") {	panoLoc = "http://media.med.cornell.edu/panoramas/cornellcardiology/pano_" + active + ".swf";} else if (active == "three") {	panoLoc = "http://media.med.cornell.edu/panoramas/cornellcardiology/pano_" + active + ".swf";} else if (active == "four") {	panoLoc = "http://media.med.cornell.edu/panoramas/cornellcardiology/pano_" + active + ".swf";} else if (active == "five") {	panoLoc = "http://media.med.cornell.edu/panoramas/cornellcardiology/pano_" + active + ".swf";}  else if (active == "six") {	panoLoc = "http://media.med.cornell.edu/panoramas/cornellcardiology/pano_" + active + ".swf";}  else if (active == "seven") {	panoLoc = "http://media.med.cornell.edu/panoramas/cornellcardiology/pano_" + active + ".swf";} else { //default to this just in case	panoLoc = "http://media.med.cornell.edu/panoramas/cornellcardiology/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://www.cornellcardiology.com/images/panos/pano_home.jpg";} else if (active == "one") {	altPanoLoc = "http://www.cornellcardiology.com/images/panos/pano_" + active + ".jpg";} else if (active == "two") {	altPanoLoc = "http://www.cornellcardiology.com/images/panos/pano_" + active + ".jpg";} else if (active == "three") {	altPanoLoc = "http://www.cornellcardiology.com/images/panos/pano_" + active + ".jpg";} else  if (active == "four") {	altPanoLoc = "http://www.cornellcardiology.com/images/panos/pano_" + active + ".jpg";} else  if (active == "five") {	altPanoLoc = "http://www.cornellcardiology.com/images/panos/pano_" + active + ".jpg";	}  else  if (active == "six") {	altPanoLoc = "http://www.cornellcardiology.com/images/panos/pano_" + active + ".jpg";	}  else  if (active == "seven") {	altPanoLoc = "http://www.cornellcardiology.com/images/panos/pano_" + active + ".jpg";	} else { //default to this just in case	altPanoLoc = "http://www.cornellcardiology.com/images/panos/pano.jpg";}			siteURL = "http://www.cornellcardiology.com";// set xml data for pano flash heredataLoc				= "http://global.med.cornell.edu/panoramas/cornellcardiology/data.xml";//dataLoc				= "http://www.cornellcardiology.com/data/data.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 ( 16, "http://www.cornellcardiology.com/abo_us/our_phy.html?name1=Our+Physicians&type1=2Active");buttonArray[1]		= new createButtonObject ( 5, "http://www.med.cornell.edu/seach/search_advanced.html");buttonArray[2]		= new createButtonObject ( 5, "http://www.cornellcardiology.org/contact.html");buttonArray[3]		= new createButtonObject ( 6, "http://www.cornellcardiology.org/maps.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") {	    		navLinks[0] = new LeftLink('Welcome from the Division Chief', 'http://www.cornellcardiology.com/abo_us/', '2', '', '');			/* navLinks[1] = new LeftLink('Why Weill Cornell?', 'http://www.cornellcardiology.com/abo_us/why_wei_cor.html', '2', '', ''); */			navLinks[1] = new LeftLink('Our Physicians and Faculty', 'http://www.cornellcardiology.com/abo_us/our_phy.html', '2', '', '');			//navLinks[4] = new LeftLink('Facts and Statistics', 'http://www.cornellcardiology.com/abo_us/fac_sta.html', '2', '', '');*/			navLinks[2] = new LeftLink('Weill Cornell Milestones in Cardiology', 'http://www.cornellcardiology.com/abo_us/milestone.html', '2', '', ''); 			navLinks[3] = new LeftLink('News and Announcements', 'http://www.cornellcardiology.com/abo_us/news.html', '2', '', '');		navLinks[4] = new LeftLink('Dedications in the Division: 2005-2006', 'http://www.cornellcardiology.com/abo_us/dedications.html', '3', 'News and Announcements', '');		navLinks[5] = new LeftLink('Health News: 2005', 'http://www.cornellcardiology.com/abo_us/hea_2005.html', '3', 'News and Announcements', '');	}  else if (active == "two") {				navLinks[0] = new LeftLink('Labs and Services', 'http://www.cornellcardiology.com/cli_ser/lab_ser.html', '2', '', '');			navLinks[1] = new LeftLink('Advanced Diagnostics', 'http://www.cornellcardiology.com/cli_ser/adv_dia.html', '2', '', '');			navLinks[2] = new LeftLink('Treatments', 'http://www.cornellcardiology.com/cli_ser/treatments.html', '2', '', '');			navLinks[3] = new LeftLink('Preventive Cardiology', 'http://www.cornellcardiology.com/cli_ser/pre_car.html', '2', '', '');				} else if (active == "three") {				navLinks[0] = new LeftLink('Cardiac Anatomy and Function', 'http://www.cornellcardiology.com/hea_az/car_ana_fun.html', '2', '', '');			navLinks[1] = new LeftLink('Preventing Heart Disease ', 'http://www.cornellcardiology.com/hea_az/pre_hea_dis.html', '2', '', '');			navLinks[2] = new LeftLink('Heart Conditions and Rehabilitation', 'http://www.cornellcardiology.com/hea_az/hea_con_reh.html', '2', '', '');				} else if (active == "four") {				navLinks[0] = new LeftLink('How to Make An Appointment', 'http://www.cornellcardiology.com/pat_vis/how_mak.html', '2', '', '');		navLinks[1] = new LeftLink('Maps and Directions', 'http://www.cornellcardiology.com/pat_vis/maps.html', '2', '', '');		navLinks[2] = new LeftLink('Important Telephone Numbers', 'http://www.cornellcardiology.com/pat_vis/tel_num.html', '2', '', '');		navLinks[3] = new LeftLink('Visiting Hours', 'http://www.cornellcardiology.com/pat_vis/vis_hou.html', '2', '', '');		navLinks[4] = new LeftLink('Patient Guides to Cardiology Procedures', 'http://www.cornellcardiology.com/pat_vis/pat_guide.html', '2', '', '');		navLinks[5] = new LeftLink('Ablation and Electrophysiology Studies', 'http://www.cornellcardiology.com/pat_vis/ele_stu.html', '3', 'Patient Guides to Cardiology Procedures', '');		navLinks[6] = new LeftLink('Cardiac Catheterization, Angioplasty, and Stent Implantation', 'http://www.cornellcardiology.com/pat_vis/car_cath_gui.html', '3', 'Patient Guides to Cardiology Procedures', '');		navLinks[7] = new LeftLink('Cardioversion of Atrial Fibrillation', 'http://www.cornellcardiology.com/pat_vis/car_art.html', '3', 'Patient Guides to Cardiology Procedures', '');		navLinks[8] = new LeftLink('Generator Change of a Pacemaker/ICD', 'http://www.cornellcardiology.com/pat_vis/gen_cha.html', '3', 'Patient Guides to Cardiology Procedures', '');		navLinks[9] = new LeftLink('Dobutamine Stress  Echocardiogram', 'http://www.cornellcardiology.com/pat_vis/stress_dob_echo.html', '3', 'Patient Guides to Cardiology Procedures', '');		navLinks[10] = new LeftLink('Exercise Stress Echocardiogram', 'http://www.cornellcardiology.com/pat_vis/stress_echo.html', '3', 'Patient Guides to Cardiology Procedures', '');		navLinks[11] = new LeftLink('Exercise Stress Electrocardiogram', 'http://www.cornellcardiology.com/pat_vis/exer_stress.html', '3', 'Patient Guides to Cardiology Procedures', '');		navLinks[12] = new LeftLink('ICD Test', 'http://www.cornellcardiology.com/pat_vis/icd_tes.html', '3', 'Patient Guides to Cardiology Procedures', '');		navLinks[13] = new LeftLink('ICD Implantation', 'http://www.cornellcardiology.com/pat_vis/icd_imp.html', '3', 'Patient Guides to Cardiology Procedures', '');		navLinks[14] = new LeftLink('Nuclear Stress Test', 'http://www.cornellcardiology.com/pat_vis/nuc_stress.html', '3', 'Patient Guides to Cardiology Procedures', '');		navLinks[15] = new LeftLink('Pacemaker Implantation', 'http://www.cornellcardiology.com/pat_vis/pac_imp.html', '3', 'Patient Guides to Cardiology Procedures', '');		navLinks[16] = new LeftLink('Tilt Table Testing', 'http://www.cornellcardiology.com/pat_vis/til_tab.html', '3', 'Patient Guides to Cardiology Procedures', '');		navLinks[17] = new LeftLink('Transesophageal Echocardiogram (TEE)', 'http://www.cornellcardiology.com/pat_vis/transesoph_echo.html', '3', 'Patient Guides to Cardiology Procedures', '');		navLinks[18] = new LeftLink('Transthoracic Echocardiogram', 'http://www.cornellcardiology.com/pat_vis/transthor_echo.html', '3', 'Patient Guides to Cardiology Procedures', '');	} else if (active == "five") {				navLinks[0] = new LeftLink('Clinical and Cellular Electrophysiology', 'http://www.cornellcardiology.com/research/cli_cel.html', '2', '', '');		navLinks[1] = new LeftLink('Cardiovascular Genetics', 'http://www.cornellcardiology.com/research/car_gen.html', '2', '', '');		navLinks[2] = new LeftLink('Cardiovascular Imaging', 'http://www.cornellcardiology.com/research/car_ima.html', '2', '', '');		navLinks[3] = new LeftLink('Ischemia and Heart Failure', 'http://www.cornellcardiology.com/research/isc_hea.html', '2', '', '');		navLinks[4] = new LeftLink('Atherosclerosis, Stroke, and Vascular Physiology', 'http://www.cornellcardiology.com/research/ath_str.html', '2', '', '');			} else if (active == "six") {				navLinks[0] = new LeftLink('Continuing Medical Education', 'http://www.cornellcardiology.com/hea_pro/con_med_edu.html', '2', '', '');			} else if (active == "seven") {				navLinks[0] = new LeftLink('Weill Cornell Cardiology Fellowship', 'http://www.cornellcardiology.com/fellowships/gen_car.html', '2', '', '');		navLinks[1] = new LeftLink('Programs and Research Activities', 'http://www.cornellcardiology.com/fellowships/gen_car_pro.html', '3', 'Weill Cornell Cardiology Fellowship', '');		navLinks[2] = new LeftLink('Basic Research and Molecular Cardiology', 'http://www.cornellcardiology.com/fellowships/gen_car_bas.html', '3', 'Weill Cornell Cardiology Fellowship', '');		navLinks[3] = new LeftLink('Interventional Cardiology Fellowship', 'http://www.cornellcardiology.com/fellowships/int_car.html', '2', '', '');		navLinks[4] = new LeftLink('Clinical Cardiac Electrophysiology Fellowship', 'http://www.cornellcardiology.com/fellowships/cli_car_ele.html', '2', '', '');		navLinks[5] = new LeftLink('Brooklyn Hospital Center/Weill Cornell Combined Cardiology Fellowship', 'http://www.cornellcardiology.com/fellowships/com_fel_bklyn.html', '2', '', '');			} else if (active == "") {				if (activeTool == "contact") {			navLinks[0] = new LeftLink('Contact Us', 'http://www.cornellcardiology.com/contact.html', '2', '', '');		} else if (activeTool == "maps") {			navLinks[0] = new LeftLink('Division of Cardiology', 'http://www.cornellcardiology.com/maps_cardiology.html', '2', '', '');						navLinks[1] = new LeftLink('Cardiac Health Center', 'http://www.cornellcardiology.com/maps_cardiac.html', '2', '', '');					}	}	// returning the value here, don't touch	return (navLinks);}// fourth-level navigation code begins herefunction loadNav4Pages() {  // setting the array, don't touch var oneNav4Links = new Array();var twoNav4Links = new Array();var allNav4Pages = new Array(); if (active == "one") {  // customize 4th level navigation links here 	  oneNav4Links[0] = new LeftLink('Michael A. Weiner, MD', 'http://www.cornellcardiology.com/abo_us/sta_phy_wei.html', '4', 'Staff', "Physicians");	  oneNav4Links[1] = new LeftLink('Mitchell S. Cairo, MD', 'http://www.cornellcardiology.com/abo_us/sta_phy_mit.html', '4', 'Staff', "Physicians");	  oneNav4Links[2] = new LeftLink('Linda S. Granowetter, MD', 'http://www.cornellcardiology.com/abo_us/sta_phy_lin.html', '4', 'Staff', "Physicians");	  oneNav4Links[3] = new LeftLink('Gustavo del Toro, MD', 'http://www.cornellcardiology.com/abo_us/sta_phy_gus.html', '4', 'Staff', "Physicians");  	  oneNav4Links[4] = new LeftLink('James H. Garvin, Jr., MD, PhD', 'http://www.cornellcardiology.com/abo_us/sta_phy_jam.html', '4', 'Staff', "Physicians");  	  oneNav4Links[5] = new LeftLink('Julia Glade Bender, MD', 'http://www.cornellcardiology.com/abo_us/sta_phy_jul.html', '4', 'Staff', "Physicians");  	  oneNav4Links[6] = new LeftLink('Olga Bessmertny, PharmD', 'http://www.cornellcardiology.com/abo_us/sta_phy_olg.html', '4', 'Staff', "Physicians");  	  oneNav4Links[7] = new LeftLink('Mary Ann Bonilla, MD', 'http://www.cornellcardiology.com/abo_us/sta_phy_mar.html', '4', 'Staff', "Physicians");  	  oneNav4Links[8] = new LeftLink('Mary Brigid Bradley, MD', 'http://www.cornellcardiology.com/abo_us/sta_phy_mar_bri.html', '4', 'Staff', "Physicians");  	  oneNav4Links[9] = new LeftLink('Diane George, MD', 'http://www.cornellcardiology.com/abo_us/sta_phy_dia.html', '4', 'Staff', "Physicians");  	  oneNav4Links[10] = new LeftLink('Heather Grossman, MD', 'http://www.cornellcardiology.com/abo_us/sta_phy_hea.html', '4', 'Staff', "Physicians");  	  oneNav4Links[11] = new LeftLink('Kara Kelly, MD', 'http://www.cornellcardiology.com/abo_us/sta_phy_kar.html', '4', 'Staff', "Physicians");  	  oneNav4Links[12] = new LeftLink('Judith R. Marcus, MD', 'http://www.cornellcardiology.com/abo_us/sta_phy_jud.html', '4', 'Staff', "Physicians");  	  oneNav4Links[13] = new LeftLink('Jill S. Menell, MD', 'http://www.cornellcardiology.com/abo_us/sta_phy_jil.html', '4', 'Staff', "Physicians");  	  oneNav4Links[14] = new LeftLink('Tamara New, MD', 'http://www.cornellcardiology.com/abo_us/sta_phy_tam.html', '4', 'Staff', "Physicians");  	  oneNav4Links[15] = new LeftLink('Manuela Orjuela, MD, ScM', 'http://www.cornellcardiology.com/abo_us/sta_phy_man.html', '4', 'Staff', "Physicians");  	  oneNav4Links[16] = new LeftLink('Kenneth Rivlin, MD, PhD', 'http://www.cornellcardiology.com/abo_us/sta_phy_ken.html', '4', 'Staff', "Physicians");  	  oneNav4Links[17] = new LeftLink('Stephen Sands, PhD', 'http://www.cornellcardiology.com/abo_us/sta_phy_ste.html', '4', 'Staff', "Physicians");  	  oneNav4Links[18] = new LeftLink('Darrell Yamashiro, MD, PhD', 'http://www.cornellcardiology.com/abo_us/sta_phy_dar.html', '4', 'Staff', "Physicians");  	 	  allNav4Pages[0] = new Nav4Page('http://www.cornellcardiology.com/abo_us/sta_phy.html', oneNav4Links);	  allNav4Pages[1] = new Nav4Page('http://www.cornellcardiology.com/abo_us/sta_phy_wei.html', oneNav4Links);	  allNav4Pages[2] = new Nav4Page('http://www.cornellcardiology.com/abo_us/sta_phy_mit.html', oneNav4Links);	  allNav4Pages[3] = new Nav4Page('http://www.cornellcardiology.com/abo_us/sta_phy_lin.html', oneNav4Links);	  allNav4Pages[4] = new Nav4Page('http://www.cornellcardiology.com/abo_us/sta_phy_gus.html', oneNav4Links);	  allNav4Pages[5] = new Nav4Page('http://www.cornellcardiology.com/abo_us/sta_phy_jam.html', oneNav4Links);	  allNav4Pages[6] = new Nav4Page('http://www.cornellcardiology.com/abo_us/sta_phy_jul.html', oneNav4Links);	  allNav4Pages[7] = new Nav4Page('http://www.cornellcardiology.com/abo_us/sta_phy_olg.html', oneNav4Links);	  allNav4Pages[8] = new Nav4Page('http://www.cornellcardiology.com/abo_us/sta_phy_mar.html', oneNav4Links);	  allNav4Pages[9] = new Nav4Page('http://www.cornellcardiology.com/abo_us/sta_phy_mar_bri.html', oneNav4Links);	  allNav4Pages[10] = new Nav4Page('http://www.cornellcardiology.com/abo_us/sta_phy_dia.html', oneNav4Links);	  allNav4Pages[11] = new Nav4Page('http://www.cornellcardiology.com/abo_us/sta_phy_hea.html', oneNav4Links);	  allNav4Pages[12] = new Nav4Page('http://www.cornellcardiology.com/abo_us/sta_phy_kar.html', oneNav4Links);	  allNav4Pages[13] = new Nav4Page('http://www.cornellcardiology.com/abo_us/sta_phy_jud.html', oneNav4Links);	  allNav4Pages[14] = new Nav4Page('http://www.cornellcardiology.com/abo_us/sta_phy_jil.html', oneNav4Links);	  allNav4Pages[15] = new Nav4Page('http://www.cornellcardiology.com/abo_us/sta_phy_tam.html', oneNav4Links);	  allNav4Pages[16] = new Nav4Page('http://www.cornellcardiology.com/abo_us/sta_phy_man.html', oneNav4Links);	  allNav4Pages[17] = new Nav4Page('http://www.cornellcardiology.com/abo_us/sta_phy_ken.html', oneNav4Links);	  allNav4Pages[18] = new Nav4Page('http://www.cornellcardiology.com/abo_us/sta_phy_ste.html', oneNav4Links);	  allNav4Pages[19] = new Nav4Page('http://www.cornellcardiology.com/abo_us/sta_phy_dar.html', oneNav4Links);   } else if (active == "seven") {  	// customize 4th level navigation links here 	  oneNav4Links[0] = new LeftLink('Adult Echocardiography Laboratory', 'http://www.cornellcardiology.com/fellowships/gen_adu_ech.html', '4', 'Weill Cornell Cardiology Fellowship', 'Programs and Research Activities');	  oneNav4Links[1] = new LeftLink('Cardiac Catheterization Laboratory', 'http://www.cornellcardiology.com/fellowships/gen_car_cat.html', '4', 'Weill Cornell Cardiology Fellowship', 'Programs and Research Activities');	  oneNav4Links[2] = new LeftLink('Cardiac Electrophysiology Laboratory', 'http://www.cornellcardiology.com/fellowships/gen_car_ele.html', '4', 'Weill Cornell Cardiology Fellowship', 'Programs and Research Activities');	  oneNav4Links[3] = new LeftLink('Cardiac Graphics Laboratory', 'http://www.cornellcardiology.com/fellowships/gen_car_gra.html', '4', 'Weill Cornell Cardiology Fellowship', 'Programs and Research Activities');	  oneNav4Links[4] = new LeftLink('Clinical Cardiology Service', 'http://www.cornellcardiology.com/fellowships/gen_cli_car.html', '4', 'Weill Cornell Cardiology Fellowship', 'Programs and Research Activities');	  oneNav4Links[5] = new LeftLink('Nuclear Cardiology Laboratory', 'http://www.cornellcardiology.com/fellowships/gen_nuc_car.html', '4', 'Weill Cornell Cardiology Fellowship', 'Programs and Research Activities');	  oneNav4Links[6] = new LeftLink('Heart Failure/Pulmonary Hypertension/Mechanical Circulatory Support ', 'http://www.cornellcardiology.com/fellowships/gen_hyp_ten.html', '4', 'Weill Cornell Cardiology Fellowship', 'Programs and Research Activities');	  oneNav4Links[7] = new LeftLink('Cardiac Imaging', 'http://www.cornellcardiology.com/fellowships/gen_car_img.html', '4', 'Weill Cornell Cardiology Fellowship', 'Programs and Research Activities');	  oneNav4Links[8] = new LeftLink('Vascular Medicine', 'http://www.cornellcardiology.com/fellowships/gen_car_vas.html', '4', 'Weill Cornell Cardiology Fellowship', 'Programs and Research Activities');	  	  twoNav4Links[0] = new LeftLink('Cardiovascular Genetics and Development', 'http://www.cornellcardiology.com/fellowships/gen_car_gen.html', '4', 'Weill Cornell Cardiology Fellowship', 'Basic Research and Molecular Cardiology');	  twoNav4Links[1] = new LeftLink('Vascular Biology', 'http://www.cornellcardiology.com/fellowships/gen_vas_bio.html', '4', 'Weill Cornell Cardiology Fellowship', 'Basic Research and Molecular Cardiology');	  twoNav4Links[2] = new LeftLink('Cardiac Regeneration', 'http://www.cornellcardiology.com/fellowships/gen_car_reg.html', '4', 'Weill Cornell Cardiology Fellowship', 'Basic Research and Molecular Cardiology');	  twoNav4Links[3] = new LeftLink('Cellular Electrophysiology', 'http://www.cornellcardiology.com/fellowships/gen_cel_ele.html', '4', 'Weill Cornell Cardiology Fellowship', 'Basic Research and Molecular Cardiology');	  twoNav4Links[4] = new LeftLink('Arrhythmia Dynamics', 'http://www.cornellcardiology.com/fellowships/gen_arr_dyn.html', '4', 'Weill Cornell Cardiology Fellowship', 'Basic Research and Molecular Cardiology');	  	  allNav4Pages[0] = new Nav4Page('http://www.cornellcardiology.com/fellowships/gen_adu_ech.html', oneNav4Links);	  allNav4Pages[1] = new Nav4Page('http://www.cornellcardiology.com/fellowships/gen_car_cat.html', oneNav4Links);	  allNav4Pages[2] = new Nav4Page('http://www.cornellcardiology.com/fellowships/gen_car_ele.html', oneNav4Links);	  allNav4Pages[3] = new Nav4Page('http://www.cornellcardiology.com/fellowships/gen_car_gra.html', oneNav4Links);	  allNav4Pages[4] = new Nav4Page('http://www.cornellcardiology.com/fellowships/gen_cli_car.html', oneNav4Links);	  allNav4Pages[5] = new Nav4Page('http://www.cornellcardiology.com/fellowships/gen_nuc_car.html', oneNav4Links);	  allNav4Pages[6] = new Nav4Page('http://www.cornellcardiology.com/fellowships/gen_car_pro.html', oneNav4Links);	  allNav4Pages[7] = new Nav4Page('http://www.cornellcardiology.com/fellowships/gen_hyp_ten.html', oneNav4Links);	  allNav4Pages[8] = new Nav4Page('http://www.cornellcardiology.com/fellowships/gen_car_img.html', oneNav4Links);	  allNav4Pages[9] = new Nav4Page('http://www.cornellcardiology.com/fellowships/gen_car_vas.html', oneNav4Links);	  	  allNav4Pages[10] = new Nav4Page('http://www.cornellcardiology.com/fellowships/gen_car_gen.html', twoNav4Links);	  allNav4Pages[11] = new Nav4Page('http://www.cornellcardiology.com/fellowships/gen_vas_bio.html', twoNav4Links);	  allNav4Pages[12] = new Nav4Page('http://www.cornellcardiology.com/fellowships/gen_car_reg.html', twoNav4Links);	  allNav4Pages[13] = new Nav4Page('http://www.cornellcardiology.com/fellowships/gen_cel_ele.html', twoNav4Links);	  allNav4Pages[14] = new Nav4Page('http://www.cornellcardiology.com/fellowships/gen_arr_dyn.html', twoNav4Links);	  allNav4Pages[15] = new Nav4Page('http://www.cornellcardiology.com/fellowships/gen_car_bas.html', twoNav4Links);	  allNav4Pages[16] = new Nav4Page('http://www.cornellcardiology.com/fellowships/gen_car_vas.html', twoNav4Links);   }  // returning the value here, don't touchreturn (allNav4Pages); }