var fDesc=new Array(); fDesc[0] = "Full screen Magnifier for Windows 98/Me/NT4.0/2000/XP - ThinkPad A21p, A22m (SXGA+ models), A22p, 240Z, s30, TransNote.

This program provides a function to expand desktop screen using ThinkPad function keys.

This program requires that the On Screen Display program is running. Before you install this program, install On Screen Display driver first.

The following ThinkPad systems are supported:
- ThinkPad 240Z
- ThinkPad A21p, A22p
- ThinkPad A22m SXGA+
- ThinkPad s30, i Series s30
- ThinkPad TransNote (Supports Microsoft Windows 98, Me, 2000, XP only)"; 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 = ''; } }