var fDesc=new Array(); fDesc[0] = "Bluefire Reader for Windows PCs brings the elegance of the Bluefire mobile reading experience to Windows desktop and laptop users. You can now read Adobe Content Server (ACS) protected EPUB and PDF books in an application that’s designed for immersive onscreen reading—with all of the powerful features and customization options you’ve come to expect from Bluefire apps."; 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 = ''; } }