function openLectureWindow(theURL) { //v2.0
  window.open(theURL,'lecture','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=632,height=600');
}