var fDesc=new Array();
fDesc[1] = "tools as in Microsoft Office, Writer, Cal, Draw, etc but in a freeware version. It is easy to use and install and you can also open extensions such as .doc, .xl, etc.";
fDesc[2] = "automatic), precision adjustments of contrast, luminosity (brightness), color saturation, etc. as well as gamma correction on pictures too dark or too bright. Selection of several shapes: rectangle, ellipse, rhombus, triangle, polygons, etc.";
fDesc[3] = "up.Various plans offer you to purchase music to as low as 25 cents per track of 10$ for a whole book. So enjoy the music at almost a cost considered to be free.";
fDesc[4] = "window. Maxthon comes with a few great facial appearance which will give a user speediness, simple ness and easy web surfing. It has extra features like; External Utility Bar, Skinning, Google Bar Support, Marked Browsing Interface, Privacy Protection etc";
fDesc[5] = "greatest selection of games and limits: Texas Hold'em, Omaha, 7 Card Stud. Now over 17 million players. Download PartyPoker now!";
fDesc[6] = "Million Times! Recommended by industry experts and editors. Safe to use, secure and trusted.";
fDesc[7] = "before you download them, recommend you the Billboard Hot 100, and list the hottest songs of 14 categories.";
fDesc[8] = "experience by delivering a Java EE/J2EE, database, RAD, UML, POJOs, Web 2.0/AJAX, and rich-client development environment.";
fDesc[9] = "Windows. It is based on S-Spline XL: a renewed and improved version of our patented, self-adjusting S-Spline interpolation technology.Some features:Enlargements up to 1 million by 1 million pixels (file format allowing)Customizable fine-tuning tools for further refinementBatch conversion: enlarge huge amounts of images all in one goWorks both as standalone application and Adobe Photoshop compatible export pluginSupports all common file formats and preserves Exif and IPTC information";
fDesc[10] = "place in lots of shops, from a flea market to expensive boutiques. You must find, in the mess, the objects that are written down in the list at the bottom of the screen. You can ask for a hint when you can´t find something, but hints are a limited resource.";
fDesc[11] = ", based on some clues that will be given to you. Every correct word will be rewarded by a letter from the password. You will have to guess five letters to gain access to the password. This must be done in a 2 minutes' time. You will compete against the computer.";
fDesc[12] = "player too. You can view, edit, enhance and manage all your photos in couple of clicks. Ai Picture Utility supports drag drop feature that enables the user to work faster. Ai Picture Utility has in-built unzipper that can extract multiple zip files in single click.";
fDesc[13] = "see if you can make happen in real life what you’ve been studying at college. The game allows playing single or multiplayer mode (through Internet or LAN).";
fDesc[14] = "exclusively on line, you will get your DVD directly at your home. This company offers you a quality electronic cookbook on CD-ROM. They have an entire library finding recipes in an easy way.";
fDesc[15] = "increasingly difficult questions over five levels of play in your quest to complete all levels of the game and Score A Million. With 1,000?s of";
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 = '...';
}
}