var fDesc=new Array(); fDesc[0] = "See-It on your screen, then Capture-It!
with ease: Capture-It! is a screen capture program with many features designed
to improve your productivity. By residing in the system tray, Capture-It! can
be quickly accessed to capture screen shots of the active window, the entire screen,
user defined area, menus, objects, and more. Simply right click on the Capture-It!
icon, select your performance type and its available options, then focus the screen
element and press the user-defined Hot-Key. It's that simple. Area Captures:
Capture a specific area of a selected window or the desktop. Format it in the
shape of a triangle, rectangle, round rectangle, ellipse, polygon, or freehand.
Capture-It! even allows you the flexibility to turn off mouse pointer guidelines
and to set colors. Capture an Active Window or Active Client Window: Snap screen
shots of Active Windows by clicking the corresponding option and choosing your
desired settings. Capture-It! even allows you to capture the area of the window
without the title bar (Active Client Window). Capture Window Under Cursor: Take
a tool-bar or color-palate sample, file launcher or site map contents"; 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 = ''; } }