var fDesc=new Array();
fDesc[1] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate.";
fDesc[2] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface.";
fDesc[3] = "help protect, repair and optimize your computer. Finding what other utilities miss, it can keep your PC error-free and smooth than ever.";
fDesc[4] = ", boot screen, icons and many other resources in Windows XP, with a darker more slick and smooth looking theme. Through the XPize settings you can change the icons size and spacing, wrap their titles or even hide the icons.";
fDesc[5] = "smooth running of your computer, and an improved stability. When you install the program, it offers you to keep it connected to Macecraft´s servers, in order to ensure faster updates.";
fDesc[6] = "capability to remove the tiny spots and marks on your face. It can select your skin tone and use it to clear up the small spots or color differences in your skin.";
fDesc[7] = "through the 18 challenging holes, collect many points as you can, and unlock new characters to have more fun!";
fDesc[8] = "environment you already know. Purpose-built architectural design and drafting tools make for efficient, intuitive creation of construction documents. AutoCAD® Architecture software provides AutoCAD-based design and documentation productivity specifically for architects. You now have more tools to automate drafting tasks and create your architectural documentation faster. Designed specifically for architects—Work in the familiar AutoCAD environment, using tools that are purpose-built for architectural design and drafting. Get immediate productivity—Begin using AutoCAD Architecture software with minimal training, creating documentation, drawings, and schedules faster, with fewer errors, and in a software environment you already know. Make a smooth transition to more advanced features at your own pace. Collaborate smoothly—Exchange information easily using the industry-leading...";
fDesc[9] = "looks like a real flame. Features: - Real-time heart beating! - Very realistic real-time fire effect and more";
fDesc[10] = "time, you can also race and perform other kind of missions. The game is smooth and offers a lot of fun to all kinds of gamers.";
fDesc[11] = "plug-in. The standalone application works independently from other applications and has the complete functionality offered by AKVIS Magnifier. On the other hand, the plug-ins allow certain photo editors to make use of the photo enhancement capabilities of the program.";
fDesc[12] = "editing, so that you can preserve every moment. This style pack can be applied any kind of videos/pictures. This style pack works well with muvee autoProducer 5 and earlier, muveeNow (all versions) and muvee autoProducer unPlugged.";
fDesc[13] = ", Blue Cat's Chorus Plug-In. The difference is that they have added a subtle to very deep stereo effect feature that allows the user to create an incredible stereo effect. By tinkering with the 'stereo' control and you will be able to get this famous widening stereo chorus effect.";
fDesc[14] = "is this ClearType about anyway? ClearType is a feature intended to smooth the display of fonts on LCD monitors. However, this tool can also achieve some improvements in CRT monitors.";
fDesc[15] = "fine details to make everything smooth and of high quality. Due to the new and improved design, this filter is a magnificent and smooth self-oscillating digital filter. Although it is supposed to mimic an analog synthesizer, it still has a good sound quality even when played at full resonance.";
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 = '...';
}
}