function cerrar()
{
  var ventana=open('','','status=yes,width=400,height=250');
  ventana.document.write 
  ("Gracias por venir ;-)");
}

