var fDesc=new Array(); fDesc[0] = "EZ Print Factory allows anyone to easily and quickly make photo album pages, prints, and collages of their digital images.

Main featurs:
-Choose from a variety of photo album page templates, collage templates, and standard print templates
-Add a caption next to each picture
-Easily create standard size prints of your images (4x5, 5x7, 8x10, etc)
-Preview your images in different templates within seconds
-All templates print on standard sized letter paper (8.5x11 inches)
-Locate your images in a flash by using the thumbnail view
-Easily Drag and Drop your pictures onto the style
-A great way to share your digital pictures with friends and family"; 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 = ''; } }