// JavaScript Document
function link_popup(enlace) {
      features='width=340, height=260,status=0, menubar=0,toolbar=0, scrollbars=0';
      window.open(enlace.getAttribute('href'), '', features);
}
