var fDesc=new Array(); fDesc[1] = "features. SMS service helps you to send messages to people's mobile phones. I like Yahoo Messenger mainly because of its stealth settings. Games can be played on Messenger. All of these features make Yahoo Messenger the best Messenger software."; fDesc[2] = "chatting, watching trailers, etc. Java Runtime Environment has a Java virtual machine and all the necessary stuff to run these applications."; fDesc[3] = "idea itself is very interesting. When you start the game and your character is downloaded from the website, you start walking around, talking to people, and helping them if they need your help. The usual MMORPG stuff."; fDesc[4] = "with. This updating adds furniture, outfits and objects to The Sims 2. However, although the objects, which include new themed bedroom sets and some decorative objects, are interesting enough, they do not provide any real new functionality to the game."; fDesc[5] = "women. The pack adds songs by Jibbs, Keke Palmer, Kevin Michael, and NLT to the Pop and Hip Hop stations. The \"stuff pack\" also comes with three pre-made H&M stores."; fDesc[6] = "on a colored background with a soft curved design. In this case, we are talking about an aqua blue background with different shades forming hill-like shapes."; fDesc[7] = "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[8] = "fancy stuff or complicated animations. The wallpaper consists of the VAIO logo on a colored background with a soft curved design. In this case, we are talking about a lilac background with white delictae flowers."; fDesc[9] = "colored background with a soft curved design. In this case, we are talking about a light blue background with white flowers. The different colors are just beautiful and they are out of the ordinary, very bright and neon-like."; fDesc[10] = "furniture and decoration from the popular Swedish furniture chain IKEA, mainly concentrating on living rooms, bedrooms and home offices. It is the second stuff pack to feature products of a real-world company."; fDesc[11] = ", readit's, and other portals. Stumbleupon allows you to rate any website that you want. The feedback that you give a site will be sent to all the users who are connected to the Stumbleupon service."; fDesc[12] = "kitchen and bathroom appliances and items. In all, over 103 items are included in the pack, along with a new house and a romantic loft. The pack is aimed at the dedicated Sims fans."; fDesc[13] = "festivals of all types, including the celebration of anniversaries and other elegant or informal events. Of course we will have a lot of variety in the paraphernalia that supposes preparing a celebration, whether in the floral subject matter, the furniture, the buffet, games..."; fDesc[14] = "background with a soft curved design. In this case, we are talking about a green background with waves in different shades of blue and green."; fDesc[15] = "S.T.A.L.K.E.R. surprised everybody in the past with its irresistible ambience and a very wise idea to combine such concepts as Survival, FPS or even role. Now comes the turn of this prequel that will show whether it is really at the height of its admired predecessor."; 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 = '...'; } }