function link_popup(enlace) {

      features='width=680, height=600, status=0, menubar=0, toolbar=0, scrollbars=1';
      window.open(enlace.getAttribute('href'), '', features);
}
function imprimir() {
  if (window.print)
    window.print()
  else
    alert("Disculpe, su navegador no soporta esta opción.");
}
