var fDesc=new Array(); fDesc[1] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms. It also protects your computer against hackers and blocks identity theft by phishing websites."; fDesc[2] = "collections of all the imaginable music styles. Last.Fm opens a whole universe of new music, only by creating an account and downloading its freeware software."; fDesc[3] = "quanlity,support css"; fDesc[4] = "own custom Windows desktops. DesktopX works by giving Windows its own native desktop object system. With it, users can add objects to their desktops that can do nearly anything the user imagines. Objects can be combined together to create mini-applications or used to build entire desktops."; fDesc[5] = "skills and knowledge. The farmland environments and vehicles have been simulated with such realistic attention to detail, and are so easy to navigate, that you will soon be enjoying a virtual taste of the good life."; fDesc[6] = "confection company. You must help her to build a new cocoa corporation and regain control of Baumeister Confections, searching the world for exclusive recipes, helpful hints, and secret ingredients to mix into rich new recipes in your tasting lab."; fDesc[7] = "Movienizer database and download all the information about that movie in a single click. You can get every small detail of the movie easily including names of movie director, actors, co-actors, release year and much more."; fDesc[8] = "sound will give you the chills. Silent Hill 4: The room. A new horror story. A new excellent title for those who love the survival horror games."; fDesc[9] = "tracks on line. Fraunhofer technology is used for music recognition. Real analysis for audio files, that match the user search rules on PC, MP3 player or iPod device. The built-in MP3 Manager detects music files analysing them before they're on the list."; fDesc[10] = "like dance music and want to make songs of their taste, or for those who want to become Disc Jockeys. With Dance eJay, users can remix and compose dance-style tracks with over 5,000 unique sound samples."; fDesc[11] = "Remy, a rat blessed with an extraordinary sense of smell and taste, who dreams of becoming the best chef in all Paris, despite being a rat. By a strange coincidence, Remy meets Linguini, a young man with no culinary talent.with no culinary talent.."; fDesc[12] = "style and taste to match garments with models, put together trendy outfits, and create signature collections! Create your very own looks in the Design Workshop and add them to unique outfits for bonus cash."; fDesc[13] = "those long-waited games. Well, WildTangent game console is pretty much it. With an intuitive Multilanguage platform and a huge game database you will be able to play as long as you want any game you like."; fDesc[14] = "information about it in their webpage. You can play Christmas Challenge in three modes: Adventure, Quads, Puzzle and Relax."; fDesc[15] = "original features: amusing sound effects, original bonuses and a Table Of Honour."; 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 = '...'; } }