
document.write('\
<div><div><div style="display:none;"><ul id="imenus0" style="width:525px">\
<li  style="width:80px;"><a href="http://www.core-action.com/index.php" target="_self">Home</a></li>\
\
<li  style="width:75px;"><a href="http://www.core-action.com/about.php" target="_self">About Us</a>\
\
	<div><div style="width:110px;top:0px;left:0px;"><ul style="">\
	<li ><a href="http://www.core-action.com/about.php" target="_self">Mission Statement</a></li>\
	<li ><a href="http://www.core-action.com/about.php" target="_self">Dale Biron</a></li>\
	<li ><a href="http://www.core-action.com/about.php#Judy" target="_self">Judy Burgio</a></li>\
	<li ><a href="http://www.core-action.com/about.php#clientList" target="_self">Client List</a></li>\
	</ul></div></div></li>\
\
<li  style="width:100px;"><a href="http://www.core-action.com/services.php" target="_self">Services</a>\
\
	<div><div style="width:150px;top:;left:;"><ul style="">\
	<li ><a href="http://www.core-action.com/services.php" target="_self">Executive Coaching</a></li>\
	<li ><a href="http://www.core-action.com/services.php#teamCoaching" target="_self">Team Coaching</a></li>\
	<li ><a href="http://www.core-action.com/services.php#organizationalCoaching" target="_self">Organizational Coaching</a></li>\
	<li ><a href="http://www.core-action.com/services.php#workshops" target="_self">Workshops</a></li>\
	<li ><a href="http://www.core-action.com/services.php#speaking" target="_self">Speaking</a></li>\
	<li ><a href="http://www.core-action.com/services-overview.php" target="_self">How Can We Help?</a></li>\
	</ul></div></div></li>\
\
<li  style="width:95px;"><a href="http://www.core-action.com/testimonials.php" target="_self">Testimonials</a></li>\
\
<li  style="width:115px;"><a href="http://www.core-action.com/newsletter.php" target="_self">Stay Connected</a>\
\
	<div><div style="width:175px;top:;left:;"><ul style="">\
	<li ><a href="http://www.core-action.com/newsletter.php" target="_self">Subscribe to Our Newsletter</a></li>\
	</ul></div></div></li>\
\
<li  style="width:85px;"><a href="http://www.core-action.com/resources.php" target="_self">Resources</a>\
\
	<div><div style="width:85px;top:;left:;"><ul style="">\
	<li ><a href="http://www.core-action.com/resources.php" target="_self">Articles</a></li>\
	</ul></div></div></li>\
\
<li  style="width:90px;"><a href="http://www.core-action.com/contact.php" target="_self">Contact Us</a></li>\
\
<li  style="width:68px;"><a href="http://www.core-action.com/contact.php" target="_self"> </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.
 
*/
/*---------------------------------------------
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 = ""
	this.main_expand_image_hover = "http://www.coachforwholehealth.com/images/arrow_main.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.coachforwholehealth.com/images/arrow_sub.gif"
	this.sub_expand_image_hover = "http://www.coachforwholehealth.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-image:url('http://www.core-action.com/images/BG_NavBar_black_1.jpg'); border-style:solid; border-color:#68B7C3; border-width:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "color:#fff; text-align:center; font-family:Arial; font-size:11px; line-height: 20px; font-weight:bold; text-decoration:none; padding-top:1px; padding-right:1px; padding-bottom:1px; padding-left:5px; border-style:none; border-color:#000000; border-width:0px; "
	this.main_item_hover_styles = "background-image: url('http://www.core-action.com/images/BG_NavBar_blue_1.jpg'); color:#white; "
	this.main_item_active_styles = "text-decoration:none; "


	//Sub Menu

	this.subs_container_styles = "background-color:#444; border-style:solid; border-color:#skyblue; border-width:0px; padding-top:2px; padding-right:2px; padding-bottom:2px; padding-left:2px; "
	this.subs_item_styles = "color:#fff; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-bottom: 1px solid #666; padding-top:2px; padding-right:2px; padding-bottom:2px; padding-left:2px; border-style:none; border-width:1px; "
	this.subs_item_hover_styles = "background-image:url('http://www.core-action.com/images/BG_NavBar_blue.jpg');  color:#fff; "
	this.subs_item_active_styles = "text-decoration:underline; "


}


