function popup(link) {
  window.open(link.href,'','width=690,height=550,location=no,menubar=no,status=no,toolbar=no,resizable=yes,scrollbars=yes');
  return false;
}
