/* Site Top Navigation Bar Content

SYNTAX:
oCMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass, align, rows, nolink, onclick, onmouseover, onmouseout);

NOTE:
The following classes are to be used depending on how many lines the text wraps to.  This makes
the text vertically centered.
	nav1Line, navOver1Line
	nav2Lines, navOver2Lines (default)
	nav3Lines, navOver3Lines
*/
highlite = true;
/* DO NOT EDIT ABOVE */



oCMenu.makeMenu('top1','','Patient Care <br>Home','/patientcare/');
oCMenu.makeMenu('top2','','About Us','/patientcare/about/','','','','','','nav1Line','navOver1Line');
	oCMenu.makeMenu('sub21','top2','Affiliated Hospitals','/patientcare/about/affiliated/','','130');
	oCMenu.makeMenu('sub22','top2','Corporate Officers','/patientcare/about/officers.html','','130');
	oCMenu.makeMenu('sub23','top2','Board of Trustees','/administration/trustees/hospital.html','','130');
	oCMenu.makeMenu('sub24','top2','Career<br>Opportunities','http://findajob.med.nyu.edu','_blank','130');
	oCMenu.makeMenu('sub25','top2','Center for Corporate Wellness','/corpwellness/','','130');
	oCMenu.makeMenu('sub26','top2','Nursing','/nursing/nurse_home.htm','_blank','130');
	oCMenu.makeMenu('sub27','top2','Administration','/administration/','','130');
	oCMenu.makeMenu('sub28','top2','Maps and Directions','/contact/nyumcmap.html','','130');

//oCMenu.makeMenu('top3','','The Rusk<br>Institute','/rusk/');

oCMenu.makeMenu('top4','','For<br>Patients','/patientcare/patients/');
	oCMenu.makeMenu('sub41','top4','Your Stay<br>With Us','/patientcare/patients/visit/','','130');
	oCMenu.makeMenu('sub42','top4','Healthcare<br>Services','/patientcare/patients/services.html','','130');
	oCMenu.makeMenu('sub43','top4','Cancer Institute','/nyuci/','','130');
	oCMenu.makeMenu('sub44','top4','International<br>Services','/international/','','130');
	oCMenu.makeMenu('sub45','top4','NYU Nursery<br>On the Net','https://previewbaby.com/public/yusa/tobaby.html','_blank','130');
	oCMenu.makeMenu('sub46','top4','How You Can Help','/development/howyoucanhelp/index.html','','130');
	oCMenu.makeMenu('sub47','top4','Patient and Family Resources Center','http://pfrc.med.nyu.edu','','130');


oCMenu.makeMenu('top5','','Healthcare<br>Services','/patientcare/patients/services.html');
oCMenu.makeMenu('top6','','Find<br>a Doctor','http://findadoctor.med.nyu.edu/');
oCMenu.makeMenu('top7','','Job Opportunities','http://findajob.med.nyu.edu');
oCMenu.makeMenu('top8','','Rusk Institute','/rusk/','','','','','','nav1Line','navOver1Line');


oCMenu.makeMenu('top9','','News<br>and Media','/communications/');





/*	
	oCMenu.makeMenu('sub41','top4','Section 1 - Sub A - Level 2','/sitetmpl_blue/section1/level2/','','130');
*/  





/* DO NOT EDIT BELOW */
executeHighlite();
