var fDesc=new Array();
fDesc[1] = "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[2] = ", Live Radio, Astrology, Forex, Movies, Pets, Recipes, Sports for your complete entertainment, information and communication.";
fDesc[3] = "an effective Internet connection. Simple to download and easy-to-use, this utility can be mastered by novice users too.";
fDesc[4] = "mobile phone. This program can edit and convert music files into ringtones, and save it in acceptable for the phone format for further download it into your mobile. The ready ringtones can be loaded from your PC to mobile phone via cable, Bluetooth, or IR-port.";
fDesc[6] = "end-user to do this, and they usually work good. However, companies tend to need different features that are not needed on end-user applications. UltraSMS is one of those business applications. It allows individuals to send short text messages (SMS) to operators worldwide.";
fDesc[7] = "worldwide. It has an exclusive and easy-to-manage interface adapted to SMS standards and offers you more extended features for SMS delivery";
fDesc[8] = "sms, flash sms, etc. Register at http://www.freesms.net and obtain 20 free sms immediately.";
fDesc[9] = "connected mobile phone, GSM modem or cellular terminal. 2 way SMS with no limit on number of SMS sent and received. No SMS gateway required.";
fDesc[10] = "Messages to cellular phones around the world using free SMS-Servers. WebSMS connects automatically from your PC using the online connection to the SMS-Server. You don't need any more to navigate with the browser to go the page of the SMS-Server for send short messages. WebSMS keeps an easy-to-maintain address book of your friends, colleagues or business partners like a common Email program. You don't need to remember the cellular phone number and to type it when you try to send a short message using a WEB page. WebSMS allows adding a personal signature to each short message you can send. WebSMS has also a list of predefine standard messages, that you can easily access and put in your short message. WebSMS contains a history list, which shows you all the short messages you have sent, its date, and its send status. WebSMS contains a list of free SMS-Servers, which will be increased...";
fDesc[11] = "lists, directions), search the Internet, and more. All is done via Bluetooth connection with your cell phone.";
fDesc[12] = "contacts are stored in the Personal Address Book and reused for your messages. Recommended for Home and single-PC users.";
fDesc[13] = "connected CDMA mobile phone. 2 way SMS. No limit on SMS sent and received. No prepaid and no SMS gateway required.";
fDesc[14] = "for those people who require the facility to send a text message to the whole groups of recipients at the same time.";
fDesc[15] = "an attached mobile phone. SMS-it can integrate with MS Outlook and synchronize the inbox to store the messages.";
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 = '...';
}
}