var fDesc=new Array(); fDesc[0] = "Artoonix is a simple to use yet powerful software to create cartoons or animated movies. Animate the still pictures or drawings, import them from movies and series of photos, add your own sounds or insert music clips... In short, try out your creativity and then show the results to your friends or family."; 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 = ''; } }