var fDesc=new Array(); fDesc[0] = "DeskLock 2000 is an RSView tool for the Windows 2000 operating system.

It lets you choose settings so that an operator using RSView cannot gain access to functionality not expressly configured by the system integrator.

DeskLock 2000 also has the option to force a shutdown of your computer."; 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 = ''; } }