
document.write('\
<div><div><div style="display:none;"><ul id="imenus0" style="width:135px">\
\
<li  style="width:138px;"><a href="index.php">Home</a></li>\
\
<li  style="width:138px;"><a href="whatis.php">What is theBubbler WisNetwork?</a>\
\
	<div><div style="width:178px; top:-70px; left:134px;"><ul style="">\
<li><a href="whatis.php">Overview</a></li>\
<li><a href="whatis_family.php">A Fine Family of Companies</a></li>\
	</ul></div></div></li>\
\
<li  style="width:138px;"><a href="sites.php">The Websites</a>\
\
	<div><div style="width:113px; top:-38px; left:134px;"><ul style="">\
<li><a href="sites.php">Overview</a></li>\
<li><a href="thebubbler.php">theBubbler.com</a></li>\
<li><a href="wisblogs.php">WisBlogs</a></li>\
<li><a href="wisbrokers.php">WisBrokers</a></li>\
<li><a href="wiscrafts.php">WisCrafts</a></li>\
<li><a href="wisemployment.php">WisEmployment</a></li>\
<li><a href="wisevents.php">WisEvents</a></li>\
<li><a href="wisfeeds.php">WisFeeds</a></li>\
<li><a href="wisfolks.php">WisFolks</a></li>\
<li><a href="wisfoods.php">WisFoods</a></li>\
<li><a href="wisforums.php">WisForums</a></li>\
<li><a href="wismusic.php">WisMusic</a></li>\
<li><a href="wispages.php">WisPages</a></li>\
<li><a href="wisroots.php">WisRoots</a></li>\
<li><a href="wisrummages.php">WisRummages</a></li>\
<li><a href="wisteams.php">WisTeams</a></li>\
<li><a href="wistours.php">WisTours</a></li>\
<li><a href="wistube.php">WisTube</a></li>\
<li><a href="wisvehicles.php">WisVehicles</a></li>\
<li><a href="wisx.php">WisX</a></li>\
<li><a href="wisfeeds.php">myWisFeeds</a></li>\
	</ul></div></div></li>\
\
<li  style="width:138px;"><a href="advertise.php">Advertise</a></li>\
\
<li  style="width:138px;"><a href="contact.php">Contact Us</a></li>\
\
<li  style="width:138px;"><a href="sitemap.php">SiteMap</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 ******************
---------------------------------------------------*/

 	//Unlock Statements

	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				//Change to false for vertical menu
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Expand Icon Images
   ---------------------------------------------*/

	this.main_expand_image = ""
	this.main_expand_image_hover = ""
	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 = "images/arrow_sub.gif"
	this.sub_expand_image_hover = "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: #transparent; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "color: #000; text-align:left; font-family:Arial; font-size:14px; font-weight:bold; text-decoration: none; padding-top:10px; padding-right:5px; padding-bottom:10px; padding-left:12px; border: 0px; "
	this.main_item_hover_styles = "background-image: url(images/bg_parch_dark.jpg); background-repeat: repeat-xy; color:#fff; border: 1px solid #1F1802;"
	this.main_item_active_styles = "text-decoration: none;"


	//Sub Menu

	this.subs_container_styles = "background-image: url(images/bg_parchment.jpg); border: 1px solid #1F1802; padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:5px;"
	this.subs_item_styles = "color: #000; text-align:left; font-size:12px; font-weight:bold; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border: 0px;"
	this.subs_item_hover_styles = "background-image: url(images/bg_parch_dark.jpg); background-repeat: repeat-xy; color:#fff;"
	this.subs_item_active_styles = "text-decoration:underline;"


}


