			var submenu=new Array()
						
			//submenu contents; don't let line wrap in browser view. Must use coded apostrophes; tickmarks will break script.
		
			// Travel Home
			submenu[0]='<span class="tabsub"><a href="http://travel.unl.edu/general/insurance.shtml" class="tabsub">Personal/Insurance Benefits</a> | <a href="http://travel.unl.edu/general/reimburseguide.shtml" class="tabsub">Reimbursement Guide</a> | <a href="http://travel.unl.edu/general/security.shtml" class="tabsub">Security Alert</a> | <a href="http://travel.unl.edu/general/specials.shtml" class="tabsub">Specials</a></span>'
			// Travel Policy
			submenu[1]='<span class="tabsub"><a href="http://travel.unl.edu/policy/policychanges.shtml" class="tabsub">Travel Policy Changes</a> | <a href="http://bf.unl.edu/travelpolicy/GeneralTravelInformation.shtml" class="tabsub">General Travel</a> | <a href="http://bf.unl.edu/travelpolicy/TravelAuthorization.shtml" class="tabsub">Travel Authorization</a> | <a href="http://bf.unl.edu/travelpolicy/EmployeeExpenseVoucher.shtml" class="tabsub">Employee Expense Voucher</a> | <a href="http://bf.unl.edu/travelpolicy/EmployeeMovingExpense.shtml" class="tabsub">Employee Moving Expense</a></span>'
			// Airline
			submenu[2]='<span class="tabsub"><a href="http://www.tandt.com/ts/unl/" class="tabsub">Air Fare Situation Report</a> | <a href="http://travel.unl.edu/airline/amerexpress.shtml" class="tabsub">American Express Cancellations</a> | <a href="http://travel.unl.edu/airline/electronicticket.shtml" class="tabsub">Electronic Ticketing</a> | <a href="http://travel.unl.edu/airline/mco.shtml" class="tabsub">MCO Travel Vouchers</a> | <a href="http://travel.unl.edu/airline/travelagencies.shtml" class="tabsub">Travel Agency/Ghost Card BTA</a></span>'
			// Hotels
			submenu[3]='<span class="tabsub"><a href="http://travel.unl.edu/hotel/baymont.shtml" class="tabsub">Baymont Inn and Suites</a> | <a href="http://travel.unl.edu/hotel/ebassy.shtml" class="tabsub">Embassy Suites Hotel Rate</a> | <a href="http://travel.unl.edu/hotel/holidayinn.shtml" class="tabsub">Holiday Inn Lincoln Downtown Rate</a> | <a href="http://travel.unl.edu/hotel/staybridge.shtml" class="tabsub">Staybridge Suites by Holiday Inn</a></span>'
			// Vehicle Rental
			submenu[4]='<span class="tabsub"><a href="http://www.avis.com" class="tabsub">Avis</a> | <a href="http://www.budget.com" class="tabsub">Budget</a> | <a href="http://www.hertz.com" class="tabsub">Hertz</a> | <a href="http://www.enterprise.com/car_rental/deeplinkmap.do?arc=GGLEA03" class="tabsub">Enterprise</a></span>'			

//Set delay before submenu disappears after mouse moves out of it (in milliseconds)
var delay_hide=2000;
