var fDesc=new Array(); fDesc[0] = "Android Magazine App Maker Professional lets you create Android eBook apps. You can add PDF files and and images to these books; you may also add links, images, music/video, and text into pages. This program includes a variety of page flipping animations that you can use."; 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 = ''; } }