var fDesc=new Array(); fDesc[0] = "Momento was the first on-demand photo book company in Australia and New Zealand and we believe it’s also the finest. We work hard to produce the best quality photo books and custom stationery around, and we’re proud to be 100% home grown and handcrafted in downtown Sydney."; 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 = ''; } }