 /***************************************************************
*	(c) Ger Versluis 2000 version 9.50 24 July 2003	          	*
*	You may use this script on non commercial sites.	      	*
*	www.burmees.nl/menu			          						*
****************************************************************/
	var NoOffFirstLineMenus=8;			// Number of main menu  items
	var LowBgColor="#666666";			// Background color when mouse is not over
	var HighBgColor="#000000";			// Background color when mouse is over
	var FontLowColor="white";			// Font color when mouse is not over
	var FontHighColor="white";			// Font color when mouse is over
	var BorderColor="#333333";					// Border color
	var BorderWidthMain=0;				// Border width main items
	var BorderWidthSub=1;				// Border width sub items
 	var BorderBtwnMain=0;				// Border between elements main items 1 or 0
	var BorderBtwnSub=0;				// Border between elements sub items 1 or 0
	var FontFamily="arial,comic sans ms,technical";	// Font family menu items
	var FontSize=8;						// 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="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=68;					// Menu offset x coordinate. If StartTop is between 0 and 1 StartTop is calculated as part of windowheight
	var StartLeft=0;					// Menu offset y coordinate. If StartLeft is between 0 and 1 StartLeft is calculated as part of windowheight
	var VerCorrect=0;					// Multiple frames y correction
	var HorCorrect=0;					// Multiple frames x correction
	var LeftPaddng=2;					// Left padding
	var TopPaddng=1;					// 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=300;				// delay before menu folds in
	var UnfoldDelay=100;				// delay before sub unfolds	
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame="";				// Frame where first level appears
	var SecLineFrame="";				// Frame where sub levels appear
	var DocTargetFrame="";				// Frame where target documents appear
	var TargetLoc="";					// span id for relative positioning
	var MenuWrap=1;						// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;					// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;						// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";					// BaseHref lets you specify the root directory for relative links. 
										// The script precedes your relative links with BaseHref
										// For instance: 
										// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
										// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
										// Can also be used when you use images in the textfields of the menu
										// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
										// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"
	var imageBaseHref = "http://research.ou.edu/image/"
	var Arrws=[imageBaseHref+"tri.gif",5,10,imageBaseHref+"tridown.gif",10,5,imageBaseHref+"trileft.gif",5,10,imageBaseHref+"triup.gif",10,5];
						// Arrow source, width and height.
						// If arrow images are not needed keep source ""
	var MenuUsesFrames=0;
						// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;
						// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// When set to 2 only the relevant main item stays highligthed
						// The preset is done by setting a variable in the head section of the target document.
						// <head>
						//	<script type="text/javascript">var SetMenu="2_2_1";</script>
						// </head>
						// 2_2_1 represents the menu item Menu2_2_1=new Array(.......
	var PartOfWindow=.8;		
						// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to
						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var BuildOnDemand=0;

	var MenuSlide="";
	var MenuShadow="";
	var MenuOpacity="";
	
	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,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("ABOUT","","",12,30,55,"","","","","","",-1,-1,-1,"","");
	Menu1_1=new Array("ORS HOME","http://research.ou.edu","",0,20,140,"","","","","","",-1,-1,-1,"","");
	Menu1_2=new Array("OU HOME","http://www.ou.edu","",0,20,140,"","","","","","",-1,-1,-1,"","");
	Menu1_3=new Array("RESEARCH ENTERPRISE FAST FACTS","http://research.ou.edu/about/Fast_Facts.html","",0,30,140,"","","","","","",-1,-1,-1,"","");
	Menu1_4=new Array("MONTHLY RESEARCH HIGHLIGHTS","http://research.ou.edu/about/presidentReport.html","",0,30,140,"","","","","","",-1,-1,-1,"","");
	Menu1_5=new Array("POLICIES","http://research.ou.edu/about/policy.html","",0,20,140,"","","","","","",-1,-1,-1,"","");
	Menu1_6=new Array("REPORTS","","",2,20,140,"","","","","","",-1,-1,-1,"","");
		Menu1_6_1=new Array("ORS MONTHLY REPORT","http://research.ou.edu/about/MonthlyReport.html","",0,20,200,"","","","","","",-1,-1,-1,"","");
		Menu1_6_2=new Array("A-133 AUDIT REPORT","http://research.ou.edu/about/audit2009.pdf","",0,20,200,"","","","","","",-1,-1,-1,"","");
	Menu1_7=new Array("TERMS & ACRONYMS","","",2,20,140,"","","","","","",-1,-1,-1,"","");
		Menu1_7_1=new Array("GLOSSARY OF TERMS","http://research.ou.edu/about/glossary1.html","",0,20,130,"","","","","","",-1,-1,-1,"","");
		Menu1_7_2=new Array("ACRONYMS A-Z","http://research.ou.edu/about/acronyms1.html","",0,20,130,"","","","","","",-1,-1,-1,"","");
	Menu1_8=new Array("RATE AGREEMENTS","","",2,20,140,"","","","","","",-1,-1,-1,"","");	
		Menu1_8_1=new Array("OU FRINGE BENEFIT RATES","http://research.ou.edu/about/rateagr.html#fringe_rate","",0,20,170,"","","","","","",-1,-1,-1,"","");
		Menu1_8_2=new Array("OU INDIRECT COSTS RATES","http://research.ou.edu/about/rateagr.html","",0,20,170,"","","","","","",-1,-1,-1,"","");
	Menu1_9=new Array("DATA INFORMATION FOR RESEARCHERS","http://research.ou.edu/about/datainfo.html","",0,30,140,"","","","","","",-1,-1,-1,"","");
	Menu1_10=new Array("ORS PROCEDURAL GUIDELINES","http://research.ou.edu/about/ORSProceduralGuide.doc","",0,30,140,"","","","","","",-1,-1,-1,"","");
	Menu1_11=new Array("RESEARCH STATISTICS AND ANALYSIS","http://research.ou.edu/RSA/Index.html","",0,30,140,"","","","","","",-1,-1,-1,"","");
	Menu1_12=new Array("VPR ADVISORY COMMITTEE","http://research.ou.edu/About/VPRADV.html","",0,30,140,"","","","","","",-1,-1,-1,"","");
			
