var fDesc=new Array(); fDesc[0] = "PressReader is a software application that allows you to read your favorite publications offline, just as you do online with PressDisplay.com. With one software download you can save and access all of our publications on your computer; you do not need to download software for each publication as you do with other news readers.

You can download any issue for offline reading using the PressReader application. This is great for people who want to read their favorite newspapers on their laptops."; 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 = ''; } }