var fDesc=new Array();
fDesc[1] = "interfaces to ensure that data remains safe when the computer is unattended or for public use, such as those in an open environment. It also prevents data from being copied to external storage media, such as an optical disk, flash drive or floppy disk.";
fDesc[2] = "application only once on your PC and MultiSet will record all your actions.";
fDesc[3] = "Reinstall Windows without any data loss!";
fDesc[4] = "your computer when ever you want. Lock My PC can be used for home or office use because of it's simple interface and powerful locking system. Lock My PC can automatically lock your PC at every start up, after system stands By or after desired minutes of inactivity.";
fDesc[5] = "customized installation, to burn it in CD or DVD. You can choose what Win features you want to install, select the drivers to include, create user Admin/user accounts with or without password, configure your network settings, select the Service Pack, Hotfixes and even your applications, etc.";
fDesc[6] = ", logoff, standby or hibernate your computer based on date/time, idle computer time, hot keys or a manually triggered command.";
fDesc[7] = "instructions that are to be performed in the future. Using System Scheduler most of the tasks can easily be controlled by the user. It has in-built tools that help to run unattended processes, scripts, batch files and much more.";
fDesc[8] = ", for CDRW verification, etc. Produces html reports and printout of folder comparison result.";
fDesc[9] = "player too. You can view, edit, enhance and manage all your photos in couple of clicks. Ai Picture Utility supports drag drop feature that enables the user to work faster. Ai Picture Utility has in-built unzipper that can extract multiple zip files in single click.";
fDesc[10] = "asking questions about the username, product key, time and locale settings? It is all possible and you can easily do it with Almeza MultiSet!";
fDesc[11] = "after a certain amount of inactivity. The program shows the duration of unattended time and amount of time left to perform the inactivity action. The program displays a warning window so you can cancel the shutdown process.";
fDesc[12] = "servers and integrated PGP encryption/decryption. Also features integrated e-mail, ZIP archive support, COM/OLE, and single command file synchronization.";
fDesc[13] = "the program settings";
fDesc[14] = "operation reproduction and if needed its instantaneous reiteration.";
fDesc[15] = "guarantees precise operation reproduction and if needed its instantaneous reiteration.";
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 = '...';
}
}