var fDesc=new Array();
fDesc[1] = "capabilities like calendar, task, contact management, note taking, journal, and Web browsing. It can be integrated with Microsoft Exchange Server and Microsoft Office SharePoint Server to provide extended functions to multiple users in organizations.";
fDesc[2] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield.";
fDesc[3] = "non-commercial use only.";
fDesc[4] = "Macromedia Exchange site or you can create and install with Extension Manager 1.7. When you install Extension Manager 1.7, makes a search for previously installed extension.";
fDesc[5] = "synchronization experience with Windows®-powered PCs and Microsoft Outlook right out of the box. Note: Microsoft ActiveSync works only with Windows XP SP2 or earlier.";
fDesc[6] = "colleagues. It provides instant messaging, PC-to-PC voice and video chat, files transfers and email notifications. There is also ICQ client integrated in this version (5.3) of the program.";
fDesc[7] = "files with other users in the fastest way via Gnutella network. We can share all types of files, including audio, video, programs, images, documents, etc.";
fDesc[8] = "XML-based protocol that is designed to exchange structured and typed information on the Web. The purpose is to start up rich and automated Web services based on a shared and open Web infrastructure.";
fDesc[9] = "IM Client MSN Messenger. Office Communicator support the same features that Windows messenger offered plus an integration with Microsoft Office.";
fDesc[10] = "first thing you have to do when installing this application is create a user name and password, and then you can invite your friends to join your private network in order to share any type of files including movies, documents, pictures, etc. No matter how large they are.";
fDesc[11] = "users are able to share distinct type of files. It also is used as a platform for the promotion of unsigned artists and is very good for downloading full albums as users can share folders for their albums. Additionally it has an easy to use interface which can be customized any way you like.";
fDesc[12] = "external resources to get even more information. Weather Exchange can display some maps from United States, Central/South America, etc. showing temperature, humidity, windchill and more.";
fDesc[13] = "administrators with real time status of Microsoft Exchange Server services, mail queue sizes, and host server health indicators.";
fDesc[14] = "Exchange Server. Exchange server can support only high quality SMTP connections, hence, the user can use Exchange POP3 software, which is not expensive and consist of DSL / Cable or Dial-up connection having many Internet POP3 mailboxes.";
fDesc[15] = "includes a range of currencies for converting. You don’t need to input current exchange rates yourself, because this application downloads them from the Internet automatically.";
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 = '...';
}
}