var fDesc=new Array(); fDesc[0] = ""Create Treasured Keepsake Gifts for Newborns". The perfect gift for the proud new parents. Featuring its own graphics, this full color printout is available in two graphics styles to suit the tastes of almost anyone who wants that "just right" presentation gift. View it, print it, create a PDF file and email it - the choice is yours with this versatile software. You are given complete flexibility over the background graphics, font selection, and font color as well as a number of output options including Adobe PDF creation with email capability. Color printer recommended or choose "no graphics" and use your own background paper and get creative!"; 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 = ''; } }