
document.write('\
<div><div><div style="display:none;"><ul id="imenus0" style="width:149px">\
\
<li><a href="index.php">Home</a></li>\
\
<li><a href="about.php">About Us</a></li>\
\
<li  style="width:135px;"><a href="pool.php">Pool & Spa Maintenance</a>\
\
	<div><div style="width:150px; top:-40px; left:149px;"><ul style="">\
	<li ><a href="pool_home.php" >Home Owners</a></li>\
	<li ><a href="pool_hotel.php" >Hotels</a></li>\
	<li ><a href="pool_health.php" >Health Clubs</a></li>\
	<li ><a href="pool_senior.php" >Senior Living</a></li>\
	<li ><a href="pool_condo.php" >Apartments/Condos</a></li>\
	</ul></div></div></li>\
\
	<li><a href="features.php">Features & Benefits</a>\
\
	<div><div style="width:150px; top:-40px; left:149px;"><ul style="">\
	<li ><a href="features_solutions.php" >The Solution</a></li>\
	<li ><a href="features_faq.php" >F.A.Q.</a></li>\
	<li ><a href="dcamanual.pdf" target="_blank">Owner&rsquo;s Manual</a></li>\
	<li ><a href="poolbrochure.pdf" target="_blank">Brochure</a></li>\
	</ul></div></div></li>\
	<li><a href="contact.php">Contact Us</a>\
\
	<div><div style="width:140px; top:-24px; left:149px;"><ul style="">\
	<li ><a href="contact.php">Contact Us Form</a></li>\
	<li ><a href="lit_pool.php" >Free Analysis</a></li>\
	</ul></div></div></li>\
\
	<li><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
	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; border:0px; padding 0px; "
	this.main_item_styles = "color:#fff; text-align:left; font-family:Arial; font-size:14px; font-weight:bold; text-decoration:none; padding-top:4px; padding-right:5px; padding-bottom:4px; padding-left:12px; border-style:none; border-color:#000000; border-width:0px; "
	this.main_item_hover_styles = "background-color:#198F81; color:#fff; "
	this.main_item_active_styles = "text-decoration:none; "


	//Sub Menu

	this.subs_container_styles = "background-image: url('images/tile_water.jpg'); background-repeat: repeat-xy; border: 2px solid #198F81; padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:5px; "
	this.subs_item_styles = "color:#fff; text-align:left; font-size:13px; font-weight:bold; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-width:1px; "
	this.subs_item_hover_styles = "background-color:#198F81; color:#fff;"
	this.subs_item_active_styles = "text-decoration:underline; "


}


