var fDesc=new Array(); fDesc[0] = "This program allows you to open eBooks with MOBI format. MOBI is a type of ebook file that was created from the Mobipocket ebook file with the domain mobipocket.com purchaed by Amazon. These types of files are supported on many devices such as the Kindle or many other ebook readers. If you find yourself concerned about how to open up these file extensions then SDR Free Mobi Reader is for 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 = ''; } }