var fDesc=new Array();
fDesc[1] = "devices and their controllers. Once finished, it indicates which drivers count with a new version. it automatically connects to the Internet looking for the upgrades for each of those drivers";
fDesc[2] = ", and system information in one intuitive, easy to use interface, or at least thats was Dell goal! Though it improve the benefit obtained by it predecessor DellSupport, it still need to improve some of it features.";
fDesc[3] = "see the desktop of a remote machine and control it with your local mouse and keyboard, just like you would do it sitting in the front of that computer. TightVNC is: * free, GPL-licensed; * useful in remote administration, education, and for many other purposes; * available for Windows and Unix";
fDesc[4] = "landlines worldwide offering free or low rates depending on the location of the call recipient. With this program you can also call other VoIPBuster users all over the world for free.";
fDesc[5] = "and data with automatic scans, updates, prevent unauthorized changes, and outbreak alerts. Staying up-to-date will help you stay away from latest malware: viruses, worms, Trojan programs, and spyware.";
fDesc[6] = "system by prolonged usage. DC Ner ensures updates applied to the installation of the drivers on availability. DC Net addresses the problems associated with the latest high tech games and software and the increase in the graphics and video related problems...";
fDesc[7] = ", through a secure and stable software. Swiss Casino offers more than 100 games, from traditional table games to the latest slot machines.";
fDesc[8] = "in minutes. Full customer support online or toll-free telephone. Eliminates unreliable CD's or tapes";
fDesc[9] = "viewer that is included with the Microsoft .NET Framework 3.0, you receive the following error message: Cannot open this document because your permissions have expired. Note The XPS viewer is a component of the .NET Framework 3.0. The .NET Framework 3.0 is included with Windows Vista.";
fDesc[10] = "keyword is typed in any program, it will be replaced by its corresponding phrase. The program allows users to add new phrases or modify and even delete any existing one.";
fDesc[11] = "sales through website. Contact Center provides website visitors with free contact channel with the website owner, customer support or sales agents";
fDesc[12] = "product online and give superior customer support service. With just the click of the mouse, your web site visitors contact";
fDesc[13] = "several banking options, and 24/7 customer support. Games include: electronic and classic Roulette, more than 40 slots, four varieties of Poker, Blackjack, Keno, and the catalog of games is being constantly updated.";
fDesc[14] = "operator support to your web site";
fDesc[15] = "the e.Support database via modem orInternet connection. You can send Problem Reports, 'How To' Questions, Requests for Info, Product egistrations and Customer Feedback to all your favorite software, hardware and Internet Service Provider vendors. If you want to contact a company and dont see it on thevendor list, you can enter the companys name and emailaddress, and e.Support will deliver your request for you.";
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 = '...';
}
}