var fDesc=new Array();
fDesc[1] = "it possible to convert from a wide range of video formats to audio/video files. We can use it to convert FLV, AVI, MPG, MP4, WMV, 3GP, MOV, RM, ASF video files to AVI, XViD, MPEG4, H264, and DivX video files; and MP3, and WAV audio files.";
fDesc[2] = "for ZIP/ARJ/LHA/RAR/UC2/TA R/GZ/CAB/ACE. Command line, full text search also in packed files, button bar,FTP client.";
fDesc[3] = "support, system health and shopping. Take a quick look at the simple-to-use interactive dashboard to stay informed, protected and up to date. Convenient category menus offer a quick summary of PC status, a recommended maintenance schedule, links to problem resolution, and access to help and support information. Protect your PC from the dangers of viruses and monitor the health of your PC and more from this menu. Red, yellow and green indicator icons notify you of areas that need your attention. You can also check your system’s storage levels at a glance.";
fDesc[4] = "Anti-spam, Firewall protection and online threats protection using the all new DNA scan feature. You can use the schedule scan and native boot scan to heal viruses that works in your system shell.";
fDesc[5] = "Security... that won?t slow you down!";
fDesc[6] = "factions representing the powers of the Mediterranean. Your scenario is Europe in middles ages with a lot of political intrigues and the influence of the Church. In that time, The church controlled the international political issues and has total power.";
fDesc[7] = "Total Commander, file managing software. The bundle include the latest versions of following software. Total Commander, AIMP, Opera for USB, Sumatra PDF, The KMPlayer, Universal Extractor, uTorrent, XnView, and others.";
fDesc[8] = "that your faction dominates the empire. You will have to choose between three factions: the Brutti, the Julii and the Scipii. These families had a very big influence in the ancient Rome. Each of those families have different goals.";
fDesc[9] = "there nothing junk lefts on your computer. Total Uninstall will show a list of programs and softwares installed on your computer, you just select the software you want to remove or uninstall from your computer and Total Uninstall will do the rest.";
fDesc[10] = "to be seen by any other person. Manually choose which files to delete or let the program do it for you with only one click. Dispose of unnecessary contents that make your computer run slowly as well. In a word, make your computer untraceable.";
fDesc[11] = "in a file any sound that goes through your sound card. You will be able to record sounds from programs, an Internet streaming, your microphone, the CD/DVD player or any device you connected to your Line In jack, such as a TV set, a cassette recorder or a Hi-Fi system.";
fDesc[12] = "program made by Christian Ghisler. Total Commander 6.54a is included in TC PowerPack 1.7. During the installation you can choose to install three different skins, Smooth, Futurist or WinCmd.";
fDesc[13] = "expansion bases itself in the struggle for the British isles, and sets several kingdoms waging war between them. With all the great things that make Total War great and some more, this is an expansion to have.";
fDesc[14] = "PC. You can pause the copy or moving process anytime and resume the process anytime. Total Copy integrates into the right click menu and becomes available while dragging and dropping files.";
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 = '...';
}
}