var fDesc=new Array();
fDesc[1] = "is dynamic unlike other download managers. Other features include resume broken downloads due to broken network connections, error recover and site grabber for web-sites. Apart from the regular files that can be downloaded, IDM also supports embedded video files";
fDesc[2] = "find a sense of familiarity with the new features. The game puts you in the shoes of a skilled parkour runner in a struggle against evil. It has excellent graphics and gameplay. It is really a new concept every gamer should try.";
fDesc[3] = "Explorer ActiveX control that is used to implement this option. One advantage is that you get zero pop-ups. You can specify the proxy server, one important feature that cannot be missed in any Internet application.";
fDesc[4] = "category. The application allows you to use several monitors and expand your desktop to more than one of them. Newer operative systems, like Windows XP or Windows Vista have features like this. Basically, you can move a window from monitor A to monitor B in real time.";
fDesc[5] = "friend or family face and producing surreal effects! These help to disfigure and distort any ordinary image beyond recognition.";
fDesc[6] = "enhance them. What is more, it also allows you to capture screens, create layouts, and select colors from a webpage, which makes it a great tool for web designers.";
fDesc[7] = "in the upper section, reflect desktop icons, hide/unhide all desktop icons, avoid rippling desktop icons, change the effect horizontal or undulated, change wave direction up or down, use a region for the effect, change frequency, height, amplitude, perspective, speed, etc.";
fDesc[8] = "utility to restore your files again. Backup4all is an easy to use utility that will help you to make safe backups of your files and folders, and using the New Backup Wizard you will be able to create a new backup job, easy and quickly.";
fDesc[9] = "locked the villagers up in mirrors. Help Iris to set her family and her village free. Find all differences in all the mirrors, before it's too late! But be careful! Rain, fog and poor light will hinder you.";
fDesc[10] = "given photo. You can apply foundation, lipstick, lip liner, eye shadow, eye liner, brow mascara and blush to a copy of that image, placed in a window on the right. The program can apply some predefined makeovers, such as natural, day, evening, sultry, beach, goth and more.";
fDesc[11] = "incredible program allows you to make manual or automatic backups (with a set interval time) when your computer is idle. The program includes 3 backup modes: a mirror backup , a full backup zipped, and a sequential backup zipped";
fDesc[12] = "order to discover a mysterious story. On each level you will have to search and find different objects in a messy room and between many other objects.";
fDesc[13] = "mirrored directory to the master directory and correct any disparities. ICE Mirror allows ultra fast mirroring because it performs incremental updates. In other words it only copies files that have changed. If only a few files have been updated, it performs very fast.";
fDesc[14] = "Samuel Gordon, the major character,who receives the tragic news of the death of his grandfather, William Gordon, who had lived lives for many years in Black Mirror.";
fDesc[15] = "with some differences, you must help the village and select the differences before time and game is over. Mirror magic is a simple and good entertaining game for speed reaction with a good story, graphics and fun.";
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 = '...';
}
}