var fDesc=new Array();
fDesc[1] = "Discs. The Essential version is normally included within bundled hardware like recorders or pc systems. The software included may depend on the manufacturer specifications.";
fDesc[2] = "STAC 9750 AC97 WDM Audio Driver. Whatever way you want to label it, the driver package installs version 5.1 of the driver onto your system and can be used as an update to an earlier driver or as part of a new installation.";
fDesc[3] = "synchronization experience with Windows®-powered PCs and Microsoft Outlook right out of the box. Note: Microsoft ActiveSync works only with Windows XP SP2 or earlier.";
fDesc[4] = "what they want. You must cook and prepare everything they want so as to be paid. When you got money enough you'll be able to buy new machines that will increase the number of items in your menu. This will complicate the task but you'll be able to earn more money.";
fDesc[5] = "range of uses. Packet Tracer simulates network equipment such as routers, switches, cables and end-client PCs. This allows students and teachers to learn and assess different network possibilities. Packet Tracer is a must have tool for IT engineers.";
fDesc[6] = "you expect. This game includes shooting, fire, weapons and equipment, special effects, intense battles, worthy adversaries. I think you won’t be bored, as you are waited for different surprises and real challenges.";
fDesc[7] = "and log related faults and repair jobs. It has been designed to be extremely user-friendly such that it can be used effectively by users even with no previous IT background. Maintenance Manager is a flexible CMMS package that can be used by a range of enterprises ranging from small companies managing their office equipment to large manufacturing companies managing their production chain.";
fDesc[8] = "resulting from the successful and amazing games. In Tomb Raider Legend, Lara comes to alive with intricately animated expressions, moves and abilities.";
fDesc[9] = "lessons. After months of studying Ellie decided to start her own business, and since she didn't have an office to work placed the equipment in the yard of her house. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[10] = "TV from the Internet. DScaler requires supported equipment to even start. You need either a supported video capture device or a webcam that can handle lots of operations.";
fDesc[11] = "are going to manage your own farm. You will decide everything from what crops you will plant to what equipment you will buy to use in your farm.";
fDesc[12] = "was designed for engineers to make detailed network documentation - from basic diagrams to CISCO networking topology, and even physical diagrams.";
fDesc[13] = "construct the zoo from the start. You will have to take care of the animals, feeding them, sending a doctor to take care of them or petting them. Eventually, you´ll need to relocate or move some animals.";
fDesc[14] = ", Application , Stream Audio, Microphone, Cassette Tape, Radio, Electronic Organ, CD Player, LP, TV, Video Tape, DVD Player.";
fDesc[15] = "machinery, or office equipment, this software will do the job.";
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 = '...';
}
}