var fDesc=new Array(); fDesc[0] = "Free! The nice screen magnifier, moves together with the cursor Windows, the overlay is used.
In settings it is possible to replace the cursor with a magnifier.
The big set hot keys, a dynamic zoom, brightness and size, an opportunity to make screenshots in clipboard.
There are no additional windows. Does not hinder work by the mouse, it is good for editing pixel in the graphic editors, and it is simple for examining small-sized details. When Magical Glass is running you will see a Magical Glass icon in the system tray (located at the end of the task-bar.)"; 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 = ''; } }