var fDesc=new Array();
fDesc[1] = "eye on human photos or green eyes on pictures with animals. You can also denoise low-quality photos made from cameras from digital telephones. You can create СD labels and print them. You can also create slideshows and copy them to discs.";
fDesc[2] = "online video chatting, simple video creation, still image capture and exporting, automatic video monitoring (motion detection), and a variety of other functions.";
fDesc[3] = "gain points. You will have to make a word from more than three or three letters. You can make a word by selecting letters horizontally, vertically or diagonally even - but the rule is not to leave a letter (you cannot skip a letter).";
fDesc[4] = ", create musical slideshows, make screensavers, and even order customized photo gifts (calendars, mousepads, and mugs). Digital Photos come to life with entertaining musical slide shows (PhotoShows) to share with family and friends online via e-mail or your own Nero PhotoShow Circle Web site.";
fDesc[5] = "share your home movies on your computer. With this tool it is easier; to make changes in your movie by editing some shots, drag and drop certain clips in your movie.";
fDesc[6] = "invites the player to form words out of them. All the levels and supplied letters are good for creating known words. The game takes care of the truthfulness: there always are words that can be created using the displayed letters.";
fDesc[7] = "sketches. This software is very easy to use and suitable for anyone. There are many frames to choose from as well as faces or icons. We can add frame and face, zoom in/out, save, save to an album, print, send by e-mail, set as a wallpaper and many more.";
fDesc[8] = "time playing it. Pocket Tanks Deluxe is a simple game, there are two tanks, one controlled by us, the other one is controlled either by the computer or by another player. The aim of the game is to hit the other tank the most before all the weapons are used.";
fDesc[9] = "system and allows you to create template designs. Those designs can be used to print on your DVD or CD discs that are printable. Your burner has to be LightScribe capable in order for this application to work and you also need to have some other LightScribe software installed.";
fDesc[10] = "Personal Instruction * Practice Area * Custom Lesson Designer * Typing Games * Progress Tracking & Reporting * Special Language Options This application is available in three versions: Mac & Win; Mac only and Win only.";
fDesc[11] = "There are many ways you can add your videos to the application. You use your digital camcorder (HDV), tuner, or import high definition videos.";
fDesc[12] = "game board with different monetary values on them. You have to choose one of the categories and a monetary value to play for, and answer the corresponding question.";
fDesc[13] = "that one of the Conflict games is ever released on next-gen consoles and the PC at the same time, or so. The game features 2 CIA operatives who have different styles and approaches.";
fDesc[14] = "“rat race” where everybody who gets his university degree starts, and then all the adventure begins. By rolling the virtual dices, the player advances and falls into different situations.";
fDesc[15] = "you eat and each time there will be less fishes capable of eating you. Become the bigger fish in the ocean. Enjoy this simple arcade game that show you how to become a predator from being the pray.";
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 = '...';
}
}