var fDesc=new Array();
fDesc[0] = "A family of fun and easy print-project software that brings out the creativity in you. The Cards & Calendars Bundle bundle contains Print Creations Quarter Fold Greeting Card, Print Creations Half Fold Greeting Card, Print Creations Slimline Card, and Print Creations Photo Calendar!
Main Features :
- Personalized Text : Add personal messages; Add photo captions; Mark special days on your calendar
- Preview and Printing : includes interactive preview, with page-turning effects; works with all popular photo and card paper brands; works with the color printer you already own
- Simple Photo Editing : automatically remove red-eye; automatically enhance photos with one click
- High Quality Output Print Wizard
- Time-Saving Photo Technologies : automatic face detection - the software finds and centers on the faces in your picture; zoom, pan, rotate, flip";
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 = '';
}
}