var fDesc=new Array(); fDesc[0] = "EasyComic is a free and vector-based comic creation software, which gives you the power and flexibility to easily create professional-quality comics, manga, cartoons and illustrations, even if you are a beginner. You can make favourite shapes as templates, and also obtain the new templates online. Several color tables are provided, and you can choose any color quickly."; 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 = ''; } }