
document.write('\
<div><div><div style="display:none;"><ul id="imenus0" style="width: 100%; height: 18px;">\
<li  style="width:63px;"><a href="index.php"><img src="images/nav_home.gif" width="63" height="18" alt="" border="0"></a></li>\
\
<li  style="width:84px;"><a href="about.php"><img src="images/nav_about.gif" width="84" height="18" alt="" border="0"></a>\
\
	<div><div style="width:200px;top:0px;left:14px;"><ul style="">\
	<li ><a href="about.php">Overview</a></li>\
	<li ><a href="about_family.php">A Fine Family of Companies</a></li>\
	</ul></div></div></li>\
\
<li  style="width:173px;"><a href="services.php"><img src="images/nav_services.gif" width="173" height="18" alt="" border="0"></a>\
\
	<div><div style="width:200px;top:0px;left:14px;"><ul style="">\
	<li ><a href="services.php">Overview</a></li>\
	<li ><a href="services_open.php">Open Source Architecture</a></li>\
	<li ><a href="services_knowledge.php">Knowledge Base</a></li>\
	<li ><a href="services_business.php">Business Models</a></li>\
	<li ><a href="services_pro.php">Professional Services</a></li>\
	</ul></div></div></li>\
\
<li  style="width:122px;"><a href="tools.php"><img src="images/nav_tools.gif" width="122" height="18" alt="" border="0"></a>\
	<div><div style="width:260px;top:0px;left:14px;"><ul style="">\
	<li ><a href="tools.php">Overview</a></li>\
	<li><a href="tools_search.php">Search Engine Marketing</a></li>\
	<li><a href="tools_email.php">Email Marketing Managed Service</a></li>\
	<li><a href="tools_media.php">Streaming Media and Photography Hosting</a></li>\
	<li><a href="tools_shopping.php">Online Shopping Cart</a></li>\
	<li><a href="tools_cms.php">Content Management System/Web Portal</a></li>\
	<li><a href="tools_listing.php">Free Business Listing</a></li>\
	<li><a href="http://www.hexhelp.com" target="_blank">HTML Color Code Chart</a></li>\
	</ul></div></div></li>\
\
\
<li  style="width:75px;"><a href="hosting.php"><img src="images/nav_hosting.gif" width="75" height="18" alt="" border="0"></a>\
\
	<div><div style="width:200px;top:0px;left:14px;"><ul style="">\
	<li ><a href="hosting.php">Overview</a></li>\
	<li ><a href="hosting_facilities.php">Facilities Management</a></li>\
	</ul></div></div></li>\
\
<li  style="width:96px;"><a href="colocation.php"><img src="images/nav_colo.gif" width="96" height="18" alt="" border="0"></a></li>\
\
<li  style="width:96px;"><a href="contact.php"><img src="images/nav_contact.gif" width="96" height="18" alt="" border="0"></a></li>\
\
<li  style="width:76px;"><a href="sitemap.php"><img src="images/nav_sitemap.gif" width="76" height="18" alt="" border="0"></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 = true
	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 = "arrow_sub.gif"
	this.sub_expand_image_hover = "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:#33CC00; padding: 0px; "
	this.main_item_styles = ""
	this.main_item_active_styles = "text-decoration:underline; "


	//Sub Menu

	this.subs_container_styles = "background-color:#000; border: 2px solid #670673; padding: 0px;"
	this.subs_item_styles = "color:#fff; text-align:left; font-size:12px; font-weight: bold; text-decoration:none; padding: 4px;"
	this.subs_item_hover_styles = "background-color:#33cc00; color: #670673; "
	this.subs_item_active_styles = "text-decoration:underline; "


}


