var fDesc=new Array(); fDesc[0] = "MOBZoom is a very lightweight yet powerful zoom tool. Start it up, move the mouse around and view the area around it in the main MOBZoom window, then capture the zoomed image and save it to the clipboard or to file in a variety of formats (even as Windows icons).
Features:
- Selectable zoom factor between 1x and 16x.
- The zoomed image can be frozen at the press of a key (Control F), or copied to the clipboard (Control C).
- The frozen image can be saved to file in JPEG, GIF, PNG, BMP and even ICO format.
- Supports multiple monitors.
- The size of the frozen image and the size of the original image can be chosen numerically, allowing for exactly sized captures."; 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 = ''; } }