function selectaplace(form) {
var appname= navigator.appName;
var appversion=parseInt(navigator.appVersion);
if (appname == "Netscape" && appversion >= 3) {
var formindex=form.select1.selectedIndex;
var storage=form.select1.options[formindex].text;
if (form.select1.options[formindex].value != "none") {
var msg=storage+"You are now being transferred to the -> "+storage;
for (var spot=0;spot<msg.length-storage.length;spot++) {
var x=msg.substring(spot,msg.length);
form.select1.options[formindex].text=x;
for(var d=0;d<150;d++) { };
}
window.location=form.select1.options[formindex].value;
form.select1[formindex].text=storage;
} else  {
form.select1[formindex].text="Test";
for(var d=0;d<1250;d++) { };
form.select1[formindex].text=storage;
   }
}
else {
var formindex=form.select1.selectedIndex;
window.location=form.select1.options[formindex].value;
   }
}
function makeMyMenu() {
document.write ('<form><label for="select1" class="hidden">Quick Reference Menu</label><select name="select1" id="select1" onChange="selectaplace(this.form)" size=1>');
document.write ('<option value=#>Quick Reference Menu');
document.write ('<option value=/resources/conferences/index.htm>Conferences');
document.write ('<option value=/resources/databases/index.htm>Databases');
document.write ('<option value=/resources/funding/index.htm>Funding Resources');
document.write ('<option value=/ka/grantee/index.htm>Grantee Assistance');
document.write ('<option value=/ka/index.htm>Knowledge Adoption');
document.write ('<option value=/mli/index.htm>Multi-Language Initiative');
document.write ('<option value=/workforce/index.htm>Workforce Development');
document.write ('<option value=/general/help.htm>Online Help Manual');
document.write ('<option value=/general/order.htm>Ordering Information');
document.write ('<option value=/products/index.htm>Products');
document.write ('<option value=/products/manuals/advisory/index.htm>- - - Advisory Series');
document.write ('<option value=/products/brochures/index.htm>- - - Brochures');
document.write ('<option value=/products/manuals/cyt/index.htm>- - - CYT Series');
document.write ('<option value=/products/tools/keys/index.htm>- - - KAP Keys');
document.write ('<option value=/products/manuals/index.htm>- - - Manuals');
document.write ('<option value=/products/manuals/matrix/index.htm>- - - Matrix Manuals');
document.write ('<option value=/products/brochures/index.htm>- - - Periodicals');
document.write ('<option value=/products/tools/ad-guides/index.htm>- - - Quick Guides (Admin.)');
document.write ('<option value=/products/tools/cl-guides/index.htm>- - - Quick Guides (Clinicians)');
document.write ('<option value=/products/manuals/index.htm>- - - Resource Documents');
document.write ('<option value=/products/manuals/index.htm>- - - TAPs');
document.write ('<option value=/products/manuals/tips/index.htm>- - - TIP Series');
document.write ('<option value=/products/manuals/tips/archive.htm>- - - TIP Series Archive');
document.write ('<option value=/products/manuals/tcc/index.htm>- - - TCC');
document.write ('<option value=/general/sitemap.htm>Site Map');

document.write ('</select>');
document.write ('</form>');
}
makeMyMenu();

