var fDesc=new Array(); fDesc[0] = "When you are surfing the Internet from time to time you need to increase or decrease size of web pages. Unfortunately built-in features of Internet Explorer sometimes carry out this task inconsistently. Easy Read 1.5 is a very small utility for Internet Explorer for changing size of displayed web pages. After installing this application you will see two additional buttons on the toolbar of Internet Explorer. This is the first way for changing size of displayed web pages. The second one is a mouse right-clicking on web page and selecting proper items in popup menu. As you see Easy Read 1.5 is extremely easy to use. By the way you also can use this application for printing web pages with changed size. It works with all the most popular Windows systems. It has really fast performance, so you won’t have to wait for a long time while size of web page is being changed. Also it is absolutely free without annoying advertisements. Despite its’ poor functionality this application can be very useful for all Internet surfers."; 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 = ''; } }