var fDesc=new Array(); fDesc[0] = "EZ Photo Newsletter allows you to create a fun looking newsletter or invitation in minutes. Simply choose a pre made template (12 available), select your color theme, clipart border, and start typing your newsletter. You can easily add images to your newsletter by simply browsing for the images on your computer. Add your friends and family members to the provided contact book and now you can print or email your newsletter directly to any contact. When printing the newsletter to your contacts, it will create a new newsletter for each contact and salute them individually. EZ Photo Newsletters built-in-contact book works seamlessly with the newsletter creator making it easy to share your newsletters with all your friends and family. The software will also print addresses on envelopes for you making it easy to mail your newsletters. Say goodbye to hand addressing each envelope."; 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 = ''; } }