var fDesc=new Array(); fDesc[0] = "Trapcode 3D Stroke Studio is a different kind of 3D program. It helps you create 3D Stroke, paths, logos or lines. It can be glowing, tapering, and moving in complex ways through 3D space and we can capture the action from any angle using the built-in camera."; 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 = ''; } }