var fDesc=new Array();
fDesc[1] = "unnecessary elements (foreign language audio or subtitles, extras, additional footage) from the target DVD or just by compressing the existing contents. After setting the desired parameters, you can record your new DVD, or backup it to hard disk.";
fDesc[2] = "beyond the basics. Apply incredible effects, organize and retrieve automatically your pictures from any device (from cameras to cellphones) and share them.";
fDesc[3] = "viewer supports most SVG elements, as well as CSS properties and DOM elements. Additionally, the ActiveX control has been signed so you don't have problems with the ActiveX security warning introduced with Windows XP Security Pack 2.";
fDesc[4] = "few users try to learn these important topics. But nowadays, it’s easier to get that information thanks to Berlac Advisor. This small utility will make a deep analysis of your PC, detecting all your hardware elements connected and all your installed applications.";
fDesc[5] = "started quickly with easy moviemaking options; show your style with amazing audio and video effects; and share your movies virtually anywhere. You can create, customize and share movies.";
fDesc[6] = "performance. It also has a network accelerator feature that can accelerate the network speed and a startup manager that can manage startup applications";
fDesc[7] = "Premiere Elements. This extraordinary program has incorporated plenty features that will help you to create your own motion. It has also its own templates, elements that will definitely help you to create and innovate a special motion.";
fDesc[8] = "files, Send to mail recipient. All these utilities helps the user to view and change the attributes, rename, delete, replace files from the folder, alter and delete the properties of present elements, shred and overwrite the file completely and much more.";
fDesc[9] = "When clicking on a group of 3 or more same-colored bricks, the whole group disappears, and the hole is filled first by the elements falling from above. If a column is cleared, the elements move to the center of the field.";
fDesc[10] = "your hands to alter SWF files. You can simply modify or completely re-do your SWF movie even if you have lost the original FLA file.";
fDesc[11] = "secure Adobe PDF documents. With Acrobat Elements you can: * Create Adobe PDF documents * Print to Adobe PDF * Create accessible Adobe PDF documents * Use a de facto standard * Distribute files electronically * View and print reliably * Protect files * Help restrict access";
fDesc[12] = "on an individual basis, changing facial expressions or positioning the figures. In addition to a complete control over the textures and elements that make up a figure.";
fDesc[13] = "great story which enhances the gamer experience. Graphics are beautiful and music and sound effects help a lot to create a great experience.";
fDesc[14] = "points you need to choose with your mouse groups of elements of more than 3 of the same type and click to make them disappear. If you choose bigger groups you will get higher scores, if time runs out and you didn’t collect enough points, game will be over.";
fDesc[15] = "unlock the four books of magic. Save the ancient kingdom by restoring the power of magic altars dedicated to the elements of earth, fire, air and water.";
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 = '...';
}
}