function popup(theURL,winName,features) { //v2.0

  //window.open(theURL,winName,features);
  window.open(theURL,'artnet','scrollbars=yes,resizable=yes,width=680,height=550');
}

function internpopup(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
