var fDesc=new Array(); fDesc[0] = "Elemental Accelerator is a plug-in designed to add power and performance to the Adobe Premiere Pro CS4 workflow. Elemental Accelerator provides seamless workflow integration exclusively with Adobe Premiere Pro CS4. It is compatible with Premiere Pro CS4 only and at this time, there are no plans to develop a plug-in for Adobe Creative Suite 5."; 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 = ''; } }