var fDesc=new Array(); fDesc[0] = "Toon Boom Studio is the best 2D animation software to learn and create animation with. Ideal for students and hobbyists looking for an easy-to-use animation program, excellent for teachers and educational institutions, Studio makes all animation techniques accessible to users, offering them the most creative and rewarding experience."; 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 = ''; } }