var fDesc=new Array(); fDesc[1] = "tools, like SweetIM Toolbar for Internet Explorer and Firefox, a new icon bar with all the cool content, from emoticons to winks, sound FX, videos and more. It works also with Messenger Plus. You can get an update every time there is new content available."; fDesc[2] = "package. SweetIM Toolbar installs itself as an extra toolbar in our Internet Explorer browser. We can enrich and add a pinch of salt in the form of emoticons, animated images, celebrities’ videos, etc., to blogs, web e-mail, forums, social networks, and web pages."; fDesc[3] = "that is set in a teamplay, you can choose to be a terrorist or a counter-terrorist. Warning: this great game is very addictive! You’ll download it in a few minutes and you’ll be playing it in less!"; fDesc[4] = "The Sims 2 includes plenty of new features that enhance the gameplay even more. This new version features an enhanced neighborhood editor that lets you import custom cities from Maxis' own SimCity 4, if you have it installed."; fDesc[5] = "pre-designed history or can create your own history playing in the classical way. The game is a version of The Sims 2 optimized for laptops and lower-end desktop computers."; fDesc[6] = "Sims. The sixth expansion pack for The Sims 2, which is called The Sims 2: Bon Voyage, presents a similar topic to develop. Vacation introduced a new neighborhood, called Vacation Island, where the Sims may take vacations with members of their own family or with other Sims"; fDesc[7] = "The Sims 2. The game adds new content and features for the Sims. It also focuses on apartment life, allowing you to live in an apartment, and even the chance of having roommates. The expansion is perfect for The Sims fans."; fDesc[8] = "the world from total alien domination. See, that little incident in Black Mesa was just the beginning: now those pesky Xen invaders and a new threat called the Combine have spread across the whole Earth, causing massive amounts of death and destruction. It’s up to you to set things right. Half-Life 2 picks up some time after the original Half-Life left off - with Gordon working for the G-Man - and takes place in and around a Russian city called City 17."; fDesc[9] = "just a few of them are as original and funny as Comic Life. With Comic Life you can create photo albums using the typical model-making of comics. I mean, dividing pages into frames or panels, adding dialogue boxes and other labels like balloons, captions, etc."; fDesc[10] = "also create new scripts for it. It gives the administrator a flexible tool that can be customized for their purposes. This is one of the best administrator mods out there."; fDesc[11] = "simple: instead of blowing other players up, you work together to complete an objective on a map. With many maps and modes of play, this mod is great for LAN parties, and even online."; fDesc[12] = "to success on your game life. You start having to go to college, the game will make you study and be nice with your family. You will get points by delivering coffee to your professor, love to your mother, and entertainment and fruits to all the people in the house."; fDesc[13] = "graphics and a complex socioeconomic scheme, this game will keep you entertained for a while. The 2008 version includes new features which makes it the best of the series, but if you already own City Life, just stick to your copy."; fDesc[14] = "the First Episode. The second part is bundled in a game that is called The Orange Box. The graphics of this game were so spectacular back then that it was hard for me to run it. They look OK now."; fDesc[15] = "viewing options to analyze if the models need changes or not. It is a time saver tool. The problem is that it doesn't support the newer texture versions."; 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 = '...'; } }