var fDesc=new Array();
fDesc[1] = "physics algorithms which require amounts of simultaneous mathematical and logical calculations to make a simple game display. This is where NVIDIA PhysX Technology comes in.";
fDesc[2] = "Yahoo!, this application is targeted at gamers. It is a simple application that does without all the unnecessary features of those messengers. The main window has information that resembles the friends tab of Xbox Live!";
fDesc[3] = "be used with pictures taken from digicam, hanycam, camcoders even web cam or any imaging device. This software by Canon supports BMP, FPX, JPG, PCD, TIFF and PNG file formats.";
fDesc[4] = ", Casino, Arcade, etc. All you have to do is choose your game, download it and start playing! Besides, RealArcade helps you to easily access games installed in your PC. Download RealArcade and enjoy playing for hours.";
fDesc[5] = "or join chat rooms, with thousand of different themes. create pal groups, play games on line with another Paltalk users, chat with AOL IM, ICQ and Yahoo! Messenger users. If you invite friends to join Paltalk, you will be rewarded with Paltalk points.";
fDesc[6] = "percent. Optimize, clean, and repair Windows registry, fix PC crashes, error messages and more... Free Support and Upgrades! - FREE DOWNLOAD";
fDesc[7] = "education, knowledge, projected position and area of expertise, it builds your resume, extracting ideas from a thousand built-in sample resumes. You can´t dowload a trial for ResumeMaker Professional. The provided link will allow you to download the product, but you will have to pay for it first.";
fDesc[8] = "that use the 52 card International Pattern deck, games for the 78 card Tarock deck, eight and ten suit Ganjifa games, Hanafuda games, Matrix games, Mahjongg games, and games for an original hexadecimal-based deck.";
fDesc[9] = "the fantastic kingdom full of incredible creatures. For you it was only one year since the previous adventure ended, but in that incredible land have passed more than a thousand of years.";
fDesc[10] = "solitaire word games. You will have to get letters together, getting words to get points and pass to the next levels. The game has got over fifty thousand words.";
fDesc[11] = "the family business but she is determined to pursue her dream: to own a boutique in Beverly Hills. she need fifty thousand dollars to get started on the boutique and her idea is to start a little yard sale business, beginning with her closer friends’ old stuff.";
fDesc[12] = "Earth, packed with only a jetpack and a pistol, and defeat a horde of monster!";
fDesc[13] = "operate intuitively that we can create anything we want and achieve amazing results. The program has predetermined Scenes in which we can work and change their shapes adapted to our needs.";
fDesc[14] = "\"Euros\" (for example). Also, use this program to convert numbers to letters in cells. Excel 2000 or higher required.";
fDesc[15] = "playing smart, and never getting too greedy, you can take home $1000s a week! TRY IT *** FREE *** TODAY! You have nothing to lose.";
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 = '...';
}
}