var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "under certain conditions. You can schedule the program to allow Internet access at specified time and days of the week.";
fDesc[4] = "office software that integrates with all Windows systems and is compatible with MSWorks 1-9, StarOffice and OpenOffice.";
fDesc[6] = "provides users with a speedier office suite that uses less resources on PCs or laptop computers, and is compatible with MSWorks 1-9, StarOffice and OpenOffice.";
fDesc[7] = "operators to run the gaming center or LAN cafe business. This freeware requires SiteKiosk client software";
fDesc[8] = "activity and disable Internet connection or use predefined Internet filters. Vista 64 compatible. Protects your PC in Windows Safe Mode";
fDesc[9] = "(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] = "control of the paid time, control of the work of managers.";
fDesc[13] = "Weavefuture Muilt Coin Acceptor AK5 It charge user by time of his usage.";
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 = '...';
}
}