document.write('<p>Hittills presenterade spelare i bokstavsordning</p>'); 
document.write('<FORM>'); 
//document.write('<INPUT TYPE="BUTTON" VALUE="Visa spelare" onClick="surfto(this.form)"><br>'); 
document.write('<SELECT NAME="SelectMenu" "multiple size=20" onChange="surfto(this.form)">'); 
tot = siteopt.length;
for (var i = 1; i <= tot; i++) 
	document.write("<OPTION VALUE=" +url[i]+ ">" +siteopt[i]); 
document.write('</SELECT>'); 
document.write('</FORM>');