var fDesc=new Array(); fDesc[0] = "A choice for digital photography, creative design and web graphics in one powerful suite, PhotoImpact® Pro 13 gives you everything needed to organize, edit, manage and share digital photos and more!

Whether you're new to digital photography or a seasoned professional, you'll appreciate the power and flexibility of PhotoImpact Pro. It not only delivers state-of-the-art image editing and high-end photo filters for enthusiasts, but also caters to first-time users with an improved Basic Mode, plus 1,500 photorealistic scrapbook embellishments."; 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 = ''; } }