var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to create on-camera video presentations without having to memorize lines. Perfect for webcam recordings or YouTube videos, this application will display and scroll your custom text at full-screen resolution on your computer monitor. There are features to change the font color, font size, font style, background color, scrolling speed and text alignment. With a collection of simple yet powerful features, this software will help you create productions that will look professional and unscripted."; 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 = ''; } }