var fDesc=new Array(); fDesc[1] = "tools as in Microsoft Office, Writer, Cal, Draw, etc but in a freeware version. It is easy to use and install and you can also open extensions such as .doc, .xl, etc."; fDesc[2] = "millions of people in existing audio and video chat rooms, or create a video-conference of your own to bring together other PalTalk users with similar interests. You'll enjoy 6 full video windows of your friends while communicating in chat rooms."; fDesc[3] = "Any public Webshots Community photo Webshots professional Pro Shots photos You can also easily manage and organize your photos. Plus, the included toolbar lets you upload and search for photos right from your browser."; fDesc[4] = "shop. You can sell flowers in bouquets which is twice profitable than selling single flowers. You can try this game for 60 minutes before you buy the licensed version. There are some discounts for GameServer Members."; fDesc[5] = "weapons, and new soldiers. The players can work alone or with the aid of the members of the squad to complete their missions. Patch 1.2 for this version of the saga Medal of Honor includes new maps for the multiplayer mode: Market Garden and Factory."; 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] = "personal details of every member of the family, as his birth date, gender, date of death, email, as well as phisical details, relevant notes and every detail you should need, including photos."; fDesc[8] = "The environment is the imaginary city of Lost Heaven, but clearly inspired in the aspect of a large United States cities in those years, as New York or Chicago."; fDesc[9] = ", unleash your mind with highly visual, interactive technology designed to capture ideas, data and knowledge in a limitless arrangement that lends clarity to any task or project. When you can see the details up close, as well as the big picture in clear view, you can build meaningful, multi-dimensional relationships between information – and share it with everyone on your team. This leads to well-informed decisions, swift and confident action, and everyone’s favorite: results. Some call it mind-mapping. We call it common sense. And MindManager is the software that brings it to life. Unlock mindshare: Quickly capture, organize and share ideas and information in a visual way that others can quickly build upon. Strengthen organizational memory through active knowledge sharing. Facilitate greater innovation with unique perspectives on information. Get things done: Align team members to..."; fDesc[10] = "for free with the other members of this open online free music community. The MP2P protocol is a private UDP transport protocol that doesn´t use a central server. The files are downloaded directy from the computer of the other members."; fDesc[11] = "world, that are members of this online community. You will be able to play pool, snooker, chess, poker, darts and other games using a single interface."; fDesc[12] = ", with this toolbar the members of Amped will have quick access to the forum along with default gadgets like streaming radio player, Weather updates, Chat for members, Email notifier and various other gadgets that can be easily added to the toolbar to make it more productive ."; fDesc[13] = "the best sites to learn to play poker, as they offer more free of charge tables than any other poker site for all to practise and sharpen their skills. There are lots of poker games to play, such as the popular Texas Holdem, Omaha, Omaha High Low, Stud and more."; fDesc[14] = "top site Explorer, top Forum Explorer, top directory Explorer, top Software Explorer, regular online updates from server, allows book-marking your favorites, and manage products"; fDesc[15] = "work team. With this useful program members can share documents, perform phone conferences, establish tasks for any member of the team, and many other interesting features that I'm sure you will find very useful."; 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 = '...'; } }