var mainnav = '<div class="chromestyle" id="chromemenu">' +
			'<ul>' +
			'<li><a class="hide" href="../index.htm"><img src="../images/btn_home.gif" name="Home" width="94" height="34" border="0" id="Home" /></a></li><li><a href="#" rel="dropmenu1"><img src="../images/btn_bowling.gif" /></a></li><li><a href="../CParties/groupevents.php"><img src="../images/btn_events.gif" alt="Group Events" /></a></li><li><a href="../specials.php"><img src="../images/btn_specials.gif" alt="Specials" /></a></li><li><a href="../YouthPrograms/youth_programs.php"><img src="../images/btn_programs.gif" alt="Programs" /></a></li><li><a href="../links.php"><img src="../images/btn_links.gif" alt="Links" /></a></li><li><img src="../images/Idea_08.gif" alt="Give Away" /></a></li>' +	
			'</ul>' +
			'</div>' +
			
			'<!--1st drop down menu -->' +                                      
			'<div id="dropmenu1" class="dropmenudiv">' +
			'<a href="../ExpoBowl/expo.php">Expo</a>' +
			'<a href="../SouthernBowl/southern.php">Southern</a>' +
			'<a href="../WesternBowl/western.php">Western</a>' +
			'<a href="../WoodlandBowl/woodland.php">Woodland</a></div>' +
			
			
			'<!--Commented Out - 2nd drop down menu -->' +                                         
			'<!--div id="dropmenu2" class="dropmenudiv" style="width: 120px;"-->' +
			'<!--a href="../giftcards.php">Gift Cards</a-->' +
			'<!--a href="../FamilySpecial.php">Family Fun Packs</a></div-->' +
			
			'<!-- Commented Out - 3rd drop down menu -->' +                                                
			'<!--div id="dropmenu3" class="dropmenudiv" style="width: 150px;"-->'  +  
			'<!--a href="../YouthPrograms/daycare.php">Day Care</a-->' +  
			'<!--a href="../YouthPrograms/homeschool.php">Home School</a-->' +  
			'<!--a href="../YouthPrograms/education.php">Partners in Education</a-->' +  
			'<!--a href="../YouthPrograms/youth_leagues.php">RP Youth Leagues</a></div-->'  
document.write(mainnav);
