var fDesc=new Array(); fDesc[0] = "Being an artist is easier than ever with PostworkShop! Our free version allows you to test the artistic waters with our easy, simple-to-use software. Explore the basic features and functionality at no cost to you.
Watch your artistic abilities expand when using this free painting software. Just select an image and go!
PostworkShop Basic Edition supports Windows XP, Windows Vista, and Windows 7 32-bit version, and Mac OS X 10.5/10.6 (Intel only) 32-bit version."; 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 = ''; } }