var fDesc=new Array(); fDesc[1] = "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[2] = "you if you use Firefox regularly. The looks are a bit different, but what makes this browser different is the integration of several social networking and multimedia sharing services."; fDesc[3] = "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[4] = "servers and libraries on Internet, to obtain unlimited number of songs, mp3 tracks, etc. The application is launched and the user gets in the desired social music web page. The application downloads the music the user selects, at the same time (s)he is listening to it."; fDesc[5] = "Videos, Yahoo videos, MySpace, Dailymotion and many more. Using this program you will be able to get unlimited videos online directly to your computer."; fDesc[6] = "the web. With this application we can manage our email accounts, IM clients, share files, access our social network accounts, with the addition of VOIP, SMS and videoconferencing."; fDesc[7] = "creates his/her own personal three-dimensional avatar and virtual room(s) which can be embedded anywhere on the web."; fDesc[8] = "social network sites as avatars. It is not a simple image resizing utility. It is specially developed to create images for avatars. Here you can create images from 1x1 to 150x150 pixel sizes."; fDesc[9] = "Plot: In this game you will go to Europe in the Middle Age, where everything was controlled by the feudal lord. You will have the opportunity to became a member of the European society of the Middle Age."; fDesc[10] = ", tell stories, create your own world and meet interesting people from all over the world."; fDesc[11] = "strategy, role, management and social interaction, all this in the Middle Ages in Europe. Plot: The idea of the game is to live the life of an individual with ambition to progress in the medieval society."; fDesc[12] = "contributors to calculate, or better said estimate, their social benefits. As obvious as it may sound, this tool is only useful for people who have a social security number."; fDesc[13] = "on Windows, Mac OS X and Linux computers. The application serves two basic purposes. The first one of them is to provide you with RSS feeds/news. Secondly, you can link it with your Facebook or Twitter account and you can get a number of alerts on your desktop."; fDesc[14] = "your visitors can easily add your site to social bookmark sites. You have probably seen the sites that have a sort of menu in which you can click a service, and the website you were in gets submitted. Well, this application generates buttons like those."; fDesc[15] = "input and submits it to a variety of social bookmarks sites. For each URL that you submit, you need to add a site title, a description and some keywords, so that the social bookmarks service can operate efficiently."; 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 = '...'; } }