var fDesc=new Array();
fDesc[1] = "user-contributed bandwidth to traditional content publishers while leaving publishers in full control of their files.";
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] = "from PC to mobile phones all around the world. Instant and uninterrupted connectivity with your buddies allow you to chat with them as easily as it would be with an Instant Messaging Buddy.";
fDesc[4] = "application has to be downloaded and launched at the user PC. The way it operates is by creating a P2P channel between user PC and the eMusic site.";
fDesc[5] = "as it is SIP compatible like Asterisk. It is easy to use and setup, and it has all the options you may want from a basic IP phone.";
fDesc[6] = "configure multiple SIP/IAX accounts and has multiple lines. It has all the features expected in a softphone and compatibility with lots of PBX and Voip Service providers.";
fDesc[7] = "These programs include the ones in your startup folder, Run, RunOnce (programs configured to run only once, like a setup program), and other Registry keys. It also has the feature of showing Explorer shell extensions, BHOs and much more. This is a really great program.";
fDesc[8] = ", GloBul, World Wadja, World SMSbug, World jaxtr.com, and Vivatel. Some of the services will let you see your bill, or take contacts from your address book. Some of them will require you to enter a login name and password.";
fDesc[10] = "worldwide. It has an exclusive and easy-to-manage interface adapted to SMS standards and offers you more extended features for SMS delivery";
fDesc[11] = ", conference. It allows video calls, multiple lines, has a phonebook and a recent calls log. Support for Windows 2000/XP/2003/Vista, Windows Mobile 5/6, Nokia S60 3rd FP2.";
fDesc[12] = "reports daily. Review the reliability, speed, and customers service performance of the top dedicated hosting providers.";
fDesc[13] = "objective reports daily. Review the reliability, speed, and customers service performance of the top email hosting providers.";
fDesc[14] = "fast and reliable mail server. Its security features and options let you prevent DDoS attacks and block SPAM. It is also ideal for laptop PC users";
fDesc[15] = "reports daily. Review the reliability, speed, and customers service performance of the top shared hosting providers.";
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 = '...';
}
}