var fDesc=new Array(); fDesc[0] = "Are you upset? Boring? Then this program is for you! Caricature Maker is compact grapgical program, developed for processing photos with special warp and deformation effects. Now even design delitant can create funny caricature of himselft or his friends and relatives! You can change warp radius, which allows to work on both big changes and small details. You don't need to be an artist! No hard tools are used - even the kid can make funny caricature from any photo. Everything can be changed with one mouse click. You are limited only by own imagination!"; 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 = ''; } }