var fDesc=new Array(); fDesc[0] = "Screen Highlighter allows to highlight a part of the screen by partially hiding the other parts.
A shape (horizontal bar, vertical bar, rectangle, ellipse, point) is visible and the rest is partially hidden. The visible and obfuscated part will follow the position of the mouse pointer. It's possible to have it at multiple fix positions.
You can select the height, width, color and the opacity of the part to hide.
Shortcuts to take a screenshot to the clipboard or a file.
Includes measurement tool for shape size: width, height and aspect ratio.
Most of the settings can be controlled with the keyboard or the mouse.

Shareware: Fully functional for one day, then limited features."; 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 = ''; } }