var fDesc=new Array(); fDesc[0] = "Movie Cartoonizer converts movies into animation. Just load a movie (or use your webcam), click a few buttons, and view the result animation. Making animation never been so easy! There is an automatic mode for easy use and a manual mode with various controls for advanced users. Movie Cartoonizer is a successor of Animation from Movie 2.0 and uses the same techniques as Photo to Cartoon. It is recommended to get familiar with Photo to Cartoon before using Movie Cartoonizer. The program supports avi, wmv, asf, mpeg and other video formats for input movies and gif, avi and wmv formats for the output animated clips. The result gif files can be easily inserted into web pages."; 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 = ''; } }