var fDesc=new Array();
fDesc[1] = "is the platform that uses Microsoft's digital media, I mean the system is used by Microsoft for the realization of digital media: video, audio, etc, using our exclusive formats from Microsoft, and usually ASF and WMV.";
fDesc[2] = "futuristic game is set in the twenty-sixth century, in which the player has to assume the role of the Master Chief, a cybernetically enhanced \"SPARTAN\" super-soldier.";
fDesc[3] = "Burn are all supported by this powerful tool.";
fDesc[4] = "Express WebPictures browsing the Web for pictures is made simple and easy - you drag the URL of a page, drop it on the Drop Basket and this smart utility explores it and downloads all images to your hard drive. You can immediately see everything you download and delete unwanted pictures. Features include: Ability to download any pictures, audios and videos. Unique and powerful search engine. Up to 10 simultaneous connections. Supports free websites and password protected websites. Image filtering - set the minimum size of pictures in order to avoid downloading numerous thumbnails and interface elements. Built-in image viewer with slideshow capabilities Set any downloaded picture as a Windows wallpaper.";
fDesc[5] = "information about different Yoga styles, both modern and traditional, as well as useful guidelines for practicing the postures, or asanas. The program features a comprehensive list of postures, complete with a photograph of each, as well as its Indian name and its English translation.";
fDesc[7] = "characters, as well as an animated feature showing the steps for drawing all the characters properly. You can hear the correct pronunciation of all the characters, and proactice your learning through readings and excercises.";
fDesc[8] = "Capture, Edit, Convert and Burn are all supported by this powerful tool.";
fDesc[9] = "around. If any Enemy-balls hits the player or player's trail, the player loses a life. You'll just have to play it!";
fDesc[10] = "games: it can show hints, show legal moves, show results, undo and redo moves and more. It can be played either by two players over a net (including the Internet) or by one player against a computer-controlled opponent.";
fDesc[11] = "a prisoner in the Bastille. Bastille Solitaire is a modern improved realization of this game.";
fDesc[12] = "Chakras software includes accurate graphics and specific sound keys.";
fDesc[13] = "idea and cool realization, the game has a lot of options and really nice graphics and music. Enjoy!";
fDesc[14] = "human resource departments, and anyone who needs to create and process their own tests...";
fDesc[15] = "conditions or healing. The yantras software includes accurate graphics and written mantras.";
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 = '...';
}
}