function go(f) {
	temp ="http://www.onchat.com/cgi-bin/chatscripts/windowchat.cgi?";
    	temp +="loco=windowchat2.cgi&world=archers2000/"+f.world.value+"&handle="+f.handle.value;
        remote=window.open(temp,"remotewin","width=643,height=473,status=yes");
}

