var fDesc=new Array(); fDesc[0] = "Traditionally adding high quality 3D animation to a video project has been a time consuming and expensive process. Further it has required a specialized set of skills to use the complex 3D animation products currently available. ProAnimator is a must-have appliation that breaks new ground by giving video editors a way to easily create stylish 3D animations in the editing suite, with familiar looking tools and methods."; 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 = ''; } }