var fDesc=new Array(); fDesc[0] = "The eBookwise Librarian is a Windows software application that allows you to convert, manage, and transfer personal content to your eBookwise-1150 reading device. eBookwise Librarian allows both USB and direct memory card transfers. It supports plain text (TXT), HTML, RTF, unencrypted Rocket (RB), and Microsoft Word (DOC) files. It also has advanced features such as automatically creating a "photo album" out of several popular image file types."; 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 = ''; } }