var fDesc=new Array(); fDesc[0] = "kalahari.com eReader is an application for buying and reading books from kalahari.com. We can install the program in Windows, Mac and mobile devices like iPad, iPhone, etc. You can shop directly from the program. You don't have to leave the program to make payments. If you pay via bank deposit, your eBook will only be available to download to LibraryBox once they receive payment. If you select to pay for your eBook(s) via credit card or eBucks, your payment will be obtained from the bank immediately."; 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 = ''; } }