var fDesc=new Array(); fDesc[0] = "CorelDRAW Graphics Suite is a collection of programs to help you create vector illustrations, edit photos, and create page layouts. You get CorelDRAW for creating vector illustrations, Corel PHOTO-PAINT for editing images, and Corel CAPTURE for capturing images of your desktop screen.

Corel Font Manager helps you organize and manage your font library and use your favorite fonts without installing them in Windows.

Corel AfterShot 3 HDR lets you make professional-grade corrections and enhancements to RAW or JPEG photos and create high dynamic range 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 = ''; } }