/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=16;				// Number of first level items
	var LowBgColor='C9DAEF';				// Background color when mouse is not over
	var LowSubBgColor='C9DAEF';				// Background color when mouse is not over on subs
	var HighBgColor='C9DAEF';				// Background color when mouse is over
	var HighSubBgColor='9FBBE0';			// Background color when mouse is over on subs
	var FontLowColor='003399';				// Font color when mouse is not over
	var FontSubLowColor='003399';			// Font color subs when mouse is not over
	var FontHighColor='FF6600';				// Font color when mouse is over
	var FontSubHighColor='003399';			// Font color subs when mouse is over
	var BorderColor='003399';				// Border color
	var BorderSubColor='9FBBE0';			// Border color for subs
	var BorderWidth=0;						// Border width
	var BorderBtwnElmnts=1;					// Border between elements 1 or 0
	var FontFamily="verdana,arial"			// Font family menu items
	var FontSize=7;							// Font size menu items
	var FontBold=1;							// Bold menu items 1 or 0
	var FontItalic=0;						// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';				// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.1;					// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=81;						// Menu offset x coordinate
	var StartLeft=0;						// Menu offset y coordinate
	var VerCorrect=0;						// Multiple frames y correction
	var HorCorrect=0;						// Multiple frames x correction
	var LeftPaddng=3;						// Left padding
	var TopPaddng=2;						// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=100;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['images/sample_navi/arrow.gif',4,8,'/images/spacer.gif',5,5,'/images/spacer.gif',5,5];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

//Home
Menu1=new Array("rollover:images/navi_home_off.gif:images/navi_home_on.gif","http://medicine.nus.edu.sg/cof/cofintro.htm","",0,19,51);
Menu2=new Array("","","images/navi_seperator.gif",0,19,3);
// About Us
Menu3=new Array("About Us","","images/navi_bkgd.gif",5,19,51);
	Menu3_1=new Array("Welcome","http://www.med.nus.edu.sg/cof/welcome_1.html","",0,19,150);
	Menu3_2=new Array("History","http://www.med.nus.edu.sg/cof/history_main.html","",0,19,230);
	Menu3_3=new Array("Milestones","http://www.med.nus.edu.sg/cof/milestone1.html","",0,19,230);
	Menu3_4=new Array("Alumni Link & Newsletters","http://www.med.nus.edu.sg/cof/alumni.html","",0,19,230);
	
//Menu3_5=new Array("Department Health and Safety Committee","http://www.med.nus.edu.sg/cof/DSHC.html","",0,19,230);
//Menu3_6=new Array("Departmental Video","mms://live-vip-49.nus.edu.sg/ALL_stream/UniAdmin/cofm/COFM2006_256k.wmv","",0,19,230);
Menu3_5=new Array("Map of EPH","http://www.med.nus.edu.sg/cof/map1.html","",0,19,230);
//Menu3_9=new Array("Conference","","",0,19,230);
Menu4=new Array("","","images/navi_seperator.gif",0,19,3);
//Academic Programme & Courses
Menu5=new Array("Teaching/Courses","","images/navi_bkgd.gif",3,19,100);
	Menu5_1=new Array("Undergraduate Programmes","http://www.med.nus.edu.sg/cof/undergrad_programmes.html","",0,19,90);
	Menu5_2=new Array("Postgraduate Programmes","http://www.med.nus.edu.sg/cof/grad_courses_mainpage.html","",0,19,90);
	Menu5_3=new Array("Short Courses","http://www.med.nus.edu.sg/cof/sc_main.html","",0,19,90);
Menu6=new Array("","","images/navi_seperator.gif",0,19,3);
//Research
Menu7=new Array("Research","","images/navi_bkgd.gif",4,19,50);
	Menu7_1=new Array("Research Centres","http://www.med.nus.edu.sg/cof/resch_main.html","",0,19,120);
	Menu7_2=new Array("Research Programmes","http://www.med.nus.edu.sg/cof/resch_main.html#reschp","",0,19,120);
	Menu7_3=new Array("Current Projects","http://www.med.nus.edu.sg/cof/resch_cur.html","",0,19,120);
	Menu7_4=new Array("Publications","http://www.med.nus.edu.sg/cof/resch_pub2009.html","",0,19,120);
Menu8=new Array("","","images/navi_seperator.gif",0,19,3);

//Services & Consultancy
Menu9=new Array("Services/Consultancy","http://www.med.nus.edu.sg/cof/ssc.html","images/navi_bkgd.gif",0,19,110);
	
Menu10=new Array("","","images/navi_seperator.gif",0,19,3);
//Resources & Facilities
Menu11=new Array("Resources/Facilities","","images/navi_bkgd.gif",4,19,105);
	Menu11_1=new Array("Laboratory Facilities","http://www.med.nus.edu.sg/cof/resourcelab.html","",0,19,275);
	Menu11_2=new Array("Resource Center","http://www.med.nus.edu.sg/cof/resourcectr.html","",0,19,120);
	Menu11_3=new Array("Computer Cluster","http://www.med.nus.edu.sg/cof/comcluster.html","",0,19,120);
	Menu11_4=new Array("Occupational Health and Safety Management System","http://www.med.nus.edu.sg/cof/OH&SMS.html","",0,19,190);
	
	
Menu12=new Array("","","images/navi_seperator.gif",0,19,3);
//Staff
Menu13=new Array("Staff","","images/navi_bkgd.gif",5,19,50);
	Menu13_1=new Array("Full Time Staff/ Joint Appointments","http://www.med.nus.edu.sg/cof/faculty.html","",0,19,190);
	Menu13_2=new Array("Adjunct Staff","http://www.med.nus.edu.sg/cof/acadstaff_adjunct.html","",0,19,190);
	Menu13_3=new Array("Non-Academic Staff","http://www.med.nus.edu.sg/cof/N_AS.html","",0,19,190);
	
	//Menu13_4_1=new Array("Health and Safety Committee","http://www.med.nus.edu.sg/cof/DSHC.html","",0,19,190) ;
	//Menu13_4_2=new Array("Wellness Committee","http://www.med.nus.edu.sg/cof/health&wellness.html","",0,19,190);
	Menu13_4=new Array("For Staff Only","http://itumed.nus.edu.sg/eph/Minutes/Department%20Directory.html","",0,19,190);
	Menu13_5=new Array("Dept Events","https://share.nus.edu.sg/cofm/Lists/Dept%20Events/calendar.aspx","",0,19,190);
	
Menu14=new Array("","","images/navi_seperator.gif",0,19,3);
//Careers
Menu15=new Array("Careers","","images/navi_bkgd.gif",1,19,39);
	Menu15_1=new Array("Job Opportunities","http://www.med.nus.edu.sg/cof/recruitment.html","",0,19,95);
	//Menu15_2=new Array("Contact Us","http://www.med.nus.edu.sg/cof/welcome_2.html","",0,19,95);
Menu16=new Array("","","images/navi_seperator.gif",0,19,3);
	
	
//This is for the end menu


