var fDesc=new Array();
fDesc[1] = "the prayers, in other words is an accountant assistance, a timer and agenda in order to keep a schedule for the prays. It has multiple functions and audio guides to not loose the track of the prayers.";
fDesc[2] = "flash based massively multiplayer online role-playing game (MMORPG). Its concept is mainly that of a tactical game featuring wild humor but with a unique style if we compare it with other MMORPGs.";
fDesc[3] = "you can play all region DVDs on all DVD drives even if you have changed the region code 5 times";
fDesc[4] = "forests spanning 8 hunting regions.";
fDesc[5] = "faster and more accurately, this application will capture and save: windows, objects, full screen, rectangle-selected regions, fix size regions, scrolling windows/web pages and anything captured from your screen instantly.";
fDesc[6] = "comfortable way. When you launch the program, you will see a tiny main window, which contains everything you need to take the screenshot you need.";
fDesc[7] = "windows, programs, websites and regions of your computer screen. This is a professional application that comes with a lot of features but it is not difficult to use because of its friendly interface.";
fDesc[8] = "opened window in each defined region. When you run this program, you will be presented with controls that will let you split the screen horizontally or vertically. You will then define regions. You can modify the size and shape of those regions.";
fDesc[9] = "program enables you to capture any part of the screen as you want (windows, regions, controls and more). It also supports capturing cursor, long scroll window and timer-activated capture.";
fDesc[10] = "window allows the user to decide what to do first: Rip or Burn. By selecting the Ripper part, the application shows the DVD ripping program with the information on the DVD loaded, the regions available for decoding and the settings for General, Audio and Video adjustments.";
fDesc[11] = "capturing the whole display's window and an active application window, Mr Captor is able to take a shot of a randomly chosen part of the image (a rectangular, or elliptic or freehand) and so on.";
fDesc[12] = "documents or pages. The application has three different regions in its user interface: a text input box, a search button and a main results window. The user only has to go through three simple steps to obtain the desired PDF documents.";
fDesc[13] = "House (ages 4-7), The City (ages 7-9) and the Regions of The World (ages 9-12). There are two characters, Professor Phileas and his parrot who accompany the children in their learning adventure giving instructions for all the activities.";
fDesc[14] = "files. This program has a number of additional features, such as region enlargement, drag-and-drop support, cutting o...";
fDesc[15] = ", like the possibility of choosing which historical period you want to display, showing the exact names of the different places during that period. Also, you can add commentaries, mark specific places, and print, copy or save your newly-created map.";
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 = '...';
}
}