var fDesc=new Array(); fDesc[0] = "While it is possible for the knowledgeable user to perform most tasks of transferring files to Book Port Plus by using a simple copy and paste techniques, the Book Transfer software helps make the task easier by performing the following: unzips archive files such as those downloaded from NLS and Bookshare. Shows DTB titles rather than just file names.

Creates folders on the SD card, sends entire folders for the PC, copies files in the background, sends a Digital Talking Book on CD, notifies the user if a title already exists on Book Port Plus, imports podcast feeds from other programs. Adds podcast feeds to the device."; 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 = ''; } }