var fDesc=new Array(); fDesc[0] = "Kobo is a free program that allows you to browse and shop over 3.5 million eBooks including new releases and bestsellers. The program automatically syncs your library across all your devices and all Kobo eReaders. You can also easily find your next great read with personalized recommendations."; 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 = ''; } }