var fDesc=new Array(); fDesc[0] = "We have designed Cartoon Effect Creator Media Software to be easy to use and learn. With our video-based help you will be up and going in minutes. Choose a filter mode, adjust the number of colors and then adjust the three parameters for the filter. Choose from 40 filter effects. Make your video a one of a kind. This program produces some of the best effects I have ever seen."; 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 = ''; } }