var fDesc=new Array(); fDesc[0] = "Script-Q is a teleprompter program for the most demanding professional teleprompter uses. It can be used for radio, television, and multimedia production; business/government presentations; student audio-visual classes, video-blogging, and videoconferencing. Podcasters are already serving up Web-delivered audio and video content with custom narration supported by Script-Q, and even church choirs have found great success utilizing the Script-Q Prompter Software to help parishioners follow along with songs and hymns."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }