
document.write('\
<div style="position:relative;"><div style="display:none;"><ul id="imenus0" style="width:520px">\
<li  style="width:100px;"><a href="#">Band</a>\
\
	<div><ul style="width:140px;top:0px;left:0px;"><div>\
	<li ><a href="mucus_news.html" target="main_frame">News</a></li>\
	<li ><a href="mucus_bio.html" target="main_frame">Bio</a></li>\
	<li ><a href="mucus_contacts.html" target="main_frame">Contact</a></li>\
	</div></ul></div></li>\
\
<li  style="width:100px;"><a href="#">Music</a>\
\
	<div><ul style="width:130px;top:;left:;"><div>\
	<li ><a href="mp3s/myWimpy.html" target="main_frame">Mp3s</a></li>\
	<li ><a href="mucus_disc.html" target="main_frame">Discography</a></li>\
	</div></ul></div></li>\
\
<li  style="width:100px;"><a href="#">Shows</a>\
\
	<div><ul style="width:125px;top:;left:;"><div>\
	<li ><a href="mucus_shows.html" target="main_frame">Upcoming</a></li>\
	<li ><a href="mucus_pastshows.html" target="main_frame">History</a></li>\
	</div></ul></div></li>\
\
<li  style="width:100px;"><a href="#">Photos</a>\
\
	<div><ul style="width:126px;top:;left:;"><div>\
	<li ><a href="mucus_bandphotos.html" target="main_frame">Band</a></li>\
	<li ><a href="mucus_indvphotos.html" target="main_frame">Members</a></li>\
	<li ><a href="mucus_livephotos.html" target="main_frame">Live</a></li>\
	</div></ul></div></li>\
\
<li  style="width:100px;"><a href="#">Merch</a>\
\
	<div><ul style="width:126px;top:;left:;"><div>\
	<li ><a href="#">Info</a></li>\
	<li ><a href="#">Cds</a></li>\
	<li ><a href="#">T-shirts</a></li>\
	<li ><a href="#">Stickers</a></li>\
	</div></ul></div></li>\
\
<li  style="width:100px;"><a href="#">Guests</a>\
\
	<div><ul style="width:126px;top:;left:;"><div>\
	<li ><a href="#">Guestbook</a></li>\
	<li ><a href="http://www.myspace.com/index.cfm?fuseaction=messageboard.viewcategory&groupID=102049471&adTopicID=21" target="main_frame">Forum</a></li>\
	<li ><a href="subscribe.html" target="main_frame">E-mail List</a></li>\
	</div></ul></div></li>\
\
<li  style="width:100px;"><a href="#">Links</a>\
\
	<div><ul style="width:126px;top:;left:;"><div>\
	<li ><a href="mucus_bandlinks.html" target="main_frame">Bands</a></li>\
	<li ><a href="mucus_labellinks.html" target="main_frame">Labels</a></li>\
	<li ><a href="mucus_zinelinks.html" target="main_frame">Zines</a></li>\
	<li ><a href="mucus_radiolinks.html" target="main_frame">Radio</a></li>\
	<li ><a href="mucus_misclinks.html" target="main_frame">Misc</a></li>\
	<li ><a href="mucus_banners.html" target="main_frame">Banners</a></li>\
	</div></ul></div></li>\
\
<div style="clear:left;"></div></ul></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 ******************
---------------------------------------------------*/


function imenus_data0(){


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

	this.main_is_horizontal = true
	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 = "16"
	this.main_expand_image_height = "9"

	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"
*/


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

	//Main Menu

	this.main_container_styles = "background-color:#CA000E; background-image:; border-style:solid; border-color:#000000; border-width:1px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "background-color:; background-image:; color:#000000; text-align:center; font-family:Geneva; font-size:12px; font-weight:bold; text-decoration:none; padding-top:2px; padding-right:0px; padding-bottom:2px; padding-left:0px; border-style:solid; border-color:#000000; border-width:1px; "
	this.main_item_hover_styles = "background-color:#E1A810; background-image:; color:#000000; font-weight:bold; text-decoration:; "
	this.main_item_active_styles = "background-color:; background-image:; color:#000000; font-weight:bold; text-decoration:; "


	//Sub Menu

	this.subs_container_styles = "background-color:#CA000E; background-image:; border-style:solid; border-color:#000000; border-width:1px; padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:5px; "
	this.subs_item_styles = "background-color:; background-image:; color:#000000; text-align:left; font-family:; font-size:11px; font-weight:bold; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-color:#000000; border-width:1px; "
	this.subs_item_hover_styles = "background-color:#E1A810; background-image:; color:#000000; font-weight:bold; text-decoration:; "
	this.subs_item_active_styles = "background-color:; background-image:; color:#000000; font-weight:bold; text-decoration:; "


}


