var fDesc=new Array(); fDesc[0] = "Fatbits is a very fast, compact, easy to use and versatile FREEWARE (for non- commercial use) screen magnifier for Windows 9x/ME/NT4/2000/XP/2003.

Fatbits is one of those mind bogglingly useful utility programs for graphic artists or people designing user interfaces. It magnifies an area of the screen centered around the mouse pointer and paints the giant pixels into a small, tastefully decorated window. This can be indispensable when you want to see something right down to the last pixel.

Fatbits is also useful as an accessibility tool. It can perform text smoothing and can modify the colors it displays to help those with color vision deficiency.

Main features:

- Works well with multiple monitors
- Magnification up to 20x
- Shows color and position information
- Optional crosshatching (to make it easy to count pixels)
- Advanced accessibility features
- Full help system
- Bigger than ever*
- Optionally moves out of the way to view the entire screen
- Can be locked to magnify one location for static viewing
- Only one EXE-File, no DLLs
- Draws with low priority to minimally impact the user
- Written in good old C**
- and many more"; 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 = ''; } }