
	var NoOffFirstLineMenus=9;				// Number of first level items
	var LowBgColor='white';					// Background color when mouse is not over
	var LowSubBgColor='C9DAEF';				// Background color when mouse is not over on subs
	var HighBgColor='black';				// Background color when mouse is over
	var HighSubBgColor='9FBBE0';			// Background color when mouse is over on subs
	var FontLowColor='black';				// Font color when mouse is not over
	var FontSubLowColor='003399';			// Font color subs when mouse is not over
	var FontHighColor='white';				// 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=86;						// 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","/","",0,19,35);
	
//About Us
Menu2=new Array("rollover:/images/navi_aboutus_off.gif:/images/navi_aboutus_on.gif","#","",4,19,60);
	
	Menu2_1=new Array("Message from the Director","/Aboutfst/DirectorMessage.html","",0,19,150);
	Menu2_2=new Array("What is Food Science and Technology?","/Aboutfst/aboutfst.html","",0,29,150);
	Menu2_3=new Array("Contact Us","/Aboutfst/ContactFST.html","",0,19,150);
	Menu2_4=new Array("Locate Us","/Aboutfst/Ourlocation.html","",0,19,150);
	

//Research	
Menu3=new Array("rollover:/images/navi_research_off.gif:/images/navi_research_on.gif","/research/Research.htm","",3,19,60);
	
	Menu3_1=new Array("Research Groups","/research/ResearchGroup/ResearchGroups.html","",4,19,120);
		Menu3_1_1=new Array ("Flavour and Fermentation","/research/ResearchGroup/FlavourNFermentation.html","",0,29,120);
		Menu3_1_2=new Array ("Food Bioactive Molecules","/research/ResearchGroup/FoodBioactiveMolecules.html","",0,29,120);
		Menu3_1_3=new Array ("Food Processing and Engineering","/research/ResearchGroup/FoodProcessingnEngineering.html","",0,29,120);
		Menu3_1_4=new Array ("Nutrition and Metabolism ","/research/ResearchGroup/NutritionnMetabolism.html","",0,29,120);
				
	Menu3_2=new Array("Our Facilities","/research/OurFacilities.html","",0,19,120);
	
	Menu3_3=new Array("Our Services","/research/OurServices.html","",0,19,120);
	
	
		

//Undergraduates
Menu4=new Array("rollover:/images/navi_Undergrads_off.gif:/images/navi_Undergrads_on.gif","/programmes/Undergraduates/UndergraduateIntro.htm","",4,19,100);
	
	Menu4_1=new Array("Undergraduate Prospectus","/programmes/Undergraduates/Prospectus/Undergraduateprospectus.html","",0,19,180);
	Menu4_2=new Array("Scholarships and Awards","/programmes/Undergraduates/scholarshipawards.htm","",0,19,150);
	Menu4_3=new Array("Frequently Asked Questions","/programmes/Undergraduates/Prospectus/FAQ.htm","",0,19,200);
	
	Menu4_4=new Array("Undergraduate Matter","#","",7,19,200);
		Menu4_4_1=new Array("Students Selected","/students/Undergradcurriculum/Newstudents.htm","",0,19,250);
		Menu4_4_2=new Array("Coursework Time table","/students/Undergradcurriculum/TimeTable.html","",0,19,250);
		Menu4_4_3=new Array("Exam Time Table","/students/Undergradcurriculum/Exams.htm","",0,19,250);
		Menu4_4_4=new Array("UROPS","http://www.science.nus.edu.sg/undergraduate/urops/","",0,19,250);
		Menu4_4_5=new Array("Honours Project Guidelines","/students/Undergradcurriculum/Honoursproject.html","",0,19,250);
		Menu4_4_6=new Array("Professional Placement","/Opportunities/OppforIndustry/PPPpartners.html","",0,19,250);
		Menu4_4_7=new Array("Food and Fun","/students/FoodNFun/FoodandFun.htm","",0,19,250);
			

//Postgraduates
Menu5=new Array("rollover:/images/navi_Postgrads_off.gif:/images/navi_Postgrads_on.gif","/programmes/Postgraduates/Postgraduate.htm","",3,19,100);
	
	Menu5_1=new Array("Admission Information","http://www.nus.edu.sg/registrar/edu/gd-applnres.html","",0,19,150);
	Menu5_2=new Array ("Lab Safety Regulations","http://www.chemistry.nus.edu.sg/PSSO/Safety.htm","",0,19,150);
	Menu5_3=new Array ("FAQ for Postgraduate Studies","/programmes/Postgraduates/PGFAQ.html","",0,29,150);
		


//Our People
Menu6=new Array("rollover:/images/navi_Ourpeople_off.gif:/images/navi_Ourpeople_on.gif","#","",3,19,75);
	Menu6_1=new Array("Academic Staff","#","",7,19,120);
		Menu6_1_1=new Array("HUANG Dejian","/OurPeople/HuangDJ.htm","",0,19,120);
		Menu6_1_2=new Array("LEONG Lai Peng","/OurPeople/LeongLP.htm","",0,19,120);
		Menu6_1_3=new Array("LIU Shao Quan","/OurPeople/SQLiu.html","",0,19,120);
		Menu6_1_4=new Array ("David G POPOVICH","/OurPeople/PopovichDG.htm","",0,19,120);
		Menu6_1_5=new Array ("Thomas WALCZYK","/OurPeople/TWalczyk.html","",0,19,120);
		Menu6_1_6=new Array("YUK Hyun Gyun","/OurPeople/YukHG.html","",0,19,120);
		Menu6_1_7=new Array("ZHOU Weibiao","/OurPeople/ZhouW.htm","",0,19,120);
	
	Menu6_2=new Array("Adjunct or Visiting Faculties","#","",5,29,120);
		Menu6_2_1=new Array("Bosco Bloodworth CHEN","/OurPeople/BCBloodworth.htm","",0,29,120);
		Menu6_2_2=new Array("Sin Bin CHUA","/OurPeople/ChuaSB.html","",0,19,120);
		Menu6_2_3=new Array("C Hanny WIJAYA","/OurPeople/CHWijaya.html","",0,19,120);
		Menu6_2_4=new Array("Wen Sze LIEN","/OurPeople/LienWS.html","",0,19,120);
		Menu6_2_5=new Array("Peter KC ONG","/OurPeople/PeterOngKC.html","",0,19,120);
		
	Menu6_3=new Array("Admin and Laboratory Staff","/OurPeople/NonAcadStaff.html","",0,29,120);
		
		
	
	
//Opportunities
Menu7=new Array("rollover:/images/navi_opportunities_off.gif:/images/navi_opportunities_on.gif","/Opportunities/Opportunities.html","",2,19,85);

	Menu7_1=new Array("Job Opportunities","/Jobopportunities/Jobopportunities.htm","",3,19,150);
		Menu7_1_1=new Array("Food Safety Scientist","/Jobopportunities/FoodSafety.html","",0,19,150);
		Menu7_1_2=new Array("Food Science and Technology","/Jobopportunities/FoodScienceNTech.html","",0,19,150);	
		Menu7_1_3=new Array("Jobs for FST Graduates","/Jobopportunities/IndustrialPosition.html","",0,19,150);
		
	Menu7_2=new Array("Collaboration Opportunities for Industries","#","",4,29,180);
		Menu7_2_1=new Array("For UROPS Project in Science  ","/Opportunities/OppforIndustry/UROPSindustry.html","",0,19,150);
		Menu7_2_2=new Array("For Food Innovation Project","/Opportunities/OppforIndustry/FST3104Industry.html","",0,19,150);
		Menu7_2_3=new Array("For Honours Year Project","/Opportunities/OppforIndustry/FYPindustry.html","",0,19,150);
		Menu7_2_4=new Array("For Professional Placement ","/Opportunities/OppforIndustry/PPPIndustry.html","",0,19,150);
	
	
	

//Useful Links
Menu8=new Array("rollover:/images/navi_industrial_link_off.gif:/images/navi_industrial_link_on.gif","/Industriallink/industriallink.htm","",1,19,110);
	
	Menu8_1=new Array("Useful Links","/Industriallink/links.html","",0,19,120);
	
//Contact Us
Menu9=new Array("rollover:/images/navi_contact_us_off.gif:/images/navi_contact_us.gif","mailto:food@nus.edu.sg","",0,19,80);
		
		
	

	
	

