
document.write('\
<div><div><div style="display:none;"><ul id="imenus0" style="width:800px; height:28px;">\
<li style="width:60px; height:28px;"><a href="index.html"><img src="images/home.gif" width="43" height="13" border="0"></a>\
\
<li style="width:140px;"><a href="company.html"><img src="images/company.gif" width="69" height="16" border="0"></a>\
\
	<div><div style="width:140px;left:38px;"><ul style="">\
	<li ><a href="why-us.html" class="links">Why Us</a></li>\
	<li ><a href="contact_us.html">Maps and Directions</a></li>\
	</ul></div></div></li>\
\
<li style="width:125px;"><a href="services.html"><img src="images/services.gif" width="61" height="13" border="0"></a>\
	<div><div style="width:165px;top:0px;left:40px;" nowrap><ul style="">\
	<li ><a href="injury-care.html">Injury Care</a>\
\
		<div><div style="width:140px;top:-18px;left:164px;"><ul style="">\
		<li ><a href="case-management.html" >Case Management</a></li>\
		<li ><a href="medical-dispensing.html" >Medical Dispensing</a></li>\
		<li ><a href="physical-therapy.html" >Physical Therapy</a></li>\
		</ul></div></div></li>\
\
	<li><a href="drug-alcohol-testing.html" >Drug and Alcohol Testing</a>\
\
		<div><div style="width:193px;top:-18px;left:164px;"><ul style="">\
		<li ><a href="mro-services.html" >MRO Services</a></li>\
		<li ><a href="employee-assistance-programs.html" >Employee Assistance Programs</a></li>\
		<li ><a href="regulatory-compliance.html" >Regulatory Compliance</a></li>\
		<li ><a href="24-hour-on-site-collections.html" >24-Hour On-Site Collections</a></li>\
		<li ><a href="site-network.html" >Collections Site Network</a></li>\
		</ul></div></div></li>\
\
	<li><a href="physical-examinations.html">Physical Examinations</a>\
\
		<div><div style="width:210px;top:-18px;left:164px;"><ul style="">\
		<li ><a href="customized-company-evaluations.html" >Customized Company Evaluations</a></li>\
		<li ><a href="dot.html" >DOT</a></li>\
		</ul></div></div></li>\
\
	<li><a href="preventive-medicine.html">Preventive Medicine</a></li>\
	</ul></div></div></li>\
<li  style="width:125px;"><a href="resources.html"><img src="images/resources.gif" width="75" height="13" border="0"></a>\
\
	<div><div style="width:175px;top:;left:28px;"><ul style="">\
	<li ><a href="authorization.html">Authorization for Treatment</a></li>\
	<li ><a href="first_report__injury.pdf" target="_new">First Report of Injury</a></li>\
	<li ><a href="links.html">Links</a></li>\
	<li ><a href="dfwp_application.doc" target="_new">DFWP Application</a></li>\
	<li ><a href="faa-registration_vld.doc" target="_new">FAA Registration Format</a></li>\
	</ul></div></div></li>\
\
<li  style="width:125px;"><a href="contact_us.html"><img src="images/contact_us.gif" width="78" height="13" border="0"></a>\
\
</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 ******************
---------------------------------------------------*/


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 = "images/arrows.gif"
	this.main_expand_image_hover = "images/arrows.gif"
	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/arrows.gif"
	this.sub_expand_image_hover = "images/arrows.gif"
	this.sub_expand_image_width = "8"
	this.sub_expand_image_height = "8"
	this.sub_expand_image_offx = "-8"
	this.sub_expand_image_offy = "8"



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

	//Main Menu

	this.main_container_styles = "border-style:solid; border-color:#ffffff; border-width:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "color:#e6e6e6; text-align:center; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none; padding-top:12px; padding-right:0px; padding-bottom:2px; padding-left:12px; border-style:none; border-color:#000000; border-width:1px; "
	this.main_item_hover_styles = "color:#ffffff; "
	this.main_item_active_styles = "text-decoration:underline; "


	//Sub Menu

	this.subs_container_styles = "background-color:#EEEEEE; border-top:solid #AD1C21 6px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.subs_item_styles = "color:#000000; text-align:left; font-size:12px; font-weight:bold; text-decoration:none; padding-top:0px; padding-right:0px; padding-bottom:2px; padding-left:5px; border-top:solid #EEEEEE 0px"
	this.subs_item_hover_styles = "background-color:#AD1C21; color:#ffffff;"
	this.subs_item_active_styles = "text-decoration:none; color:#ffffff; "


}



