/***********************************************************************************
*	(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=10;				// 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=84;						// 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/nav_home_off.gif:images/nav_home_on.gif","index.htm","",0,19,50);

// About
Menu2=new Array("rollover:images/nav_about_off.gif:images/nav_about_on.gif","abt_concept.htm","",3,19,117);
    Menu2_1=new Array("University Town Concept","abt_concept.htm","",0,19,200);
	Menu2_2=new Array("Video Flythrough of University Town","mms://live-vip-49.nus.edu.sg/ALL_PublicEvent/WebcastEventVideo/Yr2008/universitytown_150k.wmv","",0,19,200);
	Menu2_3=new Array("Fact Sheets","http://www.nus.edu.sg/utown/utd_fact_sheet.htm","",0,19,200);
	//Menu2_3=new Array("Virtual Fly-Thru","mms://live-vip-49.nus.edu.sg/all_mbase_oed/4x3flythru_256k.wmv","",0,19,150);
	//Menu2_3=new Array("Virtual Fly-Thru","mms://live-vip-49.nus.edu.sg/all_mbase_oed/4x3flythru_256k.wmv","",0,19,150);

// Resources/Q&A
Menu3=new Array("rollover:images/nav_addinfo_off.gif:images/nav_addinfo_on.gif","info.htm","",0,19,139);

// Project teams
Menu4=new Array("rollover:images/nav_team_off.gif:images/nav_team_on.gif","#","",4,19,99);
	Menu4_1=new Array("University Town Development Committee","team_utdc.htm","",0,19,220);
    // Menu4_2=new Array("Working Committee","team_working.htm","",0,19,130);
	Menu4_2=new Array("Consultants","team_consultants.htm","",0,19,130);
	Menu4_3=new Array("Resource Panel","team_resource_panel.htm","",0,19,130);
	Menu4_4=new Array("UTD Staff","https://aces01.nus.edu.sg/vocInternetCampusDirAPP/jsp/departmentindex.jsp?DeptCode=076","",0,19,130);
	//Menu4_3=new Array("PPP Consultants","team_ppp.htm","",0,19,130);
	
// Project Development
Menu5=new Array("rollover:images/nav_dev_off.gif:images/nav_dev_on.gif","proj_dev.htm","",1,19,132);
    Menu5_1=new Array("Project Development","proj_dev.htm","",0,19,130);
	//Menu5_2=new Array("Project Updates","proj_updates.htm","",0,19,130);
	
// Maps
//Menu6=new Array("rollover:images/nav_map_off.gif:images/nav_map_on.gif","map_residential.htm","",2,19,43);
	//Menu6_1=new Array("University Town @ Warren","map_residential.htm","",0,19,150);
	//Menu6_2=new Array("Campus Link","map_link.htm","",0,19,150);

// Diary of Events
Menu6=new Array("rollover:images/nav_events_off.gif:images/nav_events_on.gif","events.htm","",0,19,56);

// Feedback
// Menu7=new Array("rollover:images/nav_fback_off.gif:images/nav_fback_on.gif","qna.htm","",0,19,70);

// Useful Link

// Q&A
Menu7=new Array("rollover:images/nav_links_off.gif:images/nav_links_on.gif","#","",1,19,44);
	Menu7_1=new Array("Office of Estate & Development","http://www.nus.edu.sg/oed/","",0,30,150);

//This is for width of Right side of the menu
Menu8=new Array("rollover:images/navi_right.gif:images/navi_right.gif","","",0,19,20);

Menu9=new Array("rollover:images/navi_right.gif:images/navi_right.gif","","",0,19,29);

Menu10=new Array("rollover:images/navi_right.gif:images/navi_right.gif","#","",0,19,44);
	//Menu7_1=new Array("Media Coverage","news_media.htm","",0,30,80);
	//Menu7_2=new Array("Ministry of Finance - Public Private Partnership","http://www.mof.gov.sg/policies/ppp.html","",0,30,150);
// Total length should add to 730 px.