<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function makeRemote(jump) {
        remote = window.open((jump),"remotewin", "resizable=yes,toolbar=no,scrollbars,location=no,width=460,height=510");
     }

function makeRemote2(jump) {
        remote = window.open((jump),"remotewin", "resizable=yes,toolbar=no,scrollbars,location=no,width=630,height=600");
     }

function makeRemote3(jump) {
        remote = window.open((jump),"remotewin", "resizable=yes,toolbar=no,scrollbars,location=no,width=460,height=570");
     }


function jump(jump) {
        remote = window.open((jump),"remotewin", "resizable=yes,toolbar=no,scrollbars,location=no,width=500,height=250");
     }

function jumpphoto(jump) {
        remote = window.open((jump),"remotewin", "resizable=yes,toolbar=no,scrollbars,location=no,width=600,height=500");
     }

//-->
