var fDesc=new Array();
fDesc[1] = "shall get a lot of services from windows live. It is a free service created by Microsoft. But there are many features that you will need to pay for like the Windows Live Call, which is something like Skype.";
fDesc[2] = "11 new security updates. One of these updates are related to vulnerability in Excel named MS08-043, (KB 954066). Please keep in mind that this security update replaces the following security: 946974 MS08-014: Description of the security update for Excel 2007: March 11, 2008";
fDesc[3] = "card, removable drives, floppy disks, etc. These files (or folders) stay in the system once they are deleted because of accidental actions, formatting, Windows reinstallation, hard disk failure, empty the Recycle Bin, partition errors, by mistake, etc.";
fDesc[4] = "harmful threats on the internet.Bit Defender 2009 is a powerful pack including a proactive anti-virus and firewall, which now includes two-way protection and has a new intrusion detection system.";
fDesc[5] = "features, package, intended frequencies and actual operating frequencies of their Intel microprocessor. Customers can also use the utility to discern whether or not an Intel processor is being operated above its Intel rated frequency.";
fDesc[6] = "versions of Microsoft Office. These cute little characters are funny to watch. It also includes real people dancing. We can download more dancers to add to the dancers list. It has the ability to dance according to the music that is playing.";
fDesc[7] = "choice suitable for all ages what makes it ideal for the whole family. Ultimate Dominoes presents five classic domino game variations, from easy to hard, thought to suit beginners and experienced players as well, so you can set the options to suit your skill level.";
fDesc[8] = "games. With a similar exciting action such as that one experienced while playing Hop and Dodge, Varmintz has come into existence to deliver fun and entertainment all throughout its 50 crazy levels!";
fDesc[9] = "popular, for it's special effects and good fighting sequence. The game features 10 characters with 2 characters which can be unlocked by doing some actions such as transformation or fusion. This game also contain 2 more characters and other minor characters which can be unlocked by typing a code at the main menu which you will get after completing the game at Difficult level but the code is most likely no longer secret. All characters are playable by this code. Each character has it's own different attacks. This game contains many type of game play like VS mode: You can fight either computers or a friend, Story mode: To go progress through a series of levels with a boss at each end of the level. Tournament mode 1v1 or 2v2: Fight through a series of Players to progress to the top of the hill to win.Battle Mode: Like a war where you can have minor characters fight along you in a large...";
fDesc[10] = "error messages and protects privacy.";
fDesc[11] = "game providing them with a ‘bridge’ continuum from edition 3 to 4 of Gothic. This add-on is rated for Teen to Adult use and presents players with an enhanced interface, updated graphics of outstanding visual quality and up to 20 hours at least, of new game play";
fDesc[12] = "combine and manipulate text, images, shapes, and sounds to create Flash movies. 5 stars from PC Magazine.";
fDesc[13] = "Playchess.com. It won't require a registration, which means that you can simply download the client and start playing as a guest. Once inside the application, the main GUI is divided by tabs in Players, Games and World.";
fDesc[14] = "formats. The program have good style and we can find two tags one is for download videos and the other for convert it. In the first tag can find the add box and below of the download window have two buttons one for play and the other for add and convert the video.";
fDesc[15] = "are working on something that needs creative thinking and we need more memory, we can use this program! It is filled with a lot of tools or features.";
fDesc[16] = ", high-performance detection engine to accurately identify missing and invalid references in your Windows registry.";
fDesc[17] = "potential threat in the website you are about to visit and also pages listed in Google, MSN, and Yahoo search results. The application is really simple and doesn't do much.";
fDesc[18] = "tiles set in a Chinese Zodiac. Match your way through over 100 unique mahjong puzzles. Play in Traditional or Garden Modes. This game has been rated ”E” (Everyone) by the ESRB.";
fDesc[19] = "opponents, correspondence games through Email , or in our \"Online Rally Rooms\" where you can chat, play, or watch.";
fDesc[20] = "automatically extract information on the file. E.g. EXIF picture data, MP3 tags & more. Import IMDB data tool.";
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 = '...';
}
}