var fDesc=new Array(); fDesc[0] = "DesktopZoom is a zoom/magnify program with lots of options :
Completely portable and doesn't need admin privilege
Zoom an area around the mouse, zoom a fixed window or zoom the entire desktop
Use the mouse inside the zoomed window
Use the mouse wheel or arrow keys to adjust the magnification strength
Translation to Dutch, French, German and Czech
View the entire screen as a thumbnail in the right-bottom corner
Follow the caret & menu items
Change the colors to grey or invers the colors
Show the original screen with a transparency value between 0 en 100%
Show a bigger mouse and/or a crosshair
Use Alt-keys to change the zoomvalue and to enable/disable tracking and the crosshair
Save all the settings to a file for automatic loading
Basic speech support"; 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 = ''; } }