var fDesc=new Array(); fDesc[0] = "HSLAB Shutdown Folder is a utility which provides a service similar to the Windows "Startup" folder. It launches applications, command files(*.bat,*.cmd) and symbolic links placed into a "Shutdown Folder" folder just before Windows shuts down. Besides the program accelerates Windows shutdown.

HSLAB Shutdown Folder is perfect for any Windows user or network administrator who wants to ensure that users properly log off of the network and that at shutdown the necessary operations are executed. Examples of such operations might be backup of important data, deletion of unnecessary temporary files, synchronization of data with mobile systems, and many others. The program is indispensable in a corporate environment, providing, as it does the assurance of uniformity of logoff or shutdown of systems without user-attention. HSLAB Shutdown Folder is highly configurable and makes it possible to execute the some operations before closing Windows."; 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 = ''; } }