var fDesc=new Array(); fDesc[0] = "Corel Paint Shop Pro is a complete graphics package that enables the user to process, enhance, convert, print and save every digital image. It allows to acquire digital images from cameras, scanners or a file. Then you can work over the images, using the program´s tools.

Thus, you can rotate, resize, add borders or a picture frame, change colors, apply effects, split or combine channels, add a watermark, remove red eyes, enhance a poor photo, apply filters (predesigned or custom), work with layers, crop, resize the canvas, add text, convert it to curves, and every desired task you would need to use with your images."; 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 = ''; } }