var fDesc=new Array(); fDesc[0] = "Book Wizard Reader is a program to read digital talking books as outlined in the specifications designed and approved by the National Information Standards Organization (NISO) and the Digital Audio Information System (DAISY) consortium. The program adheres to the DAISY 2.02 and DAISY/NISO Z39.86-2002 definitions and provides you with enhanced ability to control and navigate through both structured and unstructured audio files."; 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 = ''; } }