var fDesc=new Array(); fDesc[1] = "with their friends. You can also have your seems wearing the latest teen fashions including track suits, designer jeans, and yoga outfits. In addition, The Sims 2 Teen Style Stuff is the first stuff pack to feature a The Sims contest winner!"; fDesc[2] = "your registry. This application will help you to forget about such awful things, as blue screen, deadlock, error messages etc. Computer scanning doesn’t take a lot of time and can be fully customized."; fDesc[3] = "day in order to succeed at business, or in sports, exams or job interviews, negotiating or dating. Be a winner in any situation!"; fDesc[4] = "Internet history, Windows history, Search history and Chat history."; fDesc[5] = "and manage the system. The program has many tools that can optimize, tune and tweak a Windows based computer. The user interface makes using all the features even easier."; fDesc[6] = ", Autostart-function, Start with timer, little SysMon (RAM-Monitor), Snooze, Multilanguage - Winner of the \"Isidor Awards 2003/2004\""; fDesc[7] = "Apart from being fun, and suitable for all ages, this cool game has a freeware license, for you to download and enjoy it in its full version."; fDesc[9] = "and is the winner of the 7th Computer Olympiad 2002. Some of its features: Play against BGBlitz, with it's top neural net technology Easy to use superb graphics Play over TCP/IP against a opponent at a different computer Rollout Positions. Let the tutor improve your play. Train your skill with position quiz databases. Analyze interesting positions. Train your cube handling in matchplay. Supported languages are English, German, French, Spanish, Italian, Dutch, Danish, Hebrew,Swedish,Turkish And much more..."; fDesc[10] = "The winner of the game is the player with most pieces of one color on the board. Anti-Reversi uses the same rules as normal reversi, but the winner of the game is the player with least pieces on the board at the end of the game."; fDesc[11] = "circuit as a new protégé who will play against the top poker players and qualify for the winner takes all, invitation only, Tournament of Champions at the Rio Resort in Las Vegas f"; fDesc[12] = "simple robot to an esteemed winner of the labyrinth contest."; fDesc[13] = "spilt your video to practically all video formats.Also acts as a video converter."; fDesc[14] = "winner of the SIC Best Business Software Award and the winner of the People's choice award for Business Software."; fDesc[15] = "winner of 2006's photo of the year in this free screensaver created by RateMyScreensaver.com."; 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 = '...'; } }