var fDesc=new Array(); fDesc[0] = "Kno Textbooks is an education tool designed to make learning more engaging, personal, and social for students. You can find your books from a library of over 200,000 interactive titles for all grade levels from kindergarten through college. You can watch videos, interact with 3D models and simulations, or access web links to see your books."; 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 = ''; } }