var fDesc=new Array();
fDesc[1] = "and DVDs. You can choose between several static and animated menus and preview everything before burning the disc. You can also burn standard DVD files (VIDEO_TS folders containing files. VOB. IFO and. BUP).";
fDesc[2] = "WinOptimizer can clean your internet and PC history and clean all the junk files. You can clean your windows registry to get rid of unused registry entries and save your system from registry corruption and errors or you may like to make your private data password protected.";
fDesc[3] = "two clicks. You can search for a video in all of these portals and see the search results in the same window. Use advanced search to simplify your search by choosing a category like, animation, cars, music, sports, travel, video games, animals, science and other.";
fDesc[4] = "photographers. You can view, organize, edit and convert all your images the easiest way ever. Ashampoo Photo Commander has everything that you may need to manage your photos.";
fDesc[5] = "the most of your Internet connection’s speed by adjusting your Internet parameters to the most convenient settings. You can either let the program make an automatic adjustment or, if you are an experienced user, you can make manual settings to optimize your Internet connection.";
fDesc[6] = "compress and combine video files to fit the quality standard and the type of disc selected, managing the whole process quickly and with the highest quality. You can now burn all your video clips to DVDs, CDs or Blu-ray discs, all with the same tool.";
fDesc[7] = "appropriated application for completely cleaning all the programs traces. The user interface is very intuitive, easy to use, and the application is full of tutorials (assistants) for guiding users in all the tasks the program can perform.";
fDesc[8] = "defragmented again! It constantly keeps an eye on your file system and makes sure that all the clusters are allocated properly, so your hard disks never get defragmented again. And all that without slowing down your computer’s performance.";
fDesc[9] = ", Windows often doesn't manage your multiple cores very well, so you're not actually getting the full multi-processor power you paid for.";
fDesc[10] = "experience. It presents a control center that will take care of all your Windows settings where everything is explained in a simple language.";
fDesc[11] = "can capture full program windows, images that appear in systems with multiple monitors, full spreadsheets, full scroll-down webpages…off-screen content included, all in one single image that you can later edit without exiting Magical Snap 2.";
fDesc[12] = "StartUp Tuner 2 will detect even those that do not want to be found and will give you the chance to deactivate their auto-start entry, or uninstall the whole program if you wish.";
fDesc[13] = "surface printing. The application guides the user through the design way to the end in a very simple manner. The application supports direct to disc printing (special printer needed).";
fDesc[14] = "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[15] = "uses, such as office work, gaming, media editing or maximum resources (memory etc), and then switch from one setup to another.";
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 = '...';
}
}