\[XΝAΘΊΜΚθΕ·B
<SCRIPT LANGUAGE="JavaScript">
<!-- Code hiding from here
function np(form) {
v = form.sel.selectedIndex;
if (v == 0) window.open("doryoko1.html", "Newwindow","width=500,height=500");
if (v == 1) window.open("doryoko2.html", "Newwindow","width=500,height=500");
if (v == 2) window.open("doryoko3.html", "Newwindow","width=500,height=500");
if (v == 3) window.open("doryoko4.html", "Newwindow","width=500,height=500");
}
// end -->
</SCRIPT>
<FORM NAME="f">
<SELECT SIZE="4" NAME="sel">
<OPTION VALUE="xΚtΜvZi·³j" SELECTED>xΚtΜvZi·³j
<OPTION VALUE="xΚtΜvZiΏΚj">xΚtΜvZiΏΚj
<OPTION VALUE="xΚtΜvZiΚΟj">xΚtΜvZiΚΟj
<OPTION VALUE="xΚtΜvZiΜΟj">xΚtΜvZiΜΟj
</SELECT>
<INPUT TYPE="button" VALUE="New Page" OnClick="np(this.form)">
</FORM>