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] = "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[5] = "difficult levels, timer, and option of pencil mark and wrong move prompt.";
fDesc[6] = "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[7] = "After we open an image we can add different filters: colored pencil (can duplicate layers and give the look of multiple shadows), crayon (gives light to our pictures), marker (helps with brilliants strokes of color), technicalPen, watercolor and more.";
fDesc[8] = "installing this plug-in there appears a Filters section in Photoshop.You can take a simple photo and add artistic features that usually are characteristic for paintings, like pencil sketches, watercolor paints or gouache paints.";
fDesc[9] = ", allowing them to express themselves by drawing with the help of amusing cartoon characters at the whiteboard on your PC screen.";
fDesc[10] = "that kids can follow for drawing simple, yet fairy detailed, images. The language of the interface is customizable, allowing you to choose between six different languages, such as English, German and Spanish.";
fDesc[11] = "bitmaps, icons, and cursors. It is possible to apply paint tools (pencil, brush, eraser, pick color, make a selection, draw a line, etc) and use the colour palette. This program also features photo editing tools such as filters, and effects.";
fDesc[12] = "monochrome, 16 colors, 256 colors and 32-bit True Color with alpha channel color depths. Modify your icons with helpful paint tools for free.";
fDesc[13] = "can draw with the pencil, handle the selection tool, move the selection, use the dropper, line tool, rectangle tool and more. We even get to create favicons";
fDesc[15] = "ability to undo moves. You even get a timer!";
fDesc[16] = "picture, transfer picture onto a pattern, and put text into your pattern. It includes a pencil for freeform drawing, eraser, dropper, flood filler; draw lines, triangles, diamonds, pentagons, hexagons, octagons, ellipses, rectangles, etc. Also you can print and export patterns.";
fDesc[17] = "absolutely free to download, light-weight, and works perfectly with all Windows operating systems, including Vista.";
fDesc[18] = "tool is to make possible to create sketches on a digital platform with the distinctive style of a sketch drawn by hand. Available for Windows and Mac users";
fDesc[19] = "drawn the drafts of his/her animation, he/she verifies the quality of it (fluidity, litheness, rhthm, speed), by shoot with a video camera its drawings one by one -- thus creating a pencil test. This program helps with that process.The main functions of TOKI LineTest are the capture of the drawings with a Webcam or a DV camera, the adjustment of the xsheet synchronized with the sound track, the printing of the xsheet and the viewing of the animation.TOKI LineTest is easy to insert in a computerized production, thanks to the import and export of images, sounds and movies in QuickTime format to colorizing and editing software.TOKI LineTest is also a tool for conceiving and making animation movies, for professionals, students or hobbyists:Make a linetest of drawings;Check the rhythm of the animation from the key drawings;Synchronize the animation with the sound track; - Check the...";
fDesc[20] = ", gif, tif, png, wmf, emf, cur, ico - you can print or save a photos and drawings";
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 = '...';
}
}