        function makeRemote(jump) {
        remote = window.open((jump),"remotewin", "resizable=yes,toolbar=no,scrollbars,location=no,width=400,height=450");
     }
        function makeRemote2(jump) {
        remote = window.open((jump),"remotewin", "resizable=yes,toolbar=no,scrollbars,location=no,width=600,height=477");
     }
        function makeRemote3(jump) {
        remote = window.open((jump),"remotewin", "resizable=yes,toolbar=no,scrollbars,location=no,width=400,height=238");
     }
        function makeRemote4(jump) {
        remote = window.open((jump),"remotewin", "resizable=yes,toolbar=no,scrollbars,location=no,width=400,height=417");
     }
        function makeRemote5(jump) {
        remote = window.open((jump),"remotewin", "resizable=yes,toolbar=no,scrollbars,location=no,width=750,height=500");
     }
