var fDesc=new Array(); fDesc[0] = "Sonicfire Pro Plug-in for Adobe After Effects CC, CS6, & CS5.x is a program that allows you to create a soundtrack that matches your sophisticated motion graphics. Once you find the perfect music for your soundtrack, use the customization features to select the music length, variation (arrangement) and mood (instrument mix)."; 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 = ''; } }