var fDesc=new Array();
fDesc[1] = "tools as in Microsoft Office, Writer, Cal, Draw, etc but in a freeware version. It is easy to use and install and you can also open extensions such as .doc, .xl, etc.";
fDesc[2] = ", DVD-RWs, DVD+Rs, DVD+RWs, DVD+R Dual Layer and DVD-RAM. The program is itself pretty small and does not suck your system's resources as other burning applications do.";
fDesc[3] = "necessary adjustment to the document and preview it before printing (up to 20 copies without the need of any other application).";
fDesc[4] = "CDs containing all of your favorite songs: audio CDs for car or home CD player, Exact copies, Jukebox CDs, Data discs, Data Images, and more.";
fDesc[5] = "reliable, it automatically synchronizes and backs up emails, photos, address book, music and any kind of document or file between hard drives, desktops, servers, mobile devices and through the internet using FTP, WebDAV and much more.";
fDesc[6] = "want to take with you and don't want to copy and paste it every time a change is made, or when you need your desktop computer and your laptop to have the same files.";
fDesc[7] = "not record the audio through the sound card, it does it digitally, ensuring you perfect copies of the originals. The program can also perform a test to check that the copies are perfect.";
fDesc[8] = "is fully compatible with Windows Vista operating system.";
fDesc[9] = "executable file that contains a set of verification instructions. This utility is used by owners of Xbox 360 consoles to verify that their image files are patched accordingly. Xbox 360 consoles can be modified to read backup disks recorder on regular dual layer DVDs.";
fDesc[10] = "windows explorer file copy/move and adds many features for a better control and manage of your copies/moves. It has a GUI easy and friendly to the user. Its installation process is easy to perform. SuperCopier runs on Windows 95/98/Millenium/NT4/20 00/XP/2003Server platforms.";
fDesc[11] = "creation of a full copy of a DVD movie, locating a VIDEO_TS folder on the hard drive and burn it to a DVD disc or select several movie titles and join them together and burning audio files onto a DVD.";
fDesc[12] = "photograph, rotate it, and print as many copies as you need at exactly the size requested in your country. As a bonus, you can add some colour effects to your photographs before printing.";
fDesc[13] = "Home, Ultimate, Business, etc. The more basic versions lack some features present in the most expensive versions. The one we need to mention here is access to the system restore points (backups).";
fDesc[14] = "even perform a test to see that the copies really are perfect. Audiograbber can also automatically perform some tasks like normalize the music.";
fDesc[15] = "it takes that you remember it. PC Backup gives solutions to those problems. PC Backup from Mingo Software is a very complete and easy-to-use suite for backup creation and restoration with a lot of “bonus” tools that make it a professional software.";
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 = '...';
}
}