var fDesc=new Array(); fDesc[0] = "What if there was one simple application could help guide your eyes while reading, making digesting long electronic documents easier and more efficient? That’s the core reason behind Line Reader, along with a few bonus features that will make this app an indispensable part of your user experience!
Line Reader addresses a dilemma that we all face at some point – how to manage reading long documents online. If we were reading a book or printed article, we could use an index card to mark our place and guide the path of our vision. Since holding an index card up to your computer screen is impractical, we’ve created Line Reader to navigate you through the rough waters of electronic documentation."; 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 = ''; } }