var fDesc=new Array(); fDesc[0] = "PD Pro Digital Painter is a paint application with built-in, user-defined, animated and fractal particle brushes.
Draw Anime, enjoy nature painting, edit photos & digital images, add special FX to CG animations and your home movies, do professional post work, and create fantasy art.
For developers and VB programmers there's also a free SDK to extend Dogwaffle with more filters and plugins."; 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 = ''; } }