function OpenNewWindow(stringurl,ancho,alto)
{
window.open(stringurl,"Registro","toolbar=no,scrollbars=no,width="+ancho+",height="+alto)

}