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

//-->