var fDesc=new Array(); fDesc[0] = "PD Particles is a software program for sketching, doodling, painting and drawing with particles. It is loaded with features made for professionals, yet priced low enough for artists, students and hobbyists at all levels. If you like to draw, this is for you! PD Particles is perfect for PC users with a passion for creativity. It is based on a standalone version of the award-winning particle painting system called OptiPustics, found also in Project Dogwaffle."; 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 = ''; } }