			var submenu=new Array()
						
			//submenu contents; don't let line wrap in browser view. Must use coded apostrophes; tickmarks will break script.
		
			// EPSCoR Home
			submenu[0]='<span class="tabsub"><a href="http://epscor.unl.edu/index.shtml" class="tabsub">Nebraska Experimental Program to Stimulate Competitive Research</a></span>'
			// Projects
			submenu[1]='<span class="tabsub"><a href="http://epscor.unl.edu/projects/current/" class="tabsub">Current Projects</a> | <a href="http://epscor.unl.edu/projects/past/" class="tabsub">Past Projects</a></span>'
			// Active RFPs
			submenu[2]='<span class="tabsub"><a href="http://ucommxsrv1.unl.edu/epscor/proposal.php" class="tabsub">Active RFP&rsquo;s</a> | <a href="http://epscor.unl.edu/rfps/winnerscircle.shtml" class="tabsub">Grant Writing Assistance</a></span>'
			// Forms
			submenu[3]='<span class="tabsub"><span class="tabma">Download these word documents:</a> </span><a href="http://epscor.unl.edu/forms/approvalform.pdf" class="tabsub">Budget &amp; Approval (pdf)</a> | <a href="http://epscor.unl.edu/forms/nestip_forma.doc" class="tabsub">NESTIP Application</a> | <a href="http://epscor.unl.edu/forms/4nugform.doc" class="tabsub">NSF Nugget</a> | <a href="http://epscor.unl.edu/forms/annualreportrequirements.doc" class="tabsub">NSF RII Annual Report</a> | <a href="http://epscor.unl.edu/forms/" class="tabsub">More...</span>'
			// Programs
			submenu[4]='<span class="tabsub"><a href="http://epscor.unl.edu/programs/nestip.shtml" class="tabsub">NESTIP</a> | <a href="http://epscor.unl.edu/programs/nsf.shtml" class="tabsub">NSF</a> | <a href="http://epscor.unl.edu/programs/nasa.shtml" class="tabsub">NASA</a> | <a href="http://epscor.unl.edu/programs/nih.shtml" class="tabsub">NIH</a> | <a href="http://epscor.unl.edu/programs/dod.shtml" class="tabsub">DoD</a> | <a href="http://epscor.unl.edu/programs/doe.shtml" class="tabsub">DOE</a> | <a href="http://epscor.unl.edu/programs/epa.shtml" class="tabsub">EPA</a> | <a href="http://epscor.unl.edu/programs/underrepresentedgroups.shtml" class="tabsub">Underrepresented Groups in Science</a> | <a href="http://epscor.unl.edu/programs/rd.shtml" class="tabsub">R&amp;D Partnership.</a> | <a href="http://epscor.unl.edu/programs/" class="tabsub">More...</a></span>'
			// Events
			submenu[5]='<span class="tabsub"><a href="http://epscor.unl.edu/events/" class="tabsub">Upcoming Events &amp; Conferences</a></span>'
			// Minority Opportunities
			submenu[6]='<span class="tabsub"><a href="http://epscor.unl.edu/opportunities/" class="tabsub">Outreach</a></span>'
			// About Us
			submenu[7]='<span class="tabsub"><a href="http://epscor.unl.edu/aboutus/" class="tabsub">Mission Statement</a> | <a href="http://epscor.unl.edu/aboutus/committee.shtml" class="tabsub">Committee</a> | <a href="http://epscor.unl.edu/aboutus/staff.shtml" class="tabsub">Staff</a>'
			// | <a href="http://epscor.unl.edu/reviewers/" class="tabsub">Reviewers</a></span>
			// Publications
			submenu[8]='<span class="tabsub"><a href="http://epscor.unl.edu/aboutus/publications.shtml" class="tabsub">EPSCoR Publications</a></span>'
			
//Set delay before submenu disappears after mouse moves out of it (in milliseconds)
var delay_hide=2000;
