var fDesc=new Array(); fDesc[0] = "Uptime Screen Saver is intended for use on Windows servers, so that you can monitor the critical system performance parameters easily.

Once you have installed Uptime Screen Saver on your PC, and selected it as your Windows screen saver (Control Panel -> Display -> Screen Saver, and select "Uptime" from the dropdown list), you can configure it by clicking the "Settings" button on the "Display Properties" window."; 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 = ''; } }