var fDesc=new Array();
fDesc[1] = ", therefore Infinity Ward released patch 1.6. The patch includes 4 new and excellent multi-player maps, along with new features for filtering and several bug fixes.";
fDesc[2] = "can easily be used by any user, even by a beginner. Just write the html code in the \"Design\" window and use tags from the toolbox with editing tag properties, and change the style of the text.";
fDesc[3] = "the extracted sound clip to MP3 format it is very easy to use. Just open the desired MP3 file, point to the starting point in the timeline and then select the part where it stops (ending part) and finally click on save to save the selected audio.";
fDesc[4] = "joining AVI an DIVX files together. Using this efficient program, you will be able to convert a large AVI file into shorter files. You will also be able to extract a part of a video specifying a starting and ending point. AviSplit Classic 1.4 will split or rejoin your video files in a very fast way.";
fDesc[5] = ", centipedes, and persnickety hard-shell bugs. Hilarious animated cartoons tell the story of Lyle the electrician and Martina the insect expert as they try to solve the buggy mystery before the lights go out for good!";
fDesc[6] = "beginning and ending points of a selected audio file after which one can save the file. The tool is as simple to use as it looks. The tool supports all the common audio file types like wma, mp3, ogg, wav etc.";
fDesc[7] = ", Pirateville Deluxe, now. The handsome pirate Jack \"the Sharpshooter\" recieves an ancient casket from an old friend. He is not a very patient man and his curiosity brings about unbelievable adventures in which magic, love, gold, weapons and a cursed ghost play a big part.";
fDesc[8] = "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[9] = "split audio files into smaller pieces or join several Mp3 files together. With this software, you are going to be able to split audio files into 99 equal parts. Of course you can split into two, three or any number of equal parts you want.";
fDesc[10] = "to bid for their favorite items. But user might lose the bid as they could not come on time for bidding while doing many auctions at the same time. Buyertools Reminder will be very helpful software tool for all such user interested in bidding online.";
fDesc[11] = "take place in a real-time environment. You have to take into account almost all areas of the business, even competition which are other players. This is a good tool for people wanting to learn all about a business.";
fDesc[12] = "this love story in which you will take a part as Cupid's assistant. Your job is to create a happy ending for their love story. You play some games for whishes and then use those wishes to create the love gardens.";
fDesc[13] = "animated outdoor scenes, accompanied by relaxing music, when your computer runs into idle mode. You can choose if you want the screensaver to play the built-in music, and the volume it will use.";
fDesc[14] = "story included. This amazing tittle has an open ending that can vary among five different endings, there are also side-quests and alternative results.";
fDesc[15] = ", WMV, and MOV to MP4. By using Mp4Mobile Converter you can easy enjoy your favorite video files on all MP4 player";
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 = '...';
}
}