﻿function formHandler(form){

var URL = document.scientists.member.options[document.scientists.member.selectedIndex].value;

window.location.href = URL;

}



if (navigator.appName == "Microsoft Internet Explorer")

{

{

document.write("<center><form name='scientists'>");

document.write("<select name='member' style='font-family:verdana; color: #000088;'");

document.write("onchange='javascript:formHandler(this)'>");

document.write("<option value='../scientists.htm'>Scientists \n");

document.write("<option value='MKleban.htm'>Morton Kleban, Ph.D. \n");

document.write("<option value='KRichards.htm'>Kathy Richards, Ph.D., R.N., FAAN \n");

document.write("<option value='KVanHaitsma.htm'>Kimberly Van Haitsma, Ph.D. \n");

document.write("</select>");

document.write("</form></center>");

}

}
