var fDesc=new Array(); fDesc[0] = "PrintMaster Platinum is a Desktop Publishing software designed to access your PrintMaster 18 and earlier files on Windows 7.

Main features:

- Easily browse through thousands of projects for any occasion. Enjoy millions of creative options, and endless possibilities!

- Add photos or clip art images from the image library or upload your own photos or drawings. Over 600 fonts provide you with even more creative freedom!

- With PrintMaster's versatile publishing platform, you decide how you want to share your creations. Print, Email Projects, Publish to the Web, Burn to CDs or DVDs, Export Projects to Cell Phones & PDAs, Create Slideshows."; 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 = ''; } }