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=auto,status=no,DIRECTORIES=no");
}
