var fDesc=new Array(); fDesc[0] = "Video Pilot Plugin for Adobe Premiere is a digital video program that allows you to improve color balance of your video. The program is easily mastered and does not require any specific knowledge. To correct a color of your digital video using the plugin you only need to take two steps: 1) choose the region whose color needs to be corrected; 2) choose the color for performing color correction. You'll see the corrected image right away."; 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 = ''; } }