var fDesc=new Array(); fDesc[0] = "AO Photobook Creator is an app that allows you to create photobooks. This app comes with many themes for you to choose from – and there’s sure to be at least one that suits your photo book vision, even for a special occasion. Of course, you can always design your own photo book with the extensive layout tools provided and make your project a truly unique masterpiece.."; 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 = ''; } }