var fDesc=new Array(); fDesc[0] = "The Photobook Creator gives you the ability to make beautiful hardback books in just 90 seconds, right from the comfort of your own home or office. There is no need to load your pages up to a server or wait weeks for delivery.
The Photobook Creator is perfect for scrapbookers, photographers, small business owners, or anyone who wants the ability to bind and preserve digital images in an attractive, durable way. Photobooks come in a range of sizes, colors and finishes to complement any application"; 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 = ''; } }