var fDesc=new Array(); fDesc[0] = "The HumanWare Companion is a Windows program used in conjunction with the Victor Reader Stream, Victor Reader Stratus or ClassMate Reader digital book players to manage your books, music, podcasts, voice notes, text notes and text files. Use the HumanWare Companion to copy your books, music, podcasts and text files to your player’s storage card. The HumanWare Companion can also be used to remove these same files from the storage card."; 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 = ''; } }