function openColWin(theURL,winName,features) { //v2.0
  window.open(theURL,winName,"width=680,height=520,menubar=no,location=no,RESIZABLE=yes,scrollbars=auto,status=no,DIRECTORIES=no");
}

function openOtherWin(theURL,winName,features) { //v2.0
  window.open(theURL,winName,"width=680,height=520,menubar=no,location=no,RESIZABLE=yes,scrollbars=yes,status=yes,DIRECTORIES=yes");
}

function openItemWin(theURL,winName,features) { //v2.0
  window.open(theURL,winName,"width=480,height=640,menubar=no,location=no,resizable=no,scrollbars=no,status=no,directories=no");
}