﻿
document.write('\
<div><div><div style="display:none;"><ul id="imenus0" style="width:525px">\
<li  style="width:50px;"><a href="http://www.musicmann.com/index.php" target="_self">Home</a></li>\
\
<li  style="width:50px;"><a href="http://www.musicmann.com/news.php" target="_self">News</a>\
\
	<div><div style="width:150px;top:;left:;"><ul style="">\
	<li ><a href="http://www.musicmann.com/news.php" target="_self">Latest News</a></li>\
	<li ><a href="http://www.musicmann.com/newsletter.php" target="_self">Subscribe to my Newsletter</a></li>\
	<li ><a href="http://www.musicmann.com/newsletter.php" target="_self">Newsletter Archive</a></li>\
	</ul></div></div></li>\
\
<li  style="width:65px;"><a href="http://www.musicmann.com/calendar.php" target="_self">Calendar</a>\
\
<li  style="width:65px;"><a href="http://www.musicmann.com/products.php" target="_self">Products</a>\
\
	<div><div style="width:65px;top:;left:;"><ul style="">\
	<li ><a href="http://www.musicmann.com/products.php" target="_self">CDs</a></li>\
	<li ><a href="http://www.musicmann.com/products.php#books_DVDs" target="_self">Books</a></li>\
	<li ><a href="http://www.musicmann.com/products.php#books_DVDs" target="_self">Videos</a></li>\
	<li ><a href="http://www.musicmann.com/products.php#books_DVDs" target="_self">DVDs</a></li>\
	</ul></div></div></li>\
\
<li  style="width:65px;"><a href="http://www.musicmann.com/teaching.php" target="_self">Teaching</a>\
\
	<div><div style="width:110px;top:;left:;"><ul style="">\
	<li ><a href="http://www.musicmann.com/teaching.php" target="_self">Private</a></li>\
	<li ><a href="http://www.musicmann.com/teaching.php" target="_self">Clinics & Lectures</a></li>\
	</ul></div></div></li>\
\
<li  style="width:60px;"><a href="http://www.musicmann.com/bands.php" target="_self">Bands</a>\
\
	<div><div style="width:150px;top:;left:;"><ul style="">\
	<li ><a href="http://www.musicmann.com/bands.php" target="_self">THE Wedding Pianist</a></li>\
	<li ><a href="http://www.musicmann.com/bands.php" target="_self">Solo and Duo</a></li>\
	<li ><a href="http://www.musicmann.com/bands.php" target="_self">Martan Mann Trio</a></li>\
	<li ><a href="http://www.musicmann.com/bands.php" target="_self">Martan Mann & Mannkind</a></li>\
	<li ><a href="http://www.musicmann.com/bands.php" target="_self">The Jazzical 6</a></li>\
	</ul></div></div></li>\
\
<li  style="width:65px;"><a href="http://www.musicmann.com/musicServices.php" target="_self">Services</a>\
\
<li  style="width:55px;"><a href="http://www.musicmann.com/photos.php" target="_self">Gallery</a>\
\
<li  style="width:65px;"><a href="http://www.musicmann.com/MrGig.php" target="_self">MrGig</a>\
\
<li  style="width:45px;"><a href="http://www.musicmann.com/bio.php" target="_self">Bio</a>\
\
<li  style="width:50px;"><a href="http://www.musicmann.com/links.php" target="_self">Links</a>\
\
<li  style="width:60px;"><a href="http://www.musicmann.com/contact.php" target="_self">Contact</a>\
\
</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.
 
*/
/*---------------------------------------------
UNLOCK 
---------------------------------------------*/


list7 = true 

/*-------------------------------------------------
************* 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 = "http://www.briankelly.com/images/spacer.gif"
	this.main_expand_image_hover = "http://www.briankelly.com/images/spacer.gif"
	this.main_expand_image_width = "7"
	this.main_expand_image_height = "5"
	this.main_expand_image_offx = "5"
	this.main_expand_image_offy = "10"

	this.sub_expand_image = "http://www.briankelly.com/images/arrow_sub.gif"
	this.sub_expand_image_hover = "http://www.briankelly.com/images/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-color: black; border-style:solid; border-color:#000; border-width:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "color: palegoldenrod; text-align:center; font-family:Arial; font-size:11px; font-weight:bold; text-decoration:none; padding-top:0px; padding-right:2px; padding-bottom:0px; padding-left:2px; border-style:none; border-color:#000000; border-width:1px; "
	this.main_item_hover_styles = "color: darkorange; background-image:url('http://www.musicmann.com/images/BG_NavBar_black_2.jpg'); text-decoration: none; border-style:solid; border-color:#000000; border-width:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_active_styles = "text-decoration:none; "


	//Sub Menu

	this.subs_container_styles = "background-color: skyblue; border-style:dotted; border-color:#444; border-width:1px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.subs_item_styles = "color:#111111; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; padding-top:0px; padding-right:3px; padding-bottom:0px; padding-left:5px; border-style:none; border-color:#000000; border-width:1px; "
	this.subs_item_hover_styles = "background-color: #000; background-image:url('http://www.musicmann.com/images/BG_NavBar_black_gradient.jpg');  color:skyblue;font-size:11px; font-weight:normal; text-decoration:none; padding-top:0px; padding-right:3px; padding-bottom:0px; padding-left:5px; border-style:none; border-color:#000000; border-width:1px; "
	this.subs_item_active_styles = "text-decoration:none; "


}


