var fDesc=new Array();
fDesc[1] = "with copies that are truer to your originals' images and text. The unique Z-Lid lets you produce clear, complete scans even of thick originals like personal notebooks. You can even print photos directly from a PictBridge compatible camera or DV camcorder—no computer required.";
fDesc[2] = "pencil or whatever may the talent be. The application has been designed to suit all categories of users, right from the amateurs who wish to play around with the paint brushes down to the advanced users who appreciate layer blend modes, tracing and referencing images";
fDesc[3] = "vehicles and off road tracks. You will feel the adrenaline in all the jumps and airborne tricks. All the scenarios full of dirt, mud, water and thick vegetation, in which you will be able to play are taken from the real world.";
fDesc[4] = "all dark crystals containing the power of orks. Gnomzy is an entertaining and fairy-tale game.";
fDesc[5] = "stopping the frogs' invasion. Froggy Castle introduces two attractive characters, Hamster Pitt and Princess Patty, who are the sentinels of their castle. Big and nasty frogs are invading their kingdom, but they have already found a way of attacking them.";
fDesc[6] = "Nancy Drew embarks on her first international adventure to visit Linda Penvellyn, her neighbor's daughter and newlywed wife of a British diplomat. A mysterious malady keeps Linda hidden behind thick bed curtains. Is she hiding from something or someone, or is a more menacing threat stalking her?";
fDesc[7] = "tails to achieve silky reverbs. It features top quality sound and helps to prevent ringing dissonances and metallic artifacts. The tool also has true stereo 32 or 64-bit internal precision to fine-tune for the system.";
fDesc[8] = "with plug-and-play ease. At less than 65 mm thick, the Astra 3600 is slim, yet stylish; and will make a great addition to your work place or home office. Astra 3600 is completed with Ulead PhotoExpress 4.0 - allows users to import, edit, organize and share digital images, making photo editing simple and fun, Acrobat Reader 5.0, and ABBYY's Fine Reader to ensure the advanced scanning performance with ease; even a novice user will find using the Astra 3600 a joy. Simply connect the scanner to a compatible PC, insert the software CD, and let your colourful journey begin.";
fDesc[9] = "through both land and air. Rockslide - Boulders tumble downhill, damaging and burying opponents. Lightning Rod - Calls lightning down from on high. Star Dust - Dust flies everywhere causing damage and confusing sensors.";
fDesc[10] = "will take you on a hunting trip to catch turkeys. You will be able to see a turkey trying to hide behind some bushes while thick drops of sweat come out of it. The turkey looks really frightened but its efforts to get away from the shots are useless.";
fDesc[11] = ", you can hear the sound of rushing water. As you go on, the sound quickly becomes louder.";
fDesc[12] = "hailstorms and anything in between.";
fDesc[15] = "beautiful screensaver? Just have a look at the Animated Screensaver Hidden River and you will see amazing river in the middle of the thick forest. This ...";
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 = '...';
}
}