var name;

function OpenRemote(URL) 

{

        name = window.open(URL,"","resizable=no,toolbar=no,location=no,directories=0,status=0,menubar=0,scrollbars=yes,copyhistory=0,width=900,height=630");

        name.location = URL;

}