var fDesc=new Array(); fDesc[0] = "The BookSense Buddy is designed to provide beginner BookSense users a consistent and comfortable interface for transferring extracted or zipped DAISY books (Bookshare, NLS, and RFB&D), Audible audio books, supported documents (BRF, BRL, TXT, etc.) and audio files (MP3, OGG, FLAC, etc.) to BookSense devices. BookSense Buddy also provides direct access to the latest version of the BookSense firmware. Note that an Internet connection is required for firmware access.
BookSense Buddy will automatically detect BookSense devices upon startup. It will also detect if a BookSense is plugged in or unplugged while it is running. Whether you choose to run BookSense Buddy prior to plugging in your BookSense, or after, is completely up to you. Know, however, that certain functions will not be available including the ability to transfer queued items, and access the latest firmware, unless a BookSense device is plugged in. For information on using BookSense Buddy, please refer to the Basic Instructions later in this document."; 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 = ''; } }