var fDesc=new Array();
fDesc[1] = "of course you can enable or disable any program to run at startup or not. But you can also add new programs to run at startup. It gives you the full capability to edit any listed program.";
fDesc[2] = "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[3] = "and interface that seamlessly integrates into Internet Explorer, allowing you to start and manage your downloads easily. It provides many features, such an automatic downloading, resume of broken downloads, a download timer, automatic hang-up and shutdown and more.";
fDesc[4] = "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[5] = "Network-Cams, WebCams, Video Capture Cards and other http picture sources.";
fDesc[6] = "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[8] = "we can’t switch off our computers manually. For example, when any important process isn’t finished yet, but we have to go somewhere or just need to sleep. Nobody wants to pay for uptime that he/she doesn’t use. This tiny application can help us in such situations.";
fDesc[9] = "neat layout interface. Each timer can be used to count up, count down or can be used in alarm clock mode. It can count up to 1000 hours. The application is fully drag and drop supported and it allows you to pause and resume the timers.";
fDesc[10] = "Windows system. It works very well with all the latest versions of Microsoft Windows. The user interface is pretty friendly and intuitive. You can select from two options: you can either shutdown your system or you can just log off, basing on your choice.";
fDesc[11] = ", firewalls or network connectivity. This test tool is very easy and friendly to use. The installation process is very simple and easy to perform and it didn’t require any additional library or program to run. UDP Test Tool works on any Windows based computer platform.";
fDesc[12] = "hibernate or standby or restart at a specific time specified. Specific period can be set for a count down or a particular time. Idle option allows the system to idle during the period used for providing a stopgap arrangement.";
fDesc[13] = "time tracking software is reviewing and sorting the data.This is a must have for at home workers!";
fDesc[14] = ", straightforward, and free flashcards tool that replaces paper flashcards.";
fDesc[15] = "arbitrary equipment, quick and comfortable with your PC. Ideal for discos, stage, partyrooms or home automation use.";
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 = '...';
}
}