var fDesc=new Array();
fDesc[1] = "more features like effects and custom filters that give website developers more functionality in showing better graphics. It is a must on every PC, as many sites rely on this plug-in for showing videos";
fDesc[2] = "features. SMS service helps you to send messages to people's mobile phones. I like Yahoo Messenger mainly because of its stealth settings. Games can be played on Messenger. All of these features make Yahoo Messenger the best Messenger software.";
fDesc[3] = "java programmes and should be installed to run java programmes. It comes with a bunch of very handy new features which enable to develop java programmes with high quality.";
fDesc[4] = "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[5] = "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[6] = "suite. The software updates the phone's firmware in a few simple steps. For doing that you will need to have an USB cable compatible with your phone´s model, the \"Update service\" program and an internet connection, preferably broadband.";
fDesc[7] = "(ShortMessageService) to mobile phones of all polish networks. Only Windows is supported by this program. The language of the program is polish.";
fDesc[8] = "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[9] = "it, then AVS Video Editor is one of the best options you could choose. This easy to use and powerful video editing tool will let you to import your home videos, sounds, images, create movies, apply many transitions and video effects, and even save your projects as professional DVD videos.";
fDesc[10] = "Project) into AVI files. Using this program, you will be able to convert one file into another or to convert a group or files, even a folder into AVI files at once.";
fDesc[11] = "will be able to call anywhere from the comfort of your computer chair, and that is priceless. Gizmo5 is a strong competitor of Skype. Both are the best-known applications of the type, Skype probably being the most famous.";
fDesc[12] = "Outlook, Lotus Notes, Thunderb, Palm D., David, Groupwise,.., many filters SMS Center to easily send SMS";
fDesc[13] = "audio track to MP3, WMA, WAV files and capture scenes from the video to pictures. It supports movie trimming, cropping, effect adjustment, batch conversion, and multi threading.";
fDesc[14] = "lost media files from various digital devices whether it is video, audio or images. Presently it is fully capable to recover your media files from Audio recorders, digital cameras, MP3 players, WMA players, PDA, Mobile phones, hard disk, compact flash card of type I and II etc.";
fDesc[15] = "its users to get wireless Internet connection on their laptop through their Windows Mobile Phones. What this beautiful piece of software does is to transform your smartphone into a wireless modem for your PC.";
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 = '...';
}
}