var fDesc=new Array(); fDesc[0] = "Converts photographs into cartoons and drawings. It is a handy tool both for artists and those who don't know how to draw. You need to try to see. No drawing required! Use it as an avatar, to sign emails and letters, make greeting cards and party announcements, or illustrate a book or a paper. Cartoons also look great on T-shirts, mugs, and all kinds of gifts and make websites attractive and unique."; 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 = ''; } }