var fDesc=new Array();
fDesc[1] = "optimizes system registry and other system files so that Windows can run fast and smoothly. The program creates a system restore point, in case something goes wrong during the clean-up.";
fDesc[2] = "version of Windows Live Messenger 2009 but want to enjoy all the benefits and added Plus!. Yes, this version is the official version released by the sponsor program and resolves all problems of incompatibility that existed between messenger 9 final messenger plus live.";
fDesc[3] = "contact list, manage a household budget and keep up with your correspondence. Works gives you the basic tools you need to make your tasks easier from start to finish.";
fDesc[4] = "play DVD also. One feature to be noted is that there is a built-in converter that can convert many media files to AVI or DIVX. \"AVI Doctor\" in the \"Setup\" page can repair AVI files that have been damaged probably by a P2P download that hasn't been 100% completed.";
fDesc[5] = "supports many compression formats (more than 20 compressed archive formats), and it shows all the compressed archive information. For compressed files, it offers the possibility of extracting one by one or all the files to a given folder, reload the list, etc.";
fDesc[6] = ", complete and expandable. The concept behind the interface and work methods in Maya are extremely smart, and the program offers extreme control over every aspect of your work. The learning curve is steep though, so you will need to invest time in order to master this 3d beast.";
fDesc[7] = "from a computer to Walkman player. Sony Media Manager has a handy interface. With this new application you can organize your Use music, photos, videos and web feeds (RSS media) at your PC and transfer multimedia files to your phone.";
fDesc[8] = "twenty of the best known file formats and it allows you to add many more using different plugins and freely-available codecs. Play the music you like wherever it is - on your computer, in FTP folders or on the web. Create dynamic playlists and burn them to CD with the Ashampoo BurnIt! Add-On.";
fDesc[9] = "getting slower - it's Windows that's getting clogged up. One of the main reasons for this is garbage left over by programs that don't get removed properly.";
fDesc[10] = "high-performance direct e-mail marketing you will need more than just e-mail addresses and a mailing application - it is ListMotor.";
fDesc[11] = "download audio or video files that you already have and you don't remember that. When you have lots of duplicate files you may be wasting useful space unnecessarily. With a program like this, you can free up that space and use it for other applications.";
fDesc[12] = "to include all the dependency files their applications uses, making it ready for public release.";
fDesc[13] = "playlist, PB resources and text, Word, Excel, HTML files and output all items under a folder and all its sub folders.";
fDesc[14] = "automatically. It's that simple. Stop, pause and play using familiar media player controls on the main window.";
fDesc[15] = "activity?,Want more space on the disk? Use MMD Explorer and organize your files by their extensions.";
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 = '...';
}
}