function popUp(URL) {
window.open(URL, 'pagina', 'toolbar=0,scrollbars=1,location=0,statusbar=1,men ubar=0,resizable=0,width=400,height=400');
}