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] = "sites like Youtube, Dailymotion, Metacafe, Break, My space, veoh, CNET TV, Tudou, ESPN, Heavy, Photobucket, CNN, EA, Reuters, Live Video and Facebook.";
fDesc[4] = "applications called gadgets, those gadgets offers us a quick access to different tools or functions that may be useful on our daily duties. Microsoft included a little list of gadgets with their sidebar, however there are much more available on vistagallery.microsoft .com.";
fDesc[5] = "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[6] = ", MySpace, Metacafe, Dailymotion, iFilm, yuvutu, crunchyroll and over 667 YouTube-like webs.";
fDesc[7] = "are also versions for Firefox and Safari) allows you to view full sized images when you browse pages like Flickr, Facebook, Friendster, Picasa Web Albums, image search results from Google and Yahoo, web sites supporting Media RSS, and many others.";
fDesc[8] = "to associate the labels of the Windows Live Photo Gallery to the profiles of our friends in Facebook, and keep the tags that attach to your photos through the recognition of faces of Photo Gallery.";
fDesc[9] = "without having to open the explorer and navigate to facebook website. Among the notifications you can receive unread messages, pokes, friend requests, wallposts or any other third party application you may have configured in your facebook.";
fDesc[10] = "someone else. This program is incredibly easy to use and you can pretty much have a finalized swap ready in five minutes.";
fDesc[11] = "its Facebook version and has been developed by the same author. You can utilize it from within the Windows Live Photo Gallery or from Windows Live Movie Maker.";
fDesc[12] = "Internet. Once you \"clip\" something, you can share with others on the web, including Facebook, your blog, by email or on clipmarks.com. You can create a clip collection that will be searchable from any computer with an internet connection, including your iPhone, Blackberry, or other mobile device.";
fDesc[13] = "Scrapboy allows you to be always in touch with a great array of features. The application will connect to the Facebook servers and tell you all you need to know.";
fDesc[14] = "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[15] = "your ideas. Create your own map by adding any number of topics and subtopics to a main concept, relate them in any way you wish, add attachments, videos, images, and share it in the web or in your Facebook page using a stylish presentation of the whole map following the right order.";
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 = '...';
}
}