var fDesc=new Array(); fDesc[0] = "The result of surveying the information about the reading ’s prefix and the requirement of the blinds from Thailand Association of the Blind (TAB) indicated that nowadays,the books for the blinds are Braille-encoded books and Talking books that were normally made by volunteers who read the book and recorded their voice in cassette tapes but they have some problem and inconvenience for reading of the blinds. Therefore the occurring of the project “Digital Talking Books” not only improving and raising the efficient of the blind’s the reading. This project used computer technology for developing book containing format by containing in CD-ROM used the DAISY Digital Talking Book (DTB) format that is multimedia format or combination of the picture,the sound and the text for developing book reading format of the blinds. And this project developes Digital Talking Book Reader program. We designed several functions that the blind could go back and forth to header,sub-header or sentence in their reading and the blind could search page number or particular detailed information as they would flick through the page number. And the blind could make their short notes in the sound and text format for their conclusion and could book-mark their place and return it later. The result shows that program interact the users that they want and can apply for the old people or children or people."; 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 = ''; } }