// Abrir y cerrar ventanas secundarias

function ventanaSecundaria (URL){
   window.open(URL,null,"width=450,height=550,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes")
}

function cerrarVentana()
{	this.close(); }