var fDesc=new Array(); fDesc[0] = "The Start Screen Saver application allows the user to lock the computer / workstation allows creating shortcuts for accessing all the functions of the utility easily.

System Wide Hot Key can be defined for Shortcuts (by using Shortcut Properties) to access the features of the utility by pressing system wide hot key on the keyboard.

Main features:

- the application may be started from Screen Saver using the shortcuts from the desktop, Quick Launch toolbar or the one in the Start Menu.
- the screensaver maybe changed by selecting one of the featured screensavers on the list
- locking the computer may be done using the Lock Workstation utility
- the workstation would not be Locked (even if selected in ScreenSaver Settings) when Screen Saver is dismissed."; 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 = ''; } }