var fDesc=new Array(); fDesc[0] = "Android Image App Maker is an application which helps you build Android magazine, comic, catalog, etc. apps with image files for book marketing on Android markets or other usage without coding project. It is a fast way to make page-flip Android apps for publishing and marketing. The output app displays powerful interactional functions and gorgeous flipping effect which make reading process enjoyable."; 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 = ''; } }