var fDesc=new Array(); fDesc[0] = "EZBook is flexible, allowing you to use photos from your photographer and candid shots from volunteers. Enlarge, reduce, rotate, crop, frame your photos — EZBook does it all! Create portrait pages, candid pages, even montage pages using EZBook. Automatically flow portrait pages and names onto your pages.

No need to spend endless hours learning complex programs like Adobe InDesign or Quark. EZBook includes AUTOFLOW technology that allows you to produce a portrait page in seconds! EZBook tools are simple, but the book you produce looks fantastic!"; 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 = ''; } }