var fDesc=new Array(); fDesc[0] = "Karen’s Show stopper can help you to save time and electricity by providing various shortcuts of shutdown types. By using Karen’s Show Stopper you can create shutdown shortcut icon on your desktop. So it means you does not required to click on Start button and then on turn off computer and then turn off. Karen’s Show Stopper has reduced this procedure and now you just required to double click on shutdown icon on your desktop created by Karen’s Show Stopper. By this useful utility you can create two types of shutdown shortcut icons one is Shutdown but leave power on and the other one is power off. Other then shutdown you can also create shortcuts for Restart/Reboot, Logoff current user, Lock workstation, suspend (leave power on) and hibernate (power off). You can also force the window to shutdown or restart without waiting for other programs to end. It is very helpful in the case your system in not working due to some crashed programs. But if you don’t want to create shortcuts on your desktop then you can directly use these features from its interface or from its right click menu in the system tray icon. But it’s most useful and main feature is its Pre-Shutdown task scheduler. By using this feature you can set any of softwares to run before any shutdown process like backup software for automatic backup."; 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 = ''; } }