Menu2=new Array("INFORMATION SERVICES","","",4,30,100,"","","","","","",-1,-1,-1,"","");
	Menu2_1=new Array("DEPARTMENT OVERVIEW","http://research.ou.edu/funding/RIS.html","",0,20,220,"","","","","","",-1,-1,-1,"","");	
	Menu2_2=new Array("CURRENT WORKSHOPS","http://research.ou.edu/workshop/workshops.asp","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu2_3=new Array("PREVIOUS WORKSHOP PRESENTATIONS","http://research.ou.edu/workshop/PPT/workshopPPT.html","",0,20,220,"","","","","","",-1,-1,-1,"","");	
	Menu2_4=new Array("OU EXPERTISE SYSTEM","http://research.ou.edu/funding/ouexpertise.html","",0,20,220,"","","","","","",-1,-1,-1,"","");	
	
Menu3=new Array("PROPOSAL DEVELOPMENT","","",6,30,105,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("DEPARTMENT OVERVIEW","http://research.ou.edu/proposal/ops.html","",0,20,205,"","","","","","",-1,-1,-1,"","");
	Menu3_2=new Array("PROPOSAL PROCESS OVERVIEW","http://research.ou.edu/proposal/overview.html","",0,20,205,"","","","","","",-1,-1,-1,"","");
	Menu3_3=new Array("SUBMIT AN INFOSHEET","http://research.ou.edu/proposal/infosheet/infotype/InfoMain_2008.asp","",0,20,205,"","","#FFFFCC","","","",-1,-1,-1,"","");
	Menu3_4=new Array("PROPOSAL DEVELOPMENT RESOURCES","http://research.ou.edu/proposal/resources.html","",0,20,205,"","","","","","",-1,-1,-1,"","");			
	Menu3_5=new Array("ELECTRONIC RESEARCH ADMINISTRATION SYSTEMS","http://research.ou.edu/proposal/era_system.html","",0,35,205,"","","","","","",-1,-1,-1,"","");
	Menu3_6=new Array("RELATED LINKS","","",0,20,205,"","","","","","",-1,-1,-1,"","");
		
Menu4=new Array("AWARD ADMINISTRATION","","",2,30,115,"","","","","","",-1,-1,-1,"","");
	Menu4_1=new Array("DEPARTMENT OVERVIEW","http://research.ou.edu/award/award.html","",0,20,200,"","","","","","",-1,-1,-1,"","");
	Menu4_2=new Array("AWARD NEGOTIATION GUIDELINE","http://research.ou.edu/award/guideline.html","",0,20,200,"","","","","","",-1,-1,-1,"","");

Menu5=new Array("POST AWARD FINANCIAL SERVICES","","",5,30,125,"","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("DEPARTMENT OVERVIEW","http://research.ou.edu/pafs/pafs.html","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu5_2=new Array("FINANCIAL AWARD MANAGEMENT FORMS","http://research.ou.edu/pafs/pafsform.html","",0,20,220,"","","","","","",-1,-1,-1,"","");
	Menu5_3=new Array("OBJECT CODE DICTIONARY","","",2,20,220,"","","","","","",-1,-1,-1,"","");
		Menu5_3_1=new Array("LABOR","http://research.ou.edu/pafs/pafs_ocd_labor.html","",0,20,80,"","","","","","",-1,-1,-1,"","");
		Menu5_3_2=new Array("NON-LABOR","http://research.ou.edu/pafs/pafs_ocd_nonlabor.html","",0,20,80,"","","","","","",-1,-1,-1,"","");
	Menu5_4=new Array("RESOURCES & REGULATIONS","","",3,20,220,"","","","","","",-1,-1,-1,"","");
		Menu5_4_1=new Array("FEDERAL","http://research.ou.edu/pafs/federal.html","",0,20,90,"","","","","","",-1,-1,-1,"","");
		Menu5_4_2=new Array("STATE","http://research.ou.edu/pafs/state.html","",0,20,90,"","","","","","",-1,-1,-1,"","");
		Menu5_4_3=new Array("UNIVERSITY","http://research.ou.edu/pafs/university.html","",0,20,90,"","","","","","",-1,-1,-1,"","");
	Menu5_5=new Array("POWERPOINT WORKSHOPS AND TRAINING","","",2,20,220,"","","","","","",-1,-1,-1,"","");
		Menu5_5_1=new Array("Appointing and Monitoring Personnel","http://research.ou.edu/pafs/Appointing.ppt","",0,20,220,"","","","","","",-1,-1,-1,"","");
		Menu5_5_2=new Array("Expenditure Management & Cost Sharing on Sponsored Programs","http://research.ou.edu/pafs/Expnediture.ppt","",0,30,220,"","","","","","",-1,-1,-1,"","");


Menu6=new Array("OTHER SERVICES","","",9,30,105,"","","","","","",-1,-1,-1,"","");
		Menu6_1=new Array("INSTITUTIONAL REVIEW BOARD","http://www.ouhsc.edu/irb-norman//default.asp","",0,20,180,"","","","","","",-1,-1,-1,"","");
		Menu6_2=new Array("INSTITUTION ANIMAL CARE AND USE COMMITTEE","http://iacuc.ou.edu/index.html","",0,35,180,"","","","","","",-1,-1,-1,"","");
		Menu6_3=new Array("EXPORT CONTROLS","http://exportcontrols.ou.edu/","",0,20,180,"","","","","","",-1,-1,-1,"","");
		Menu6_4=new Array("OFFICE OF COMPLIANCE","http://www.ouhsc.edu/compliance/","",0,20,180,"","","","","","",-1,-1,-1,"","");
		Menu6_5=new Array("OFFICE OF TECHNOLOGY DEVELOPMENT","http://www.otd.ou.edu","",0,35,180,"","","","","","",-1,-1,-1,"","");
		Menu6_6=new Array("OU RESEARCH CAMPUS","http://urc.ou.edu/","",0,20,180,"","","","","","",-1,-1,-1,"","");
		Menu6_7=new Array("STEPHENSON CENTER FOR RESEARCH AND TECHNOLOGY","http://srtc.ou.edu/","",0,35,180,"","","","","","",-1,-1,-1,"","");
		Menu6_8=new Array("CAPABILITIES AND INTEREST SEARCH","http://research.ou.edu/CI","",0,35,180,"","","","","","",-1,-1,-1,"","");
		Menu6_9=new Array("LINKS AND FORMS","http://research.ou.edu/infosheets/disclosure.html","",0,20,180,"","","","","","",-1,-1,-1,"","");

Menu7=new Array("FUNDING OPPORTUNITIES","","",2,30,100,"","","","","","",-1,-1,-1,"","");
	Menu7_1=new Array("INTERNAL FUNDING","http://research.ou.edu/funding/internalfunding.html","",0,20,200,"","","","","","",-1,-1,-1,"","");
	Menu7_2=new Array("EXTERNAL FUNDING","http://research.ou.edu/funding/externalfunding.html","",0,20,200,"","","","","","",-1,-1,-1,"","");
	//Menu7_3=new Array("ADDITIONAL FUNDING OPPORTUNITIES","http://research.ou.edu/archives/ArchivesPostedDate.asp","",0,20,200,"","","","","","",-1,-1,-1,"","");

Menu8=new Array("SEARCH AND CONTACT","","",4,20,75,"","","#FFFFCC","#FFFFCC","","",-1,-1,-1,"","");
	Menu8_1=new Array("ORS STAFF","http://research.ou.edu/contact/ors_staff.html","",0,20,80,"","","","","","",-1,-1,-1,"","");
	Menu8_2=new Array("SEARCH ORS","http://research.ou.edu/site_search.asp","",0,20,80,"","","","","","",-1,-1,-1,"","");
	Menu8_3=new Array("OFFICE LOCATION","http://research.ou.edu/contact/ors_map.html","",0,30,80,"","","","","","",-1,-1,-1,"","");
	Menu8_4=new Array("RESEARCH COUNCIL","http://research.ou.edu/contact/ResearchCouncil_Members.asp","",0,30,80,"","","","","","",-1,-1,-1,"","");	
	