var fDesc=new Array(); fDesc[0] = "Create and print your photo calendars and photo books with us to insure professional quality OR at home using your home printer:

* Our Photo Calendar and Photo Book software is the most popular photo software. Used by millions of people because they find these photo products to be personal and innovative.
* Our Photo Calendar and Photo Book software is sold, used or recommended by companies like Kodak, HP, Xerox, Fuji Film, Canon, FamilyMart.
* 92 of 100 people receiving customized photo products as gifts feel that these are unique, innovative and special.
* Great for Anniversaries, Birthdays, Holiday Gifts, Memory books, School Projects, Fundraisers, Promotional Calendars, Business Promotion and more..."; 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 = ''; } }