	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#9A0000';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#9A0000';			// Background color when mouse is over
	var HighSubBgColor='#9A0000';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='#9A0000';			// Font color subs when mouse is not over
	var FontHighColor='#CCCCCC';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='#9A0000';			// Border color
	var BorderSubColor='#9A0000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=0;				// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;	    // vertical overlap child/ parent
	var StartTop=91;				// 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=2;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// 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='dropmenu';				// 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=1;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['../images/tri.gif',5,10,'../images/tridown.gif',10,5,'../images/trileft.gif',5,10];	// 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"

Menu1=new Array("Home","http://iicas.ucsd.edu","",0,22,110);

Menu2=new Array("About Us","","",2,18,129);
	Menu2_1=new Array("What We Do","http://iicas.ucsd.edu/aboutus/whatwedo.php","",0,18,129);	
	Menu2_2=new Array("Advisory Committee","http://iicas.ucsd.edu/aboutus/advcomm.php","",0,18,129);

Menu3=new Array("Resources","","",4,18,135);
	Menu3_1=new Array("For Faculty","","",5,18,235);
		Menu3_1_1=new Array("IICAS Research Grants","http://iicas.ucsd.edu/research/grants/iicas_grants.php","",0,18,235);
		Menu3_1_2=new Array("E-Publications","http://iicas.ucsd.edu/resources/faculty/e-Publications.php","",0,18,235);
		Menu3_1_3=new Array("Funding Opportunites","javascript:window.open('http://www-ogsr.ucsd.edu/surf/index.htm')","",0,18,235);
		Menu3_1_4=new Array("Hosting International Visitors","http://iicas.ucsd.edu/resources/faculty/hostIntVisitor.php","",0,18,235);
		Menu3_1_5=new Array("International Exchange Agreements","http://iicas.ucsd.edu/resources/faculty/intExchangeAgree.php","",0,18,235);
	Menu3_2=new Array("For Staff","","",3); // Change back to 4
		Menu3_2_1=new Array("Guide to International Offices at UCSD","http://iicas.ucsd.edu/resources/staff/intOffices.php","",0,18,235);
		Menu3_2_2=new Array("Hosting International Visitors","http://iicas.ucsd.edu/resources/faculty/hostIntVisitor.php","",0,18,235);
		Menu3_2_3=new Array("International Exchange Agreements","http://iicas.ucsd.edu/resources/faculty/intExchangeAgree.php","",0,18,235);
		//Menu3_2_4=new Array("International Programming Forum (IPF)","http://iicas.ucsd.edu/resources/staff/ipf.php","",0,18,235);
	Menu3_3=new Array("For Students","","",3);
		Menu3_3_1=new Array("UCSD Graduate Programs in International Studies","http://iicas.ucsd.edu/resources/students/gradProgramsIntStudies.php","",0,36,235);
		Menu3_3_2=new Array("UCSD International Studies Program (B.A.)","http://isp.ucsd.edu/","",0,18,235);
		Menu3_3_3=new Array("IICAS Student Travel Grants","http://iicas.ucsd.edu/research/grants/iicas_grants.php","",0,18,235);
	Menu3_4=new Array("For Visitors / Public","","",2);
		Menu3_4_1=new Array("Map & Directions to IICAS","http://iicas.ucsd.edu/images/maps/iicas_directions_map.pdf","",0,18,215);
		Menu3_4_2=new Array("UCSD International Events Calendar","http://iicas.ucsd.edu/calendar.php","",0,18,215);

Menu4=new Array("Research","","",4,18,136);
	Menu4_1=new Array("IICAS Research/Travel Grants","http://iicas.ucsd.edu/research/grants/iicas_grants.php","",0,18,230);
	Menu4_2=new Array("Sponsored Projects","http://iicas.ucsd.edu/research/projects","",0,18,230);
	Menu4_3=new Array("Human Rights Fellowship","http://iicas.ucsd.edu/research/humanrights/humanrights.php","",0,18,230);
	Menu4_4=new Array("IICAS-WUN Collaborative Grants","http://iicas.ucsd.edu/research/wun","",0,18,230);


Menu5=new Array("Events","","",5,18);
	Menu5_1=new Array("IICAS Newsletter","http://iicas.ucsd.edu/events/newsletter","",0,18,215);
/*
		Menu5_1_1=new Array("Recent Issues","http://iicas.ucsd.edu/events/newsletter","",0,18,215);
		Menu5_1_2=new Array("Subscribe/Opt Out","http://email.e-mailnetworks.com/phase2/survey1/survey.htm?cid=owkajm","",0,18,215);
*/
	Menu5_2=new Array("Conferences and Workshops","http://iicas.ucsd.edu/events/conferences/","",0,18,230);
	Menu5_3=new Array("IICAS Speaker Series","http://iicas.ucsd.edu/events/speakerseries/","",0,18,215);
/*
	  Menu5_2_1=new Array("European Studies Program","http://iicas.ucsd.edu/events/speakerseries/europeanstudies.php","",0,18,215);		
		Menu5_2_2=new Array("International Law Series","http://iicas.ucsd.edu/events/speakerseries/ruleoflaw.php","",0,18,215);
		Menu5_2_3=new Array("Political Economy of Development","http://iicas.ucsd.edu/events/speakerseries/politicaleconomy.php","",0,18,215);
		Menu5_2_4=new Array("Project on International Affairs","http://iicas.ucsd.edu/events/speakerseries/pia.php","",0,18,215);
		Menu5_2_5=new Array("South Asia Studies","http://iicas.ucsd.edu/events/speakerseries/southasia.php","",0,18,215);
*/	
	Menu5_4=new Array("Guest Speaker Audio Recordings","http://iicas.ucsd.edu/events/speakerseries/speakeraudio/index.php","",0,18,215);
	Menu5_5=new Array("International Events Calendar","http://iicas.ucsd.edu/calendar.php","",0,18,215);

Menu6=new Array("Contact Us","","",2,18,120);
	Menu6_1=new Array("Contact Info","http://iicas.ucsd.edu/contactus/contactinfo.php","",0,18,120);
	Menu6_2=new Array("How to Find Us","http://iicas.ucsd.edu/contactus/howtofindus.php","",0,18,120);