			var submenu=new Array()
						
//submenu contents; don't let line wrap in browser view. Must use coded apostrophes; tickmarks will break script.
						 
			// location1
			submenu[0]='<span class="tabsub"><a href="" title="" class="tabsub">'

			// location2
			submenu[1]='<span class="tabsub"><a href="../choir/eklund.shtml" title="Dr. Peter Eklund" class="tabsub">Dr. Peter Eklund</a> | <a href="../choir/hibbard.shtml" title="Dr. Therees Hibbard" class="tabsub">Dr. Therees Hibbard</a> | <a href="../choir/fuelberth.shtml" title="Dr. Rhonda Fuelberth" class="tabsub">Dr. Rhonda Fuelberth</a></span>'

			// location3
			submenu[2]='<span class="tabsub"><a href="../choir/eklund.shtml" title="University Singers" class="tabsub">University Singers</a> | <a href="../choir/curington.shtml" title="Prof. Keith Curington" class="tabsub">Prof. Keith Curington</a> | <a href="../choir/fuelberth.shtml" title="University Chorale" class="tabsub">University Chorale</a></span> | <a href="../choir/eklund.shtml" title="University Singers" class="tabsub">University Singers</a>'

			// location4
			submenu[3]='<span class="tabsub"><a href="../loc4/page1.shtml" title="Page A" class="tabsub">Page A</a> | <a href="../loc4/page2.shtml" title="Page B" class="tabsub">Page B</a> | <a href="../loc4/page3.shtml" title="Page C" class="tabsub">Page C</a> | <a href="../loc4/page4.shtml" title="Page D" class="tabsub">Page D</a></span>'

			// location5
			submenu[4]='<span class="tabsub"><a href="../choir/unltours.shtml" title="University of Nebraska" class="tabsub">University of Nebraska</a> | <a href="../choir/mamt.shtml" title="Midwest American Honor Choir" class="tabsub">Midwest American Honor Choir</a>'

			// location6
			submenu[5]='<span class="tabsub"><a href="../choir/singers.shtml" title="University Singers" class="tabsub">University Singers</a> | <a href="../choir/mens.shtml" title="Varsity Mens Chorus" class="tabsub">Varsity Mens Chorus</a> | <a href="../choir/chorale.shtml" title="University Chorale" class="tabsub">University Chorale</a> | <a href="../choir/collegiate.shtml" title="Collegiate Choir" class="tabsub">Collegiate Choir</a> | </span> <span class="tabsub"><a href="http://www.unl.edu/choir/collegiate.shtml#concertchoir" title="Concert Choir" class="tabsub">Concert Choir</a> | <a href="../bigredsingers" target="_blank" title="Big Red Singers" class="tabsub">Big Red Singers</a>'



//Set delay before submenu disappears after mouse moves out of it (in milliseconds)
var delay_hide=2000 
