function popup(linkObj) {
  if (window.newwin) newwin.close();
  newwin=window.open(linkObj.href,'newwin','resizable=no,width=525,height=437');
  newwin.focus();
  return false
}