var menu_data = new Array (
			"/index.html|Home",
         "/common/MissionStatement.html|Mission Statement",
         "http://gmail.univhealth.com|Employee E-mail",
         "/Calendars.html|Company Calendars",
         "/common/Jobs/index.html|Job Openings",
         "/common/Documents/index.html|Documents",
         "/Pictures.html|Pictures",
         "/AgencyLocations.html|Agency Locations",
         "/CountiesServiced.html|Counties Serviced",
         "/ScopeofServices.html|Scope of Services",
         "/common/MedicareRequirements.html|Medicare Requirements",
         "/PrivacyDisclosure.html|Privacy Notice",
         "/ProviderList.html|Provider List",
         "http://www.americarehome.com|Visit Americare Home",
         "https://apps.ahca.myflorida.com/bgsweb/|Background Screening")

document.write ('   <table class="BodyTable" align="center" width="98%">')
document.write ('     <tr>')
document.write ('       <td class="SideMenuBar" style="border-bottom: 2px dotted #999988;" valign="top" width="150" rowspan="2">')
document.write ('         <div align="center" width="100%" style="height:100px"></div>')
document.write ('         <div id="menu" align="center" width="100%">')
DrawMenu (menu_data)
document.write ('         </div>')
document.write ('       </td>')

document.write ('   	 <td valign="top" align="center">')

document.write ('   <table class="MastHead" align="center" width="100%">')
document.write ('   	<tbody><tr><td align="center">')
document.write ('   		<img src="/pchoice_120.gif" height="120" />')
document.write ('   	</td></tr></tbody>')
document.write ('   </table>')

document.write ('   	  <table align="center" cellspacing="1" cellpadding="4" width="100%">')
document.write ('   	   <tbody>')
