var fDesc=new Array();
fDesc[1] = "CorelDraw, the main application for vector design and layout; Corel Photo-Paint for image editing;Corel Capture, a screen-capture utility; ConceptShare, a collaboration service; and the Bitstream Font Navigator.";
fDesc[2] = "idea itself is very interesting. When you start the game and your character is downloaded from the website, you start walking around, talking to people, and helping them if they need your help. The usual MMORPG stuff.";
fDesc[3] = "and precisely. This incredible program offers a comprehensive set of tools that enables you to edit your pictures and assists in transforming your photo ideas into reality.";
fDesc[4] = "in a couple of minutes. To make the work easier, the program offers a wizard that will guide you throughout the whole slideshow making process. Flash Slideshow Maker is also useful to make amazing banners for your website in a few easy steps.";
fDesc[5] = "simulation games is back. In DIRT you will compete with vehicles like buggies of all kinds, rally cars, trucks and many others. The only thing they have in common is their ability to completely get dirty.";
fDesc[6] = "game where you will be able to control a war helicopter while you will fight against a huge number of enemies. Plot:Unlike other games of simulation, this is a very simple one.";
fDesc[7] = "Editor, BPM Counter, File Editor, Cross Fader, Mixer, File Info Box, CD Player and other impressive user management features, along with the latest hardware controllers.";
fDesc[8] = "functions guarantee quick and impressive results even for beginners. It has features that help in every step of the process for creating quality movies. It allows to capture sound and video from different devices.";
fDesc[9] = "wonderful wallpapers and photos for your desktop, emailing, greetings, blogs and other projects. Photo Frame Show offers different photo frames with amazing graphics for your or your family's photos.";
fDesc[10] = "can capture full program windows, images that appear in systems with multiple monitors, full spreadsheets, full scroll-down webpages…off-screen content included, all in one single image that you can later edit without exiting Magical Snap 2.";
fDesc[11] = "the same and your final decision will mainly depend on your personal likings. RealVNC viewer connects to a VNC server. RealVNC offers Server products, but they are not free. UltraVNC offers free Server products.";
fDesc[12] = "task of creating a complete, feature rich and impressive picture gallery becomes a breeze. This application has got some brilliant features and tools that help a good deal in making a better and effective gallery having stunning looks!";
fDesc[13] = "impressive animation for your websites or for other purposes. Presently it support only BMP and JPG image formats as an input image files. But for output it support Flash SWF and AVI video format including GIF file format.";
fDesc[14] = "tricks. The game includes seven real locations from around the world including Wyoming, Italy and New Mexico, with more than 30 tracks. It allows you to perform impressive aerial jumps and spectacular airborne tricks in photo-realistic locations with incredible landscapes.";
fDesc[15] = "graphics, impressive music, three levels of difficulty, and superb game play will quickly make you forget you're playing an arcade-style game. The game provides much more things which change the situation every second, so you haven't got a chance to be bored of the game.";
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 = '...';
}
}