<script language="JavaScript"> function surfto(form) { var myindex=form.dest.selectedIndex window.open(form.dest.options [myindex].value,"main","menubar=1,toolbar=0,location=0,directori es=0,status=1,copyhistory=0,width=300,height=270"); } //--> </SCRIPT> <CENTER> <FORM NAME="myform"> <SELECT NAME="dest" SIZE=1> <OPTION VALUE="http://www.haraji.org/1000toman.html">haraji <OPTION VALUE="http://www.haraji.org"> haraji <OPTION VALUE="http://www.majthr.tk">majthr <OPTION VALUE="http://www.haraj.tk">haraj.tk </SELECT> <P> <INPUT TYPE="BUTTON" VALUE="Go !" onClick="surfto (this.form)"> </FORM> </CENTER>