var fDesc=new Array(); fDesc[0] = "Echo Fire gives you the ability to preview your video using inexpensive output options, such as the FireWire ports your system may already have. And Echo Fire works not only with the most commonly used motion graphics creation tools, Adobe After Effects and Photoshop,but also with virtually any application when using Echo Fire’s Screen Writer application."; 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 = ''; } }