function ITwindow(theURL) { //v2.0
  window.open(theURL,'IT','scrollbars=yes,width=780,height=500');
}