var fDesc=new Array(); fDesc[0] = "This simple and easy-to-use Print Creations application lets you quickly turn your favorite digital snapshots into gorgeous color prints in all standard sizes perfect for framing, scrapbooking, or sharing with family and friends.
Print photos at 8x10, 5x7, 4x6, 3 x5, 11x17cm, 9x15cm, wallet, passport, and more. Simply select a template during the design step, then fill in the page of photo prints. You can print a whole page of the same photo, or select several photos and print them all at once."; 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 = ''; } }