var fDesc=new Array(); fDesc[0] = "Easily turn your photos into an elegant hardcover book for about the price of the photos. The classic cloth-wrapped cover features a die-cut window to frame your cover image. The expandable HP Photo Book design makes it easy to add or change pages. Turn your favourite photos into durable prints you can frame, hang, or send to friends and family. Our easy editing tools bring out the best in your photos with effects like red-eye removal, tint, and blur (great for eliminating distracting backgrounds)."; 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 = ''; } }