var fDesc=new Array(); fDesc[0] = "CyberLink PowerDirector 13 Ultimate Suite is a program that contains a fast video editing tool, PowerDirector, an advanced audio editing tool, AudioDirector, a creative color grading app, ColorDirector, plus PowerDirector Mobile. It provides total flexibility to customize your transition effects and titles, you can easily stabilize your footage and generate the best result, enhance and stylize your videos, and correct white balance, adjust tonality and fix exposure problems."; 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 = ''; } }