var fDesc=new Array(); fDesc[0] = "Enter a world of infinite creativity with the comprehensive photo-editing and graphic design power of PaintShop Pro X8. Accelerate your photo editing with enhanced layers, more precise selection tools, faster brushes and extensive productivity-boosting improvements. Bring ideas to life with the most versatile photo-editing software value anywhere—no monthly subscription required."; 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 = ''; } }