var fDesc=new Array();
fDesc[1] = "use. With this free edition you can only get the basic protection, which includes (just to mention some) protection against viruses, spyware, adware and Trojans. Protects in real time against corrupt web pages.";
fDesc[2] = "Solomon algorithm and for verifying and repairing files that are corrupt or disnamed. It can be used to verify that a set of files have not been corrupted, or for reconstructing corrupt files, if you have sufficient Parity Volumes to match the missing or corrupt files.";
fDesc[3] = "Microsoft Windows application.This progarm is FREEWARE which means that it is FREE for personal and commercial use. It does not contain any advertising or popups.";
fDesc[4] = "supports both single-layer and double-layer recordable DVDs. You just need to select your DVD files from any VIDEO_TS folder, and the burner you want to use. Adding a title to the disc is optional.";
fDesc[5] = "in order to progress in the game. In this case, the scenarios will be represented by different rooms in the castle. You can see your current location at any time in the game map. There are some extra minigames included.";
fDesc[6] = "because it works as a printer – a virtual one in fact - listed on your system, so when you want to create a PDF file from a document you have created on other regular application such as Microsoft Word, you just send it to print by this particular printer.";
fDesc[7] = "Raider has always been a puzzle game, and if you like puzzles with nice graphics and a decent story, this is a top-of-the-line game. The graphics, as well as the environments, are excellent and Lara looks better than ever before.";
fDesc[8] = "just a few of them are as original and funny as Comic Life. With Comic Life you can create photo albums using the typical model-making of comics. I mean, dividing pages into frames or panels, adding dialogue boxes and other labels like balloons, captions, etc.";
fDesc[9] = "for clothes tailor made, and even when they’re somewhat patient to wait, you should not pressure them too much, otherwise, you won’t be able to sell anything. You can try this game for 60 minutes before you buy the licensed version.";
fDesc[10] = "game providing them with a ‘bridge’ continuum from edition 3 to 4 of Gothic. This add-on is rated for Teen to Adult use and presents players with an enhanced interface, updated graphics of outstanding visual quality and up to 20 hours at least, of new game play";
fDesc[11] = "the possibility of correcting time mistakes, ignore non-dialogue subtitles, or even split your subtitle file into smaller sections. It includes useful automatic modifications, though you can always make some of them manually.";
fDesc[12] = "generate fully customizable PDF documents or image files. Its comprehensive settings window covers anything you need to personalize the metadata, the quality, and the security options of your output files. Besides, you can merge PDF documents or add a watermark to your converted file.";
fDesc[13] = "partners and new friends, and getting them whatever they need. They’ll express what they need using dialogue bubbles above their heads. You’ll be dealing with different types of campers, so you better be prepared!";
fDesc[14] = "enjoy watching the clouds moving overhead on your screen. And all this on the wonderful Mountains background. Moreover, these Mountains are viewed from the neighboring beach.";
fDesc[15] = "specific type of tonality) and Red, Green & Blue Chromaticity (Hue and Saturation). These separate layers offer you unprecedented control and power over your RGB files. Lobster makes many dialogue boxes, tools and histograms more accurate. If you have not previously understood the feedback that you were getting from Levels and Curves - with Lobster you will understand why - and now these most essential dialogue boxes will become ACCURATE and MUCH more powerful. If Dodging and Burning changed your colours as well as your tone - this will now cease. If Sharpening created unpleasant digital artefacts these will be reduced. If you are an artist or photographer, Lobster provides accuracy, control and new tools for creativity. If you are a curator, an archivist, or are working in medical/scientific image preparation and analysis, Lobster will become an essential part of your toolkit to...";
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 = '...';
}
}