function obrir(URL, title) {
   window.open(URL, title, "width=700,height=450,scrollbars=YES");
} 
