/***********************************************************************************
*	(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=8;				// 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='left';				// 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=(screen.width-750)/2;						// 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/sample_navi/navi_home_off.gif:/_images/sample_navi/navi_home_on.gif","/index.aspx","",0,19,51);
// About Us
Menu2=new Array("rollover:/_images/sample_navi/navi_aboutus_off.gif:/_images/sample_navi/navi_aboutus_on.gif","/about/overview.html","",6,19,61);
    Menu2_1=new Array("Overview","/about/overview.html","",0,19,120);
	Menu2_2=new Array("Milestones","/about/milestones.html","",0,19,120);
	Menu2_3=new Array("Contact us","/about/staff.html","",0,19,120);
	Menu2_4=new Array("Advisory Committee","/about/committee.html","",0,19,120);
	Menu2_5=new Array("Faculty members","/about/facultyMember.html","",0,19,120);
	Menu2_6=new Array("Feedback","/about/feedback.aspx","",0,19,120);
		
// Programmes
Menu3=new Array("rollover:/_images/sample_navi/navi_programmes_off.gif:/_images/sample_navi/navi_programmes_on.gif","#","",9,19,83);
	Menu3_1=new Array("Chemical Engineering","/programme/ceInfo.html","",0,19,200);
	Menu3_2=new Array("Electronics Engineering","/programme/eeInfo.html","",0,19,200);
	Menu3_3=new Array("Industrial & Management Engineering","/programme/ieInfo.html","",0,19,200);
	Menu3_4=new Array("Mechanical/Manufacturing Engineering","/programme/meInfo.html","",0,19,200);
	Menu3_5=new Array("Final Year Project","/programme/FYP/fyp.html","",0,19,200);
	Menu3_6=new Array("Non-Examinable Enrichment Modules","/programme/neem/main.aspx","",0,19,200);
	Menu3_7=new Array("TG3001 Industrial Practice","/ip","",0,19,200);
	Menu3_8=new Array("Class/Exam Time-Tables","https://share.nus.edu.sg/eng/btech/public/timetable/Forms/AllItems.aspx","",0,19,200);
	Menu3_9=new Array("Modules Declaration","","",2,19,200);
		Menu3_9_1=new Array("S/U Declaration","/programme/SU declaration.html","",0,19,200);
		Menu3_9_2=new Array("ULR modules Declaration","/programme/Modules declaration.html","",0,19,200);

// Admissions
Menu4=new Array("rollover:/_images/sample_navi/navi_admission_off.gif:/_images/sample_navi/navi_admission_on.gif","/admission/admission.html","",4,19,73);
	Menu4_1=new Array("Application Information","/admission/admission.html","",0,19,140);
	Menu4_2=new Array("Admission Requirements","/admission/admRequirement.html","",0,19,140);
	Menu4_3=new Array("Course Information","/admission/crseInfo.html","",0,19,140);
	Menu4_4=new Array("Submit Online Application","/admission/admApplication.aspx","",0,19,140);
	//Menu4_5=new Array("FAQs","/admission/faq.html","",0,19,140);
		
// Showcase
Menu5=new Array("rollover:/_images/sample_navi/navi_showcase_off.gif:/_images/sample_navi/navi_showcase_on.gif","/showcase/showcaseMain.aspx","",3,19,65);
    Menu5_1=new Array("Photos Gallery", "/showcase/welcomeTea.aspx", "", 4,19,110);
    Menu5_1_1=new Array("Welcome Tea - 23 Jul 2008", "/showcase/welcomeTea.aspx", "", 0,19,200);
    Menu5_1_2=new Array("Graduation Gathering - 30 Jun 08", "/showcase/graduationGathering.aspx", "", 0,19,200);
    Menu5_1_3=new Array("Career Fair - 28 Feb to 2 Mar 08", "/showcase/CareerFair.aspx", "", 0,19,200);
    Menu5_1_4=new Array("TM3101 Design Competition - 26 Mar 08", "/showcase/TM3101.aspx", "", 0,19,200);
    
    Menu5_2=new Array("Students Honours","/showcase/awards.aspx","",5,19,110);
    Menu5_2_1=new Array("Awards","/showcase/awards.aspx","",0,19,140);
    Menu5_2_2=new Array("Dean's List","/showcase/deanList.aspx","",0,19,140);
    Menu5_2_3=new Array("Outstanding FYP","/showcase/outstandingFYP.aspx","",0,19,140);
    Menu5_2_4=new Array("Journal Publications","/showcase/journal.aspx","",0,19,130);
	Menu5_2_5=new Array("Conference Publications","/showcase/conference.aspx","",0,19,130);
	 
	Menu5_3=new Array("Staff Honours","/showcase/teachingAwards.aspx","",3,19,110);
	Menu5_3_1=new Array("Teaching Excellence Awards","/showcase/teachingAwards.aspx","",0,19,150);
    Menu5_3_2=new Array("Voice Team Awards","/showcase/voiceTeam.html","",0,19,150);
    Menu5_3_3=new Array("Voice Individual Awards","/showcase/voiceIndividual.html","",0,19,150);

// Alumni
Menu6=new Array("rollover:/_images/sample_navi/navi_alumni_off.gif:/_images/sample_navi/navi_alumni_on.gif","/Alumni/resources.html","",4,19,49);
	Menu6_1=new Array("Resources","/Alumni/resources.html","",0,19,120);
	Menu6_2=new Array("Pictorial Directory","/Alumni/alumniPhoto.aspx","",0,19,120);
	Menu6_3=new Array("Check Profile","/Alumni/checkProfile.aspx","",0,19,120);
    Menu6_4=new Array("Update Profile","/Alumni/updateProfile.aspx","",0,19,120);

// Resources
Menu7=new Array("rollover:/_images/sample_navi/navi_resources_off.gif:/_images/sample_navi/navi_resources_on.gif","/resources/resources.html","",2,19,67);
	Menu7_1=new Array("Student Resources","/resources/resources.html","",11,19,110);
	Menu7_1_1=new Array("Leave of Absence","http://btech.eng.nus.edu.sg/LOAAdmin/","",0,19,150);
	Menu7_1_2=new Array("Letter of Certfication","/resources/stdCertify.aspx","",0,19,150);
	Menu7_1_3=new Array("Communications","/resources/communication.aspx","",0,19,150);
	Menu7_1_4=new Array("Notices","/resources/notices.html","",0,19,150);	
	Menu7_1_5=new Array("Modules Exercises","/resources/moduleInfo.html","",0,19,150);
	Menu7_1_6=new Array("Abolishment of Resit System","/resources/abolishment.html","",0,19,150);
	Menu7_1_7=new Array("Plagiarism Warning","/resources/plagiarism.html","",0,19,150);	
	Menu7_1_8=new Array("CAP Projector","/resources/cap.html","",0,19,150);	
	Menu7_1_9=new Array("Picture Directory","/resources/studentPicture.aspx","",0,19,110);
	Menu7_1_10=new Array("Check Profile","/resources/checkContact.aspx","",0,19,110);
	Menu7_1_11=new Array("Update Profile","/resources/updateContact.aspx","",0,19,110);
	
	Menu7_2=new Array("Staff Resources","/staff/index.aspx","",0,19,110);
//This is for width of Right side of the menu
Menu8=new Array("rollover:/_images/sample_navi/navi_right.gif:/_images/sample_navi/navi_right.gif","","",0,19,50);
// Total length should add to 730 px.