var fDesc=new Array(); fDesc[0] = "Your offline publication is a desktop application developed using Adobe®'s AIR™ technology. In order for it to run, you must first install the AIR™ runtime, and then you can install the offline publication. Nxtbook Media has a zero tolerance policy when it comes to adware/spyware/malware or similar forms of software. The Nxtbook player is a self-contained program, having no effect whatsoever on other programs on your hard drive."; 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 = ''; } }