var fDesc=new Array();
fDesc[1] = "Orbit Downloader is a complete solution for your media and data downloading from the web. Orbit Downloader supports HTTP/FTP/HTTPS/RTSP/MM S/RTMP protocols and provides a total solution for downloading media from all the rich media sites like Youtube or Google videos.";
fDesc[2] = "saga, in this case, you are going back to the ancient Persia. Like in the other games you will climb walls, jump, and do all kind of incredible movements.";
fDesc[3] = "games. It is based on a futuristic sci-fi plot with 2D isometric perspective graphics, in which three races from different planets, Terra, Protoss and Zerg, are fighting for supremacy and survival.";
fDesc[4] = "program is very complete but it is easy to use. You can be an expert on software but you will find this program very complete and useful. If you are a beginner, the program's interface will seem really easy and you will have no problems by using it.";
fDesc[5] = "you to make screenshot from flash frames and save it as a graphic file. The program supports 13 different languages. You can save flash files right clicking on them, or using the provided IE Toolbar.";
fDesc[6] = "games in total). The program has a laptop-like interface that is quite easy-to-use, although somewhat clumsy. You will have the option to play the games within this laptop interface or switch to full-screen mode.";
fDesc[7] = "Full of 3d modeled enemies, buildings and explosions.";
fDesc[9] = ", snapshot, e-mail and categorize Flash files in just one click!";
fDesc[10] = "over the Internet. Its important features are to extract cached movies, images, text and the option for saving them in favorites list for further view.";
fDesc[11] = "happy since it’s all about camping. To be precise, you won’t be exactly camping. Instead of that, you’ll be able to build the camping site of your dreams. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[12] = "a flash version of this classic, recreating the final fight between Ryu and one of his most fierce rivals, the powerful Sagat. After being defeated by Ryu in their last fight and with an awful scar in his chest, Sagat is ready to face his legendary opponent.";
fDesc[13] = "video playback, Internet, flash content, games, high-end graphics, along with promos and other useful third-party applications. It has many fascinating skins to work with, and provides a unique solution to the user for all the multi-media needs.";
fDesc[14] = "not connected to the Internet.FlashOffliner includes a package creator. This simple tool allows you to create a package containing one or several Flash games. Creating a package you can carry all those games in a single file, easy to install in another PC running FlashOffliner.";
fDesc[15] = ", you will be able to download flash games, flash cards and flash animation with just a click of your mouse. Once you download the SWF files, you will be able to watch them anytime you want without needing to be online.";
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 = '...';
}
}