var fDesc=new Array(); fDesc[1] = "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[2] = "will be able to select among cats, dogs, birds, tropical fish and hamsters. But there are not only animals in this expansion: it also brings new objects as houses for dog, cages for parrots, pictures and more."; fDesc[3] = "changes in the climate, which affect your Sims dramatically. The Four Seasons are included in the game: Spring, Summer, Autumn and Winter. Each station and its respective climatology can affect radically the needs, aspirations, desires and fears of your Sims."; fDesc[4] = "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[5] = "moments together. The screensaver will show you two hearts filled with Love, Passion, Romance, and many other feelings related to this great day."; fDesc[6] = "and whenever you want. Just download one of most Realistic Virtual Fireplace Screensavers to enjoy realistic wonderful dancing flames Image to provide an unmatched elegant look of a real wood fire."; fDesc[7] = "videos looks more professional, just put your videos or pics & relive that moments again whether it be your big wedding day or engagements. Just create a new video with some lovely special effects like sweeping hearts, roses & love-themed overlays, and gift it to loved ones."; fDesc[8] = "broadcasting or create converted copies of existing video files. Send Video Email. View broadcasts of others online."; fDesc[9] = "sheer happiness carrying you away to the seventh heaven. Put it on your screen and enjoy the pure perfection. If you are in love and are looking for a way to express your feelings to your sweetheart, then this romantic screen saver is just what you need."; fDesc[10] = "words and photos. You can select a card design among 200 designs from more than 15 categories and occasions like, wedding, birthday, travel, romance, humor and many other events."; fDesc[11] = "anywhere in the world and chat with them online in real time. Although the software is free we have to register and pay to be able to use most of the services provided such as unlimited Online Chat, E-mail Message, send SMS to members, and Send a Kiss."; fDesc[13] = "authors at different situations. Love Quotes also permits you to add new quotes, specifying their authors. It will also help you remember your important tasks and appointments, providing you with a memo to record all your important tasks."; fDesc[14] = "to Valentine's Day and romance. You will see a box of roses, some heart-shaped candy, and images of the sort. In the options, you can change the transition speed (time intervals for every picture on the screen) and the size of images."; fDesc[15] = "book has been very influential. It is now available totally free in a high quality PDF format with the original drawings."; 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 = '...'; } }