// JavaScript Document
function cierra_ventana (URL){ 
window.open(URL,"_black")
top.close();
} 
