var fDesc=new Array(); fDesc[0] = "Magic Bullet Colorista Free is a simplified, elegant color corrector that anyone can share and use. The program is workflow-ready to share Color Decision List (CDL) values with CDL-compliant host apps and conform your color work to industry standards. It works with Adobe After Effects, Adobe Premiere Pro and Apple Final Cut Pro."; 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 = ''; } }