var fDesc=new Array(); fDesc[0] = "Toki LineTest is a pencil test software for cartoonists and animators, for the professionals in animation, students or amateurs. You can check the rhythm of an animation based on early key drawings, control the animation using stop motion, create an animation and sound sequence for distribution on digital media and much more."; 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 = ''; } }