var fDesc=new Array(); fDesc[0] = "TOC Reader is a program that allows you to download and read Theory of Constraints (TOC) eDocuments and eBooks. You can search by words, phrases, quotes, concepts within an eBook, and quickly move directly to the appropriate section(s). The program provides one central place to keep everything related to TOC learning, so you don't need a library or special storage for your materials."; 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 = ''; } }