var fDesc=new Array(); fDesc[0] = "Story Pad™ by FotoZZoom is a program that allows you to turn your bits of memory into high quality photo prints. You can select your favorite photo and you will immediately see the preview of your image, add text, edit them, add dates and go through a multi-level quality check before being delivered to you."; 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 = ''; } }