<!-- begin hiding script

//This script launches the remote window

     function makeRemote(url,w,h) {

     remote = window.open("","remotewin","width=" + w + ",height=" + h + ",location=0,resizable=1,scrollbars=1,toolbar=0,location=0,status=0,screenX=10,screenY=10,dependent=0");

     remote.location.href =

     url;

         if (remote.opener == null) remote.opener = window; 

     window.name = "opener";

     }


// stop hiding script -->
