var fDesc=new Array(); fDesc[0] = "Imagine your best photo ever-now bring it to life with the ultimate photo editor. Corel® PaintShop® Pro X6 Ultimate combines the pro-quality photo-editing tools of PaintShop Pro X6 with powerful image correction technology Perfectly Clear by Athentech Imaging, portrait beautifying tools Reallusion® FaceFilter3 Standard and a collection of creative extras. Built with powerful new 64-bit architecture, this comprehensive photo editor offers more speed than ever before. With so many image-perfecting tools at your fingertips, you'll be inspired to create unforgettable photos and designs."; 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 = ''; } }