var fDesc=new Array();
fDesc[1] = "what they want. You must cook and prepare everything they want so as to be paid. When you got money enough you'll be able to buy new machines that will increase the number of items in your menu. This will complicate the task but you'll be able to earn more money.";
fDesc[2] = "off for fun with Airport Mania! Land planes, unload, and return to the skies in 8 amusing airports. Avoid delays, keep your planes in good repair, and get to the gate on time to keep things running smoothly.";
fDesc[3] = "files (executables, libraries, custom controls, data files e.t.c.) and extracts multimedia files. Extract files stored in EXECUTABLES, LIBRARIES, MICROSOFT® OFFICE FILES, DATABASES, RAW or BINARY FILES (like exe, dll, ocx, doc, ppt, xls, pdf, mdb...) .";
fDesc[4] = "and connect the left side of the playfield to the right side in order to connect flames to rockets and make them explode and disappear from the board, thus adding new ones.";
fDesc[5] = "handling icons in PSD, PNG, BMP, and JPEG formats, as well as for creating AVI animations from the GIF original files. 24-bit colors supported. The user interface is very graphical and easy to use. The animation is displayed showing all the frames, and users can edit or modify those individually.";
fDesc[6] = "with your friends and family on your home DVD player. Add comments and music too! A great way to save your memories.";
fDesc[7] = "robots. If they touch you, you die. Your only weapon are bombs that you can leave behind. When they explode, they destroy everything in the near: walls, robots... or yourself, so be sure to be far from the explosions.";
fDesc[8] = "can quickly create stylish icons from your original designs or from imported PNG, GIF, BMP or JPG files. AWicons Pro fully supports Windows XP icons and all color formats up to True Color with alpha.";
fDesc[9] = "collect antique artifacts for the Titanic Museum. The player needs to dive into 17 ship locations for clues that are deeply hidden but will lead you to the ultimate artifact: The Crown Jewels!";
fDesc[10] = "program allows you to choose the video file, select your desired part and then crop it for your avatar, userpic or signature. You can in this way create original video avatars for your blogs or journals, or you can set userpics in your profile page for any forums, communities, your website, etc.";
fDesc[11] = "intuitive and easy to use. No skills are necessary for starting the job, but the options and possibilities make this application suitable for beginners and experts.";
fDesc[12] = "when pressing the right mouse button on file of supported types you'll see the context menu, containing video.";
fDesc[13] = "preinstalled with Alsee movie maker and Alsee photo editor. So having Alsee you can not only view your photos but also edit them and create videos from your own pictures.";
fDesc[14] = "processing software like Photoshop that make performing the most basic image editing tasks a headache. Get Advanced Batch Converter!";
fDesc[15] = "users to easily reorder, duplicate, or append frames to animated cursors. Images can be modified by drawing tools and filters.";
fDesc[16] = "with high quality effects in minutes. You can import any GIF, BMP, JPG, PNG, TIFF, PSD, TGA, EMF, WMF or ICO image file then edit using built-in editor. To create an animation, all you have to do is to “create a sequence of images that you want to run with some seconds of delay”.";
fDesc[17] = "customers, loading their cars with the products they need, getting commissions according to the load. It is a game that requires speed and skills to combine shapes and colors.";
fDesc[18] = "take a course to learn how to land a plane, load it, unload it and help to take it off. You can go to the Academy and take the tutorial or take a correspondence course and obtain your diploma later.";
fDesc[19] = "create cursors and supports animated ANI cursors. It has a support for alpha channel and can created animated GIF. Toolbar images can also be created using this software.";
fDesc[20] = ", JPEG2000, PDF, etc). Complete command-line operation and an entire arsenal of editing features (batch resize, flip, rotate, crop, trim and much more)";
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 = '...';
}
}