
document.write('\
<div><div><div style="display:none;"><ul id="imenus0" style="width:131px">\
<li  style="width:131px;"><a href="index.php"><img src="/imenu0/t6.gif" width="2" height="12" border="0" />Apollo Home</a>\
\
	</li>\
\
<li  style="width:131px;"><a href=""><img src="/imenu0/t6.gif" width="2" height="12" border="0" />Productions</a>\
\
	<div><div style="width:131px;top:-34px;left:125px;"><ul style="">\
	<li ><a href="index.php" style="BACKGROUND-IMAGE: url(includes/opencube/images/menu3_sub_menu_bg_all2.gif)">Mainstage</a></li>\
	<li ><a href="studio.php" style="BACKGROUND-IMAGE: url(includes/opencube/images/menu3_sub_menu_bg_all2.gif)">Studio</a></li>\
	</ul></div></div></li>\
\
<li  style="width:131px;"><a href="specialevents.php"><img src="/imenu0/t6.gif" width="2" height="12" border="0" />Special Events</a>\
\
	</li>\
<li  style="width:131px;"><a href="boxoffice.php" ><img src="/imenu0/t6.gif" width="2" height="12" border="0" />Box Office</a>\
\
	<div><div style="width:131px;top:-34px;left:125px;"><ul style="">\
		<li ><a href="boxoffice.php" style="BACKGROUND-IMAGE: url(includes/opencube/images/menu3_sub_menu_bg_all2.gif)">Single Tickets</a></li>\
		<li ><a href="groups.php" style="BACKGROUND-IMAGE: url(includes/opencube/images/menu3_sub_menu_bg_all2.gif)">Groups Sales</a></li>\
		<li ><a href="seatchart.php" style="BACKGROUND-IMAGE: url(includes/opencube/images/menu3_sub_menu_bg_all2.gif)">Seating Chart</a></li>\
		</ul></div></div></li>\
\
	</li>\
<li  style="width:131px;"><a href="groups.php" ><img src="/imenu0/t6.gif" width="2" height="12" border="0" />Group Sales</a>\
\
	</li>\
<li  style="width:131px;"><a href="directions.php"><img src="/imenu0/t6.gif" width="2" height="12" border="0" />Directions</a>\
\
	</li>\
<li  style="width:131px;"><a href="neighborhood.php"><img src="/imenu0/t6.gif" width="2" height="12" border="0" />The Neighborhood</a>\
\
	</li>\
<li  style="width:131px;"><a href="history.php"><img src="/imenu0/t6.gif" width="2" height="12" border="0" />History</a>\
\
	</li>\
<li  style="width:131px;"><a href="rental.php"><img src="/imenu0/t6.gif" width="2" height="12" border="0" />Rental Information</a>\
\
	</li>\
<li  style="width:131px;"><a href="employment.php"><img src="/imenu0/t6.gif" width="2" height="12" border="0" />Employment</a>\
\
	</li>\
<li  style="width:131px;"><a href="contact.php"><img src="/imenu0/t6.gif" width="2" height="12" border="0" />Contact Us</a>\
\
	</li>\
\
</ul><div style="clear:left;"></div></div></div></div>\
');






/*

          Tips & Tricks

             1: Adjust the "function menudata0()" numeric id in the statement below to match the numeric id of
                the id='imenus0' statement within the menu structure and links secion above.  The numbers must 
                match for the menu to work, multiple menus may be used on a single page by adding new sections 
                with new id's.

             2: To specifically define settings for an individual item or container, apply classes or inline styles
                directly to the UL and A tags in the HTML tags which define your menus structure and links above.

             3: Use the parameter options below to define borders and padding.  Borders and padding specified
                within the menus HTML structure may cause positioning and actual sizing to be offset a bit in
                some browsers.
 
*/




/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/

list7 = true
function imenus_data0(){


	this.enable_visual_design_mode = false			//turns the visual design pad option on or off

	this.main_is_horizontal = false
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Expand Icon Images
   ---------------------------------------------*/

	this.main_expand_image = "arrow_main.gif"
	this.main_expand_image_hover = "arrow_main.gif"
	this.main_expand_image_width = "7"
	this.main_expand_image_height = "5"
	this.main_expand_image_offx = "-1"
	this.main_expand_image_offy = "5"

	this.sub_expand_image = "arrow_sub.gif"
	this.sub_expand_image_hover = "arrow_sub.gif"
	this.sub_expand_image_width = "10"
	this.sub_expand_image_height = "13"
	this.sub_expand_image_offx = "0"
	this.sub_expand_image_offy = "0"



   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-image:url(/menubutton3.gif); "
	this.main_item_styles = "color:#e6e6e6; text-align:left; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none; padding-top:7px; padding-right:5px; padding-bottom:8px; padding-left:6px; "
	this.main_item_hover_styles = "background-image:url(/menubutton3_over.gif); "
	this.main_item_active_styles = ""


	//Sub Menu

	this.subs_container_styles = "background-color:#1a122b; border-style:solid; border-color:#ffffff; border-width:1px; padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:5px; "
	this.subs_item_styles = "color:#ffffff; text-align:left; font-family:arial; font-size:11px; font-weight:normal; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:8px; border-style:none; border-color:#000000; border-width:1px; "
	this.subs_item_hover_styles = "color:#ffffff; font-size:12px; "
	this.subs_item_active_styles = ""


}


