<!-- PullDown Menu Code Started. -->
<form name='PulldownMenu'>
<select name='menu' size=1>
<option value='http://www.btinternet.com/~yang'> 杨延哲的主页(E-port主要成员)</option>
<option value='http://hamlet.yeah.net'>陈大年的主页(E-port主要成员)</option>
</select>
<input type="button" onclick="location.href=PulldownMenu.menu.options[PulldownMenu.menu.selectedIndex].value" value="GO">
</form>
<!-- End of Code -->