Forum Moderators: open
<form name="form1">
<select style="font-size:14px;color:black;font-family:garamond;background-color:silver;" name="menu">
<option value="index.html" target="main">Home</option>
<!--INFORMATION-->
<option>---INFORMATION---</option>
<option value="kcaabout.html" target="main">Public Education</option>
<option value="kcapupguide.html" target="main">Acquiring a Keeshond</option>
<option value="kcaspecial.html" target="main">Keeshond Specialties</option>
<option value="BKCspecial.html" target="main">Keeshond Specialty Photos</option>
</select>
<input style="font-size:14px;color:#ffffff;font-family:garamond;background-color:#006699;" type="button" onClick="location=document.form1.menu.options[document.form1.menu.selectedIndex].value;" value="click here">
</form>