var fDesc=new Array();
fDesc[1] = ", provides more up-to-date content and more engaging multimedia than ever before. Whether you’re searching online or offline, it’s the trusted way for everyone in the family to easily find relevant and reliable information on just about any subject.";
fDesc[2] = "as well as a browser button and optional search box. Together, these alert you to potentially risky sites and help you find safer alternatives. These site ratings are based on tests conducted by McAfee using an army of computers that look for all kinds of threats (detailed below). The result is a guide to Web safety. The SiteAdvisor technology is free, easy to install and even easier to use. And it doesn't collect any personally identifiable information.";
fDesc[3] = "Ubisoft. It has a multiplayer online adventure and a single player mode. Storyline: You play the role of Jack Carver, you are on your boat in a beautiful day in the company of Valerie, a journalist. Suddenly your boat takes fire and you find yourself swimming in the ocean.";
fDesc[5] = "cleaner can be that solution and the best part is: you don't have to extra pay for it. As you might guess from its name, this tool is free of charge";
fDesc[6] = "(using an integrated or external fingerprint reader). The application is compatible with Windows XP and Windows Vista, supports domain security integration and have a friendly user interface.";
fDesc[11] = "large financial institution. You will be performing businesses through them. In order to get comfortable with the program before trading for real money, Ava FX grants you a free demo with a $100,000 practice account.";
fDesc[12] = "that allow users to create and edit HTML, XHTML, CSS and JavaScript code in a fast and easy way. The application integrates powerful features, thus enabling one to validate, reuse, navigate and deploy code efficiently.";
fDesc[13] = "and holiday unit management. Caretaker is one of the only products on the market today with NO ONGOING FEES";
fDesc[14] = "video editing system. USB 2.0 for high speed video signal transfer and easy Plug & Play installation without opening the PC. Suitable to connect various video sources such as a video camera, DVD player or VCR to your notebook or PC. Including video editing software to create your own movie with various special audio/video effects. Watch video/DVD full screen on your monitor or in a window whilst working on your PC.";
fDesc[15] = "scanning for optimal results. Scan, e-mail, OCR and copy function with direct access buttons. No need for separate adapter, completely USB powered. Connects directly to your USB port, so no interface card needed.";
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 = '...';
}
}