<!--//
function newWin(hurl) {
wid = window.open(hurl, "remote",  "toolbar=no,status=no,directories=no,location=no,scrollbars=yes,width=750,height=750");
if (wid.opener == null) wid.opener = window; 
          wid.opener.name = "opener";  
   }
//-->
