	var NoOffFirstLineMenus=8;			// Number of main menu  items
		// Colorvariables:
		// Color variables take HTML predefined color names or "#rrggbb" strings
		//For transparency make colors and border color ""
	var LowBgColor="#000066";			// Background color when mouse is not over
	var HighBgColor="#ccccff";			// Background color when mouse is over
	var FontLowColor="#FFFFFF";			// Font color when mouse is not over
	var FontHighColor="blue";			// Font color when mouse is over
	var BorderColor="#333333";			// Border color
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="comic sans ms,technical,arial"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="center";		// Item text position left, center or right
	var MenuCentered="center";			// Menu horizontal position can be: left, center, right, justify,
						//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	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=70;				// 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;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// 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 UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
	var Arrws=[BaseHref+"",5,10,BaseHref+"",10,5];
	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
	
	var PartOfWindow=.8;				// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to
//	var MenuSlide="";
//	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.3, wipeStyle=1)";

	var MenuShadow="";
//	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#FFFFFF, offX=2, offY=2, positive=1)";
//	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var MenuOpacity="";
//	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=55)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width);

Menu1=new Array("About UFGI","/aboutUFGI.htm","",5,20,120);
	Menu1_1=new Array("Mission","/mission.htm","",0,20,120);
	Menu1_2=new Array("Strategic Plan","/ufgi_strategic_plan.htm","",0,20,120);
	Menu1_3=new Array("Research","/research.htm","",0,20,120);
	Menu1_4=new Array("Teaching","/teaching.htm","",0,20,120);
	Menu1_5=new Array("Service","/service.htm","",0,20,120);	
Menu2=new Array("People","/people.htm","",4,0,140);
	Menu2_1=new Array("Exec Board","/aspzzz/execBoard.asp","",0,20,140);
	Menu2_2=new Array("Members","/aspzzz/members.asp","",0,20,140);
	Menu2_3=new Array("Grad Faculty Members","/aspzzz/gradfac.asp","",0,20,140);
	Menu2_4=new Array("Researcher Interests","/searchresearch.htm","",0,20,140);	
Menu3=new Array("Seminars","/events-n-seminars.htm","",0,20,120);

Menu4=new Array("Resources","/resources.htm","",0,20,120);

Menu5=new Array("Facilities","/facilities_list.htm","",0,20,120);
//	Menu5_1=new Array("MGM Calendar","/we3.4.2/webevent.pl?cmd=opencal&cal=cal1&","",0,20,120);
//	Menu5_2=new Array("COM Research Seminars","/new/IDPSeminars.htm","",0,40,120);

Menu6=new Array("Gift Opportunities","/giftopportunities.htm","",0,20,120);
//	Menu6_1=new Array("MGM Search","/search-page.htm","",0,20,120);
//	Menu6_2=new Array("UF Search","http://search.ufl.edu/web","",0,20,120);

Menu7=new Array("News","/testmenu.htm","",3,20,120);
	Menu7_1=new Array("Faculty profiles","/profiles_list.htm","",0,20,120);
	Menu7_2=new Array("UFGI news","/UFGInews_list.htm","",0,20,120);
	Menu7_3=new Array("UF Genetics news","/UFGeneticsNews_list.htm","",0,20,120);

Menu8=new Array("Searches","/searchPage.htm","",3,20,140);
	Menu8_1=new Array("UFGI Search","/searchPage.htm","",0,20,140);
	Menu8_2=new Array("UF Search","http://search.ufl.edu/web","",0,20,140);
	Menu8_3=new Array("Researcher Interests","/searchresearch.htm","",0,20,140);
	
	