<!--
var verStr2=navigator.appVersion;
var vers2=parseFloat(verStr2);
var content;
var version;

if (vers2 >=4)
{
document.write('	<div id="hidemenusDiv">	');
document.write('			<img src="images/pixel.gif" width="700" height="600" border="0"></div>		');
document.write('		<p><!-- NEWS -->	');
document.write('		<div id="servicesDiv">	');
document.write('			<table border="0" cellpadding="0" cellspacing="0" width="113">	');
document.write('				<tr>	');
document.write('					<td><a href="#"><img src="images/menu00.gif" width="146" height="27" border="0"></a></td>	');
document.write('				</tr>	');
document.write('			</table>	');	
document.write('		</div>	');
document.write('		<div id="servicesmenuDiv">  	');
document.write('			<table border="0" cellpadding="0" cellspacing="0" width="113"> 	');

document.write('				<tr>		');
document.write('					<td bgcolor="#ffffcc" align="center">	');
document.write('						<table border="0" cellpadding="1" cellspacing="0" bgcolor="ffff66" width="164">		');
document.write('							<tr valign="top">	');
document.write('								<td width="5"><img src="images/arrow.gif" width="3" height="5" border="0" vspace="4" hspace="2"></td>	');
document.write('								<td class="mymenu"><a href="ayurveda-history.html" class="mymenu">Ayurveda</a></td>	');
document.write('							</tr>	');

document.write('							<tr valign="top">		');
document.write('								<td width="5"><img src="images/arrow.gif" width="3" height="5" border="0" vspace="4" hspace="2"></td>	');
document.write('								<td class="mymenu"><a href="asian-history.html" class="mymenu">East Asian Medicine</a></td>		');
document.write('							</tr>	');

document.write('							<tr valign="top">	');
document.write('								<td width="5"><img src="images/arrow.gif" width="3" height="5" border="0" vspace="4" hspace="2"></td>	');
document.write('								<td class="mymenu"><a href="native-history.html" class="mymenu">Native American Medicine</a></td>	');
document.write('							</tr>	');

document.write('							<tr valign="top">	');
document.write('								<td width="5"><img src="images/arrow.gif" width="3" height="5" border="0" vspace="4" hspace="2"></td>	');
document.write('								<td class="mymenu"><a href="tibetan-history.html" class="mymenu">Tibetan Medicine</a></td>	');
document.write('							</tr>	');

document.write('							<tr valign="top">	');
document.write('								<td width="5"><img src="images/arrow.gif" width="3" height="5" border="0" vspace="4" hspace="2"></td>	');
document.write('								<td class="mymenu"><a href="other-history.html" class="mymenu">Other</a></td>	');
document.write('							</tr>	');

document.write('						</table>	');
document.write('					</td>	');
document.write('				</tr>	');
document.write('				<tr height="1">	');
document.write('					<td height="1" bgcolor="#ffffcc" class="null"><img src="images/pixel.gif" width="1" height="1"></td>	');
document.write('				</tr>	');
document.write('			</table>	');
document.write('		</div>	');

}
// -->
