document.write('\
<div style="position:relative;"><div style="display:none;"><ul id="imenus0" style="width:520px; height:20px">\
<li  style="width:60px;"><a href="http://texasareaproperties.com/index.html">Home</a>\
\
<li  style="width:75px;"><a href="http://texasareaproperties.com/aboutus.htm"><font color="FFFFFF">About Us</font></a>\
\
<li  style="width:85px;"><a href="#"><font color="FFFFFF">Properties</font></a>\
\
	<div><ul style="width:135px;top:;left:;"><div>\
	<li ><a href="http://texasareaproperties.com/properties_commercial.htm">Commercial</a></li>\
	<li ><a href="http://texasareaproperties.com/properties_industrial.htm">Industrial</a></li>\
	<li ><a href="http://texasareaproperties.com/properties_retail.htm">Retail</a></li>\
	<li ><a href="http://texasareaproperties.com/properties_multifamily.htm">Multi-Family</a></li>\
	<li ><a href="http://texasareaproperties.com/properties_residential.htm">Residential Investment</a></li>\
	</div></ul></div></li>\
\
<li  style="width:150px;"><a href="http://texasareaproperties.com/property_management.htm"><font color="FFFFFF">Property Management</font></a>\
\
<li  style="width:70px;"><a href="http://texasareaproperties.com/contact.htm"<font color="FFFFFF">Contact</font></a>\
\
<li  style="width:95px;"><a href="#"><font color="FFFFFF">About Texas</font></a>\
\
	<div><ul style="width:115px;top:;left:;"><div>\
	<li ><a href="http://texasareaproperties.com/maps_directories.htm">Maps & Directories</a></li>\
	<li ><a href="http://texasareaproperties.com/schools.htm">Schools</a></li>\
	</div></ul></div></li>\
\
<div style="clear:left;"></div></ul></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 ******************
---------------------------------------------------*/


function imenus_data0(){


	this.enable_visual_design_mode = true			//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 = "0"
	this.main_expand_image_height = "0"

	this.sub_expand_image = ""
	this.sub_expand_image_hover = ""
	this.sub_expand_image_width = "0"
	this.sub_expand_image_height = "0"



   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#3C71B9; background-image:; border-style:solid; border-color:; border-width:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "background-color:#3C71B9; background-image:; color:#ffffff; text-align:center; font-family:Tahoma; font-size:11px; font-weight:bold; text-decoration:none; padding-top:3px; padding-right:5px; padding-bottom:3px; padding-left:5px; border-style:none; border-color:; border-width:0px; "
	this.main_item_hover_styles = "background-color:#4C82B4; background-image:; color:#ffffff; font-weight:; text-decoration:; "
	this.main_item_active_styles = "background-color:#3C71B9; background-image:; color:#ffffff; font-weight:; text-decoration:; "


	//Sub Menu

	this.subs_container_styles = "background-color:#ffffff; background-image:; border-style:solid; border-color:#003366; border-width:1px; padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:5px; "
	this.subs_item_styles = "background-color:#ffffff; background-image:; color:#111111; text-align:left; font-family:; font-size:11px; font-weight:normal; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-color:#000000; border-width:1px; "
	this.subs_item_hover_styles = "background-color:#4C82B4; background-image:; color:#ffffff; font-weight:; text-decoration:; "
	this.subs_item_active_styles = "background-color:#4C82B4; background-image:; color:#ffffff; font-weight:; text-decoration:; "


}


