var fDesc=new Array(); fDesc[0] = "Free Audio Video Studio is a comprehensive suite of handy utilities that enables you to perform a large variety of tasks, actions and operations with videos, images, audio files, and even documents. With the help of the included applications one can easily convert or edit video and audio files, create and rip CDs, DVDs, or even disc images, create slideshows and animations, convert PDFs and texts, and so on."; 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 = ''; } }