function DoPop(theURL,winName,features) { //v2.0
  window.open(theURL,'pop', 'menubar=yes,scrollbars=yes,resizable=yes,width=420,height=300');
return false;
}

