var fDesc=new Array(); fDesc[0] = "RFB&D Download Manager is a tool designed to make downloading RFB&D AudioAccess downloaded books as simple as possible. Because WMA Downloadable downloaded books consist of many files, it would be difficult to keep track of them all. RFB&D Download Manager does this for you, plus it allows you to control which parts of which books to download first, and can even remember where it left off, should your download be interrupted for some reason."; 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 = ''; } }