var fDesc=new Array();
fDesc[1] = ", create 2D presentations with LayOut, and more. It's easier to learn than other 3D modeling programs, which is why so many people are already using it.";
fDesc[2] = "secure distribution and collaboration. With Acrobat Standard you can: * Combine and arrange documents * Manage shared reviews * Use familiar review and commenting tools * Save in Microsoft Word * Capture web pages * Sign documents digitally * Etc.";
fDesc[3] = "Dungeons & Dragons rules. The game is set in the Forgotten Universe campaign. Aside from some technical problems, this is a game for all RPG fans.";
fDesc[4] = "makeup colors that fit your face, and to improve your imperfect photos, allowing you to fix and cover the facial defects. The program has options to resize your photos and crop parts of them.";
fDesc[5] = "includes 230 ready-to-use effects, drawing tools, timeline and sophisticated scripting language. You can import vector art, images animation and sounds";
fDesc[6] = "pencil or whatever may the talent be. The application has been designed to suit all categories of users, right from the amateurs who wish to play around with the paint brushes down to the advanced users who appreciate layer blend modes, tracing and referencing images";
fDesc[7] = "look like they have been hand drawn by the best artists.";
fDesc[8] = "application is to combine the spontaneity of sketching by the hand with the power of digital tools, and achieve it with awesome and powerful tools and an intelligent guided process that makes everything really easy.";
fDesc[9] = "image editor adapted to look and feel more like Adobe´s application. Besides been free, GIMPShop adapts its terminology and menu structure to look and feel more like Adobe´s application.";
fDesc[10] = "effects and personalize the output. The software features resizing by the conversion of bitmap to resolution independent vector images. There is no loss in the quality of the output during the conversion process.";
fDesc[11] = ", JPEG, JPG image and convert to pen, pencil or pastel sketch using customized brushes and textures. You can edit the sketch in singe click. customize the precision and lines you want to use in the sketch and you will get a real looking sketch.";
fDesc[12] = "open the program we can find a Menu Bar, one toolbar, a left panel and one window for see our creations. We can view the different panel, in the canvas we can resize, crop to selection, change or reset the paper texture.";
fDesc[13] = "difficult levels, timer, and option of pencil mark and wrong move prompt.";
fDesc[14] = "program we can find one toolbar, one left toolbar, one panel and one window. We can open add effect or no-effect with them we can see our photos and transform, the colors are amazing and we can enjoy creating pictures like real artists.";
fDesc[15] = "draw your own works of art. You can acquire digital photos from file on your computer or directly from a scanner and at once start to work with them.";
fDesc[16] = "should make a plan of coming changes. Forget about a piece of paper and a pencil because you can lose all you notes. Use Room Arranger instead. This light-weight software will help you make a project of your room or apartment with a desired furniture placing.";
fDesc[17] = "if you are not a user, in a little time you’ll be a viewer of a Sketchup created model. In that case you will be needing the Google Sketchup Viewer, available for free download from the Sketchup web site.";
fDesc[18] = "and very intuitive user interface that includes several window display preferences to suit you best. The application allows you to solve the entire crossword from once, as well as check or reveal a current letter, a selection only, and all letters.";
fDesc[19] = "information, dates and events using desktop sticky notes. Free Sticky Notes is an ideal sticky notes program for home and office. You can create and edit desktop sticky notes using different fonts, colors; easily export/import sticky notes database from one version to another; protect computer sticky notes from casual editing/deleting using lock command. Sticky notes settings including default settings can be modified to your preference. You can choose appearance for each sticky note: title customization (background color, font), body customization (background color, font), size customization (manually, zoom feature). Free Sticky Notes resides in the Windows system tray menu for quick and easy access to PC sticky notes and program features. Ability to create PC sticky notes with different priorities, hide sticky notes or place them on the desktop, hide note's body and use transparency...";
fDesc[20] = "paper. The latest version includes many new features such as the Stop Motion and Capturing modes. Basically, it allows you to create animations from drawings or images captured from a video, with a lot of options to configure in order to obtain the desired animation.";
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 = '...';
}
}