var fDesc=new Array();
fDesc[1] = "twelfth delivery is the appearance of the user interface. In short, a very complete range of solutions that will be to the liking of the more novice users and those who want to further customize their productions.";
fDesc[2] = "in Europe Be a Legend mode, which manage a single player to take him from small teams and benches to the maximum level. The graphics and atmosphere of the stadium was updated and enhanced to complement the experience of PES.";
fDesc[3] = "eye on human photos or green eyes on pictures with animals. You can also denoise low-quality photos made from cameras from digital telephones. You can create СD labels and print them. You can also create slideshows and copy them to discs.";
fDesc[5] = "but the best will do then Diskeeper 10 Professional Premier Edition is a must-have.";
fDesc[6] = "offers Firewall, Virus and Spyware Scan, Email Scanning, Intrusion Prevention and Schedule scan. Norton 360 is a complete package of security which saves your computer from virus as well phishing protection warns you against fraudulent sites and enable you to browse the web more easily and safely.";
fDesc[7] = "contigous blocks / allocation units. This can slow down the system severely and cause the hard disk to work more if the fragmentation levels are high. Diskeeper can automatically defragment the hard disk. You can specify the Disk priority and CPU priority.";
fDesc[8] = "Hollywood-style DVDs from your home movies and slideshows. Easily transfer and edit home recorded movies, create compelling motion slideshows, edit standard and high definition projects, even upload them to portable devices, all with professional-level production values.";
fDesc[9] = "all its components separately. It includes the following modules: Translator Professional Plus, Dictionary & Tools Professional, Dictionary & Tools Point & Click, Complete Add-Ons Pack, and three technical dictionaries.";
fDesc[10] = "maximize tax deductions and see how you're doing overall. This incredible program is perfect for home business owners and self-employed professionals, and includes all the features of Quicken Premier, plus smart business management tools.";
fDesc[11] = "of all, for music lovers. Using this tools you have the possibility to record music disks with creation function of archival copies for CD and DVD disks.";
fDesc[12] = "comparison with regular defragmentation utilities. Some of them are: Terabyte Volume Engine, Unlimited Single Volume Size, InvisiTasking, Intelligent File Access Acceleration Technology, and Frag Shield among others.";
fDesc[13] = "utility monitors the Master File Tables and the paging files, components that have to be in the best form to bring an optimum system performance. The utility can be configured to work with no performance degradation of the system, running always in the background.";
fDesc[14] = "collection by converting audio to MP3 or other popular formats, from almost any source. Automatically organize your collection as it grows. Use your music as ringtones for your mobile phone or create smart playlists for your portable player.";
fDesc[15] = ", invite, accept or decline meetings anywhere!";
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 = '...';
}
}