var fDesc=new Array();
fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
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] = "a phone, back up and restore phone data, import and export contacts and calendars. This program can use the mobile phone to connect your PC to the Internet.";
fDesc[4] = "This version also added full support for Blu-ray AACS MKB15.";
fDesc[5] = "can convert any mp3, ogg, wav or amr file to mmf, qcp, amr or wav file that can be used as a ringtone on your phone. You can use the inbuilt editor to cut a desired part of an audio file, to use sound effects like fade-in and fade-out, to amplify the audio volume or normalize the audio.";
fDesc[6] = "video conversion. Easy to use. Supports batch and merge conversion modes. Converts all or only a segment of the input file. It has options to preview the converted video and to automatically shutdown your computer once the conversion has been completed.";
fDesc[7] = "information using your cell phone. With this program you are able to email, fax, phone and receive voice messages.";
fDesc[8] = "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[9] = ", logo, tone, photo, multimedia browser, Java application download. Connection method supported: Data Cable, IrDA, Bluetooth.";
fDesc[10] = "clicks. The program supports all the popular audio formats including WAV, MP3, MMF, AMR, QCP and MP3. The best feature of the converter is the integration into Windows right-click menu.";
fDesc[11] = "ring tone every other day. With the help of this software the user can cut the music files into smaller pieces to compose ring tones of personal choice with great ease.";
fDesc[12] = "mpeg, vcd, dvd, wmv, asf , divx , xvid , avi, mov , quicktime, rm , rmvb to 3GP files playable on most mobile phones. Supports batch conversion, allows you to trim movie, and configure advanced settings.";
fDesc[13] = "audio files. Create mobile movies from your video collection, and picture slideshows or mobile wallpapers from your photo collection. Edit files and easily customize tracks for your polyphonic compatible phone.";
fDesc[14] = "AVI, DivX, Xvid, MPEG, WMV, ASF, ASX, Real Video, VCD, Quick Time, SWF, FLV, MP4, 3GP, Decrypted VOB), Nullsoft video formats as input.";
fDesc[15] = "multiple recipients very quickly over the Internet from your computer. It is not necessary to know what their cell phone carrier is.";
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 = '...';
}
}