/***********************************************************************************
*	(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='center';				// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;					// horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;			// 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:/iro/_images/navi/navi_home_off.gif:/iro/_images/navi/navi_home_on.gif","/iro/index.html","",0,19,51);
// About Us
Menu2=new Array("rollover:/iro/_images/navi/navi_about_us_off.gif:/iro/_images/navi/navi_about_us_on.gif","/iro/aboutus/index.html","",3,19,63);
    Menu2_1=new Array("About Us","/iro/aboutus/index.html","",3,19,120);
		Menu2_1_1=new Array("Our Mission","/iro/aboutus/mission.html","",0,19,120);
		Menu2_1_2=new Array("Our Partners","/iro/partners/index.html","",0,19,120);
		Menu2_1_3=new Array("Our Global Networks","/iro/globalnetworks/index.html","",0,19,120);	
	Menu2_2=new Array("Our Contacts","/iro/aboutus/contactus.html","",0,19,120);
	Menu2_3=new Array("Job Opportunities","http://www.nus.edu.sg/ohr/jobs/","",0,19,120);	
//IRO News
Menu3=new Array("rollover:/iro/_images/navi/navi_iro_news_off.gif:/iro/_images/navi/navi_iro_news_on.gif","/iro/news/index.html","",2,19,72);
	Menu3_1=new Array("IRO News","/iro/news/index.html","",0,19,190);
	Menu3_2=new Array("StEP Out Newsletter ","/iro/news/newsletter/index.html","",0,19,190);

//Events
Menu4=new Array("rollover:/iro/_images/navi/navi_events_off.gif:/iro/_images/navi/navi_events_on.gif","/iro/events/studentevents.html","",4,19,68);
	Menu4_1=new Array("URC 2008","/iro/events/urc2008/index.html","",0,19,190);
	Menu4_2=new Array("IED 2009","/iro/events/ied/index.html","",0,19,190);
	Menu4_3=new Array("Nobel Laureate Public Lecture Series","/iro/events/NLPLS/index.html","",0,19,190);
	Menu4_4=new Array("Other Student Events","/iro/events/studentevents.html","",0,19,190);
	
//NUS Students / Staff
Menu5=new Array("rollover:/iro/_images/navi/navi_nusstdstf_off.gif:/iro/_images/navi/navi_nusstdstf_on.gif","#","",2,19,132);
    Menu5_1=new Array("For NUS Students","/iro/nus/students/index.html","",3,19,132);
		Menu5_1_1=new Array("Programmes","/iro/nus/students/index.html","",0,19,150);
		Menu5_1_2=new Array("Financial Aid","/iro/nus/students/awards/index.html","",0,19,150);
		Menu5_1_3=new Array("Useful Resources","/iro/nus/students/resources.html","",0,19,150);
	Menu5_2=new Array("For NUS Staff","/iro/nus/staff/index.html","",2,19,132);
		Menu5_2_1=new Array("Programmes","/iro/nus/staff/index.html","",0,19,100);
		Menu5_2_2=new Array("Useful Resources","/iro/nus/staff/res/sepinfo-coordinators.html","",0,19,100);
//International Visitors
Menu6=new Array("rollover:/iro/_images/navi/navi_intvisitors_off.gif:/iro/_images/navi/navi_intvisitors_on.gif","#","",2,19,132);
    Menu6_1=new Array("For International Students","/iro/intl/students/index.html","",3,19,150);
		Menu6_1_1=new Array("Programmes","/iro/intl/students/index.html","",0,19,150);
		Menu6_1_2=new Array("Awards & Scholarships","/iro/intl/students/awards/index.html","",0,19,150);
		Menu6_1_3=new Array("Useful Resources","/iro/intl/students/resources.html","",0,19,150);
	Menu6_2=new Array("For International Staff","/iro/intl/staff/index.html","",2,19,150);
		Menu6_2_1=new Array("Programmes","/iro/intl/staff/index.html","",0,19,100);
		Menu6_2_2=new Array("Useful Resources","/iro/intl/staff/advisorinfo.html","",0,19,100);
//Our Partners
Menu7=new Array("rollover:/iro/_images/navi/navi_our_partners_off.gif:/iro/_images/navi/navi_our_partners_on.gif","/iro/partners/index.html","",3,19,89);
    Menu7_1=new Array("Americas","/iro/partners/americas/news.html","",0,19,150);
	Menu7_2=new Array("Asia / Australasia","/iro/partners/aa/news.html","",0,19,150);
	Menu7_3=new Array("Europe / Africa","/iro/partners/europe/news.html","",0,19,150);	

//This is for width of Right side of the menu
Menu8=new Array("rollover:/iro/_images/navi/navi_right.gif:/iro/_images/navi/navi_right.gif","","",0,19,127);
// Total length should add to 730 px.
