var fDesc=new Array(); fDesc[0] = "The Virtual Reading Ruler is a fully configurable on-screen reading ruler to use with any windows application, including emails and web pages.
Use of the Virtual Reading Ruler overcomes screen glare and allows the reader to keep their place on the document being viewed when interrupted by a phone call or a colleague. The Virtual Reading Ruler can be used with any document, including web pages, and can be used in conjunction with The VirtualColoured Overlay."; 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 = ''; } }