var fDesc=new Array(); fDesc[0] = "Cartoon Animator 4 (formerly known as CrazyTalk Animator) is a 2D animation software designed for both ability of entry and productivity. You can turn images to animated characters, control characters with your expressions, generate lip-sync animation from audio, accomplish 3D parallax scenes, produce 2D visual effects, access content resources, and wield a comprehensive photoshop pipeline to rapidly customize characters and create content."; 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 = ''; } }