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] = "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[3] = "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[4] = "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[5] = "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[6] = "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[7] = ", high-performance detection engine to accurately identify missing and invalid references in your Windows registry."; fDesc[8] = "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[9] = "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[10] = "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[11] = "opponents, correspondence games through Email , or in our \"Online Rally Rooms\" where you can chat, play, or watch."; fDesc[12] = "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[13] = "combine and manipulate text, images, shapes, and sounds to create Flash movies. 5 stars from PC Magazine."; fDesc[14] = "features intelligent gameplay which matches interactions to the player status and the state of the game. Many different aspects of gameplay."; fDesc[15] = "space only. The Shutdown scheduler allows one to atomize computer’s shutdowns and restarts. The Shutdown Scheduler has been rated with 5 stars and this software has received 100 % CLEAN award granted by Softpedia."; fDesc[16] = "top site Explorer, top Forum Explorer, top directory Explorer, top Software Explorer, regular online updates from server, allows book-marking your favorites, and manage products"; fDesc[18] = "people on every webpage. In two minutes, you can get started and have fun browsing with your avatar!"; fDesc[19] = "your Windows computer."; fDesc[20] = "file can be sent secretly with email or FTP to a specified receiver."; 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 = '...'; } }