<!--
var verStr1=navigator.appVersion;
var vers1=parseFloat(verStr1);

if(vers1<3)
content="Sorry.  You need 3.0 or above browser";

else if ((vers1 >= 3) && (vers1 < 4) || screen.width < 1024)
{ 	
// Version 3 throught 4

//document.write('<img src="images/shim.gif" height=1 width=150>');
document.write('      <form name="form1" >');
document.write('        <select  class="CHH" size="1" onchange="if(options[selectedIndex].value) location.href=this.options[this.selectedIndex].value">		');
document.write(' <option value="#" selected>Select System	');

document.write(' <option value="ayurveda-history.html">Ayurveda		');

document.write(' <option value="asian-history.html">East Asian Medicine		');

document.write(' <option value="native-history.html">Native American Medicine		');

document.write(' <option value="tibetan-history.html">Tibetan Medicine		');

document.write(' <option value="other-history.html">Other		');
document.write('          </select>		');
document.write('      </form>		');
}

else if(vers1 >=4)
{
// Version 4 and up

var rollover_text = " ('services') "

document.write('<a href="#" onmouseover="mainover ' + rollover_text + ' "><font face="Arial,Helvetica,sans-serif"><img src="images/middle_r1_c3.gif" width="168" height="24" alt="services" border="0"></font></a>');
}

else
content="Man, what kinda computer are you using?"
// -->
