var fDesc=new Array(); fDesc[0] = "This fun, easy-to-use Print Creations application lets you print great-looking, fully personalized slimline photo cards to mail to family and friends.

Main features:

- Dozens of professionally-designed slimline cards for all occasions, including holiday collections for Christmas and Hanukkah
- Download new card designs
- Add your own digital pictures and text
- Edit photos by adjusting brightness, contrast, saturation, and more Print at home or online, then mail to family and friends
- Works with the color printer you already own"; 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 = ''; } }