<!--
        function makeRemote(jump) {
        remote = window.open((jump),"remotewin", "resizable=yes,status=yes,toolbar=no,scrollbars,location=no,width=745,height=500");
     }
        function makeRemote2(jump) {
        remote = window.open((jump),"remotewin", "resizable=yes,status=yes,toolbar=no,scrollbars,location=no,width=545,height=500");
     }
        function makeRemote3(jump) {
        remote = window.open((jump),"remotewin", "resizable=yes,status=yes,toolbar=yes,scrollbars,location=yes,width=400,height=238");
     }

//-->