var fDesc=new Array();
fDesc[1] = "application ever. Nowadays, billions of people use Skype for several reasons. Firstly, it allows you to call anyone who has Skype for free. The call quality is great and you can even go on a video chat with anyone who has a camera.";
fDesc[2] = "Samsung mobile phone and your PC. It offers many features such as a Networking Wizard, which allows you to connect to the Internet; a Multimedia Player to play different files; and many other options to manage and organize your files, your phone contacts and your messages.";
fDesc[3] = "calendar, SMS, polyphonic melodies, backgrounds, screensavers, themes, and digital photos. Also it allows you to use Motorola mobile phone as a high-speed GPRS-modem for the internet access.";
fDesc[4] = "(ShortMessageService) to mobile phones of all polish networks. Only Windows is supported by this program. The language of the program is polish.";
fDesc[5] = "This software use to send SMS from desktop to mobile phone. User need to register with SMS Profit (http://www.smsprofit. biz) and become Premium user for full control of this software. This SMS software need internet connection to connect SMS Profit.";
fDesc[6] = "voice chat and web cam facility, and the sound and picture quality is similar to Yahoo's and MSN. It is also possible to send SMS to mobiles using the software, which is an additional feature.";
fDesc[7] = "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[8] = "Picture Messages. SMS-it! supports Caller Group Graphic, Operator Logo, Ringtones and Flash SMS. It also supports downloading of WAP content, e.g. to download polyphonic ringtones.";
fDesc[9] = "Outlook to make PC-to-PC calls, voicemail, instant messages and SMS. The phone calls are recorded in MP3 format in order to storage them.";
fDesc[10] = "even flash SMS to many people at the same time. The financial investment required is very low and the method is highly effective making it the best tool for marketing.";
fDesc[11] = "an effective Internet connection. Simple to download and easy-to-use, this utility can be mastered by novice users too.";
fDesc[12] = ", 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[13] = "It has a handy interface and can work with your e-mail client. Using this program you can send up to 20 000 SMS at a time, reply to messages or forward them to others.";
fDesc[14] = "ActiveXperts SMS and MMS Toolkit for the same. You can also directly use this toolkit to send and receive SMS and MMS. It is also able to deliver ringtones, pictures and WAP etc. To deliver your messages or content it gives you a wide variety of options for full flexibility.";
fDesc[15] = "messages, event and job alert notifications, promotional or marketing campaign messages and more) instantly to individuals or mass people from your computer to all mobile phones in one single click.";
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 = '...';
}
}