function popup(theURL,winName,features) { //v2.0
  //window.open(theURL,winName,features);
  window.open(theURL,'image','scrollbars=yes,resizable=yes,width=300,height=300');
}

function internpopup(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
