function makeRemote(jump) {
remote = window.open((jump),"remotewin", "resizable=yes,toolbar=no,status=no,location=no,scrollbars=yes,width=340,height=400");
}