var fDesc=new Array(); fDesc[0] = "Web Cartoon Maker is an online tool for making animated 2D cartoons. It is absolutely free! And we are talking about real long cartoons in AVI format which can be converted to DVD or blue-ray or uploaded to youtube in HD format. These are not just 3-4 seconds long animated gifs. Unlike much other similar software, Web Cartoon Maker does not pretend to be a so called WYSIWYG (or What You See Is What You Get) tool. It allows you to program your cartoons, using a programming language (we have UnderC C++ interpreter installed on our server). While it may sound odd at first, it is more convenient and quick in many cases. Imagine you need to move parts of you character in WYSIWYG editor... You know it is not very easy if you tried it"; 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 = ''; } }