var name;

function OpenRemoteDiario(URL) 

{

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

        name.location = URL;

}