// Abrir y cerrar ventanas secundarias

function ventanaSecundaria (URL){
   window.open(URL,null,"width=437,height=300,status=yes,toolbar=no,menubar=no,location=no")
}

function cerrarVentana()
{	this.close(); }