with(milonic=new menuname("Main_Menu2")){
	style=style4;
	top=100;
	left=0;
	itemwidth=131;
	alwaysvisible=1;
	orientation="vertical";
	position="relative";
	aI("text=Welcome;url=index.html;target=_parent;")
	aI("text=About the Ph.D. Program;url=about.html;target=_parent;")
	aI("text=Ph.D. Course Descriptions;url=courses.html;target=_parent;")
	aI("text=Full-Time Study;url=fulltime.html;target=_parent;")
	aI("text=Part-Time Study;url=parttime.html;target=_parent;")
	aI("text=Ph.D. Faculty;url=phdfaculty.html;target=_parent;")	
	aI("text=Student Highlights;url=studenthighlights.html;target=_parent;")	
	aI("text=Recent Dissertations;url=recentdissertations.html;target=_parent;")
	aI("text=Handbook;url=http://www.nyu.edu/nursing/academicprograms/currentstudents/phdhandbook.pdf;target=_blank;")
	aI("text=Costs and Financial Aid;url=../finaid.html;target=_parent;")
	aI("text=Admissions/ Application Procedure;url=admissions.html;target=_parent;")
	aI("text=Frequently Asked Questions;url=faq.html;target=_parent;")
}
drawMenus();

