var fDesc=new Array(); fDesc[0] = "CrazyTalk is the world‘s most popular facial animation software that uses voice and text to vividly animate facial images. The brand new CrazyTalk 8 contains all the powerful features people love about CrazyTalk plus a highly anticipated 3D Head Creation tool, a revolutionary Auto Motion engine, and smooth lip-syncing results for any talking animation projects."; 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 = ''; } }