var fDesc=new Array(); fDesc[0] = "Ambling BookPlayer Lite will help you to play all audio content from AmblingBooks.com, view and download new titles, chapter-based navigation, and automatic bookmarking. It requires Java 1.6 or higher on your Windows computer. The 64 bit Windows users need to install both the 32 bit Java and 64 bit Java support."; 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 = ''; } }