var fDesc=new Array();
fDesc[1] = "alarms with your favorites songs, and tell the application when to start playing the music. Using this program, you will be able to control any media player from your browser window.";
fDesc[2] = "and more to manage a business like that. This program enables you to organize everything in your business, including machines, clients, employees, products, etc. and allows you to have everything under control";
fDesc[3] = "sessions, it also tells you how much those sessions have cost according to the rates set. NetTime also makes provisions for Prime Time and will change rates accordingly.";
fDesc[4] = "management program. It can do your lots of tedious and time consuming works without your interaction or attention. It is especially very useful for cyber café owners as it can automatically do all the management of your all computers.";
fDesc[5] = "under certain conditions. You can schedule the program to allow Internet access at specified time and days of the week.";
fDesc[6] = "Network-Cams, WebCams, Video Capture Cards and other http picture sources.";
fDesc[7] = "covers FIFA World Cup 2006. Also bundled useful 8 utilities like Scheduler, World Timer, Moon Phase, Shutdown timer, Chronograph etc";
fDesc[8] = "exactly which contents shall be allowed and which not. Varied blocking possibilities for Windows Internals.";
fDesc[10] = "operators to run the gaming center or LAN cafe business. This freeware requires SiteKiosk client software";
fDesc[11] = "(by a separating character such as a space, comma or other character) and placed into the correct number of new fields. Access 2000 or higher.";
fDesc[12] = "activity and disable Internet connection or use predefined Internet filters. Vista 64 compatible. Protects your PC in Windows Safe Mode";
fDesc[15] = "control of the paid time, control of the work of managers.";
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 = '...';
}
}