function Atras()
{
window.history.back ()
}

 function AbrirVentana(url)
{
win = window.open(url)
}
