var fDesc=new Array();
fDesc[1] = "different types of information about local network computers in just a few seconds. This incredible application gives you one-click access to many useful functions such as remote shutdown and wake up, Radmin integration and lots more.";
fDesc[2] = "will also get Super Fast Reboot, and in less than a second your computer it is going to be in the rebooting process. But don’t expect this utility to save your files for you, it will only work as it is programmed, to shut it down!";
fDesc[3] = "lets you automate these actions. All you need is ONE mouse click and everything you want will be done.";
fDesc[4] = ", hibernation, suspention, or shutdown in very few steps. It is also a tool which enables you to clean up the PC every time the shutdown is carried out.";
fDesc[5] = "and it does this automatically . it can be used to prevent PC from running without purpose when a long task like a big Download or a Video conversion has finished .";
fDesc[6] = "eject removable media with the one mouse click. Also it allows to set a keyboard shortcut to any of these actions.";
fDesc[7] = "can be used: at a certain time, after a time countdown, when the CPU usage goes down or when you get disconnected from the internet.";
fDesc[8] = "reboot and shutdown your computer or just log off. The program’s main window contains a range of settings for performing these tasks. Each combination of settings can be saved as a shutdown program. You can save ten shutdown programs.";
fDesc[9] = "Show Stopper you can create shutdown shortcut icon on your desktop. So it means you does not require to click on Start button and then on turn off computer and then turn off.";
fDesc[10] = "task will take place between daily, weekly, monthly, CPU usage, while idle, and once. We can choose the start date, and one of the following actions: power off, restart, log out, hibernate, standby, turn monitor off, lock workstation, or open screensaver.";
fDesc[11] = "space only. The Shutdown scheduler allows one to atomize computer’s shutdowns and restarts. The Shutdown Scheduler has been rated with 5 stars and this software has received 100 % CLEAN award granted by Softpedia.";
fDesc[12] = "lets the user to assign hotkeys to use in Windows. Set the timer to restart, log off, hibernate, stand by or shutdown. It overrides any active program forcing it to close.";
fDesc[13] = "neat and clear interface the user can easily use this application without any mistakes. The main Window displays the timer slider that can be adjusted according to your needs.";
fDesc[14] = "virtual machine on my Mac for several reasons. I try applications in there and I know that no matter what, I will always be able reinstall Windows if something happens. However, Windows is Windows. And, no matter where you install it, it is bound to crash several times in your lifetime.";
fDesc[15] = "power ), log off, shutdown and force shutdown your workstation whenever you like it, depending on the time of a day.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}