\n'); } function openTranscripts(n, wd, ht){ var w, h, l, t; w = (wd>100)?wd:100; h = (ht>100)?ht:100; l = t = 50; transcript_window = window.open(n, "transcript_window", "width="+w+", height="+h+", innerWidth="+w+", innerHeight="+h+", directories=0, location=0, menubar=0, resizable=0, scrollbars=1, status=0, titlebar=0, toolbar=0"); transcript_window.moveTo(l,t); transcript_window.focus(); } function closeTranscripts(){ if(transcript_window){ transcript_window.close(); } } //-->