var fDesc=new Array();
fDesc[1] = "GetRight offers great features accelerating your downloads, synchronizing entire web sites, and handling all your downloading needs in a fast, safe and easy manner.";
fDesc[2] = "mirrors, BitTorrent files, file preview, scheduling + much more.";
fDesc[3] = "find a sense of familiarity with the new features. The game puts you in the shoes of a skilled parkour runner in a struggle against evil. It has excellent graphics and gameplay. It is really a new concept every gamer should try.";
fDesc[4] = "application works just fine and the conversion experience that provides is absolutely realistic, even for former Mac users. Besides the visual effects implied, the sound schemes that also are included complements the conversion.";
fDesc[5] = "actual computer.";
fDesc[6] = "locked the villagers up in mirrors. Help Iris to set her family and her village free. Find all differences in all the mirrors, before it's too late! But be careful! Rain, fog and poor light will hinder you.";
fDesc[7] = ", queue filtering by various criteria, finding file mirrors, integration with the FileAvenue.net web service, CD burning, and more.";
fDesc[8] = "possible time, by swapping objects on the board in order to make a line of three or more matching objects. These objects can be lipsticks, combs, rings, mirrors, shoes, etc. As we play the girl becomes more and more fashionably dressed.";
fDesc[9] = "powerful TF2, it has a lot of advantages to keep it going. The game has been taken by TFC fans that didn't liked the models and changes made to TF2. So all TFC fans, you should try this game, it can compete with TF2.";
fDesc[10] = "outstanding kaleidoscopic effects. Comprising multiple effects, patters and options, this tool allows you to combine your digital images to produce a digital effect that gives pleasure to your eyes.";
fDesc[11] = ", mirrors and images. This software takes an interactive, visual approach to physics. Looking Glass will help students develop an intuition for the effect of lenses and mirrors on light rays. Students will gain a better understanding of the physics behind the images. By creating and exploring their own lenses and mirrors with Looking Glass, students encounter many of the core concepts in optics. Looking Glass was designed for use in high school and college physics studies. The software offers convex and concave lenses and mirrors; virtual and real images; thin-lens modeling; and mks units. Online help and tutorials are provided to help teachers integrate the software into their curriculum. With Looking Glass, students can now explore the behavior of lenses and mirrors using only their computer, Living Graph Paper and their imagination.";
fDesc[12] = "whole host of FUN game objects such as magnets, mirrors, acid baths, cannons, hover-lifts and a strange character called Hedley!";
fDesc[13] = "mirrors, double mirrors, prisms, parallelograms, special color transmitters. Play with pleasure.";
fDesc[14] = "stored in separate dirs with history. Long paths supported. Network supported. Multiple settings. Easy to use.";
fDesc[15] = "embedded mirrors which can be position to bounce the laser light around the board and hit opponent pieces.The game that combines lasers with classic strategy for an experience enjoyed by players of all ages. To play, players alternate moving their pieces around the board. Some pieces have mirrors and some do not. Bounding the board is a raised frame into which are built two lasers, one for each player. The game pieces include a \"pharaoh\", obelisks, and pyramids with mirrors. After each move, The laser of this player starts. The beam bounces from mirror to mirror around the playing field. The challenge is to protect one's own pharaoh while maneuvering to \"light up\" the opposing player's pharaoh.";
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 = '...';
}
}