var fDesc=new Array();
fDesc[1] = "non-commercial use only.";
fDesc[2] = "broken files. It can also capture snapshots, video or audio from the file. You can nearly make all the possible changes in a file. So give it a try and you won’t be disappointed.";
fDesc[3] = "developers, including Atari, Popcap and WildTangent Studios. WildCoins are a payment system you can use to play WildGames. They work like quarters in an arcade.";
fDesc[4] = "the same product that your seeking online. SmartShoppers send non-personal information to its servers while you are shopping online and opens a separate browser pane in your browser window to show you offers for that product you are searching for.";
fDesc[5] = "The Sims 2 includes plenty of new features that enhance the gameplay even more. This new version features an enhanced neighborhood editor that lets you import custom cities from Maxis' own SimCity 4, if you have it installed.";
fDesc[6] = "transitions effects. The interface is friendly and contains a number of assistants to guide those who have just began. You can save files to disk or burn them directly to a DVD. It may be somewhat limited for those seeking complex issues.";
fDesc[7] = "Europe, seeking clues in Da Vinci's notes, revealing hidden meanings, and unraveling the riddles that shelter the truth.";
fDesc[8] = ", X-Ray Cannon, Bazooka, Lucky Shot, Shelter, Fire + Ice, Anvil, Flare, Super Flare, Fracture, Claymore, Phantom, Earth Mover, Flak.";
fDesc[9] = "list of titles which represent different missions for Nancy Drew to solve. In Nancy Drew Dossier: Lights, Camera, Curses, Nancy will be seeking the source of sabotage on a Hollywood set.";
fDesc[10] = "universe. In the hands of Sony Online Entertainment and Lucas Arts Entertainment this title was launched reaping a quick success. Since Ultima Online there has not been launched a single MMORPG that offers that much potential and social freedom.";
fDesc[11] = "user-friendly interface, it works with any types of modern and legacy media and supports all file types!";
fDesc[12] = "challenge with the high level. Play and fun.";
fDesc[13] = "a complete and attractive curriculum vitae just by choosing the template you want to use, and entering all the information in a quick and easy way.";
fDesc[14] = "simply the perfect companion to any webmaster seeking for a professional style sheet editor for quick and professional results. This version introduces many enhancements, which makes Style Studio even far superior from its competitors!";
fDesc[15] = "Increaser will start opening your Myspace profile page in an inbuilt web browser time after time. If you are an artist and need to be exposed to a bigger audience, then, the more visits you have, the more likely it will be that your page becomes featured.";
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 = '...';
}
}