var fDesc=new Array(); fDesc[0] = "Converts movies into animation clips. Making animation never been so easy. Just load a movie or home-made video (in avi, wmv, asf, mpg or mpeg format), click a button and view the result animation. The animated clip can be saved in avi or swf format and can be easily included in a web page. Check our website http://www.caricature-software.com for example animated clips produced with this program. Animation from Movie complements PhotoS software http://www.caricature-software.com/products/photos.html that converts photographs into line drawings."; 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 = ''; } }