var fDesc=new Array();
fDesc[1] = "free singing up. It gathers all communication, productivity and collaboration's tools in just one Web browser. Acrobat.com mainly aims at allowing people to collaborate in their e-documents.";
fDesc[2] = "notification. You can manage all of your conversations in a single message window. Besides, you can send your friends an SMS from your PC with ICQ. Your friends can SMS back from their mobile directly to your ICQ message window.";
fDesc[3] = "Yahoo!, this application is targeted at gamers. It is a simple application that does without all the unnecessary features of those messengers. The main window has information that resembles the friends tab of Xbox Live!";
fDesc[4] = "Microsoft Office installed on the user PC and accessed through internet. As expected, service is adquired through licensing Microsoft software and web servers or included on Office Communication Server";
fDesc[5] = "our favorite software’s to proceed with video calls, take pictures, create our own videos. The program provides options to configure the saturation, brightness, contrast, gamma and others.";
fDesc[6] = "or join chat rooms, with thousand of different themes. create pal groups, play games on line with another Paltalk users, chat with AOL IM, ICQ and Yahoo! Messenger users. If you invite friends to join Paltalk, you will be rewarded with Paltalk points.";
fDesc[7] = "category. The application allows you to use several monitors and expand your desktop to more than one of them. Newer operative systems, like Windows XP or Windows Vista have features like this. Basically, you can move a window from monitor A to monitor B in real time.";
fDesc[8] = "computer, then we may consider having this utility. After entering the Internet forums we would like to follow, Web Forum Reader can read those forums for us and presents only the new and changed topics without using a browser.";
fDesc[9] = "the contents on your computer, even your desktop, and your ideas with anyone connected to the Internet, anywhere in the world. In order to host meetings, you´ll need to signup for free using the program.";
fDesc[10] = "similar multi-speaker forums. This incredible application has the ability to record up to 32 separate audio channel inputs to a single audio file in the dct format or to multiple files for each channel in mp3, wav or dct file formats.";
fDesc[11] = "easily schedule conference calls exactly the way you set up meetings right from your email client. You can use the same menus and calendar tools, send invitations, view your account information, manage your preferences, and also create recurring conferences using all your existing contacts";
fDesc[12] = "tightly-integrated app. Plus, you get a specially-produced audio editor, which allows you to edit and post-process your recordings. QuickVoice’s elegantly-designed interface facilitates one-click operation for most features including: recording, playback, deleting or creation of voice stickies and voice emails. The emphasis is on convenience and ease-of-use so there is no fussing with filenames or folders. Use QuickVoice to record voice notes or entire meetings, send voice email, schedule voice reminders, record phone conferences, digitize old vinyl records or audio cassettes and more. QuickVoice is uniquely integrated to work with iTunes (Mac or Windows) or QuickTime. One click automatically converts your recordings to MP3 and adds them to your iTunes library making it ideal for archiving or transferring your recordings to digital players such as the iPod. QuickVoice is a recipient...";
fDesc[13] = "Server. A wide set of filters, passive and/or active user notifications. Works as an add-in to Microsoft Outlook 2000/XP/2003/2007.";
fDesc[15] = "about the changes on these forums with a few clicks. You will spend less time and traffic reading forums with Web Forum Reader.";
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 = '...';
}
}