var fDesc=new Array(); fDesc[0] = "Book Wizard Producer is a program to produce digital talking books as outlined in the specifications designed and approved by the National Information Standards Organization (NISO) and the Digital Accessible Information System (DAISY) consortium.


Book Wizard is designed to work with Daisy/NISO Digital Talking Books, and it provides limited support for DAISY 2.02 talking books by providing full reading, control, and navigation capabilities, but the program does not support creating DAISY 2.02 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 = ''; } }