var fDesc=new Array(); fDesc[0] = "TotalCode Studio is a professional desktop encoding program for a broad range of digital distribution and broadcast formats. It includes powerful features such as watch folder automation, batch list encoding, as well as audio and video filters - color correction, timecode insertion and audio normalization. TotalCode Studio enables you to convert your video and audio into numerous formats, so it can be used in nearly all professional market segments."; 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 = ''; } }