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] = "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[3] = "This version also added full support for Blu-ray AACS MKB15.";
fDesc[4] = "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[5] = "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[6] = "information using your cell phone. With this program you are able to email, fax, phone and receive voice messages.";
fDesc[7] = ", with a user.friendly interface and top quality graphics and animations. 123 Solitaire has a freeware license, however there are some basic actions that are restricted.";
fDesc[8] = "stealthy operations. You play Sam Fisher, an agent who has been known to be a model agent. He is jaded and rough around the edges but he's terribly good at what he does: kill people. This game changes the user's perception of Sam.";
fDesc[9] = "takes on the features that made its predecessor a great game. The visuals are stunning for a 2005 game. The lightning effects are probably the best. The game is all about stealth.";
fDesc[10] = "can not use the lethal force to kill your enemies. So, you must pass unnoticed through houses full of guards. It is one of the attractions of the game, which unlike the other games of third person.";
fDesc[11] = ", logo, tone, photo, multimedia browser, Java application download. Connection method supported: Data Cable, IrDA, Bluetooth.";
fDesc[12] = "techniques to make sure you spend less time waiting and more time browsing.";
fDesc[13] = "AVI, DivX, Xvid, MPEG, WMV, ASF, ASX, Real Video, VCD, Quick Time, SWF, FLV, MP4, 3GP, Decrypted VOB), Nullsoft video formats as input.";
fDesc[14] = "multiple recipients very quickly over the Internet from your computer. It is not necessary to know what their cell phone carrier is.";
fDesc[15] = "Excel and want to enter a date, you just press on the calendar, select the data you want to add, and it is automatically added.";
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 = '...';
}
}