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] = "create, design, restore, or retouch images, plus many other actions that are usually carried out by important image editors. Paint.NET works faster compared to other image editors, being very powerful and easy to use at the same time.";
fDesc[3] = "digital image. Is a powerful product, yet easy to use. It includes the basic functions needed for a beginner and the more complex functions used by pros.";
fDesc[4] = "you can draw using the tools on your left. When you choose a tool, the different types of this tool that are available will appear on your right. You can pick the color that the chosen tool will use at the bottom of the screen.";
fDesc[5] = "You can create your own paintings from nothing, load in photos and recreate them with oil paints, pencils, felt pens, or any of the other tools ArtRage has to offer. You can experiment with metallic paint for gold leafing, sprinkle shiny glitter, fill in large areas with the paint roller, and generally paint, smudge, and smear your way to your very own masterpiece. This new version of ArtRage comes in two versions. The Full Edition gives you all the new features, including four new tools, layers, metal paints, and much more for only $25.00US. The Free Edition contains all of the features of ArtRage 1, plus the speed and technology improvements in ArtRage 2 and a few new features for good measure.";
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] = "acquire images from a digital camera or scanner, quickly improve, organize and catalogue photos, create greeting cards, fliers, and Web graphics, create presentations. Picture Studio Online will let you share pictures online directly from Image Expert.";
fDesc[8] = "existing ones. In addition to common tools, there is a wide range of effects and filters which you can apply to your images. Moreover, you can use Adobe Photoshop-compatible filters.";
fDesc[9] = "easy to understand and use. It has advanced features such as easy mapping tools for beginners. It’s not only simple enough for the beginner but also powerful to suit the advanced users as well, with easy to use graphical options.";
fDesc[10] = "(JPG, BMP, PNG, GIF and so on). Also, it includes many filters that will unleash your creativity, including one entire set of filters for photo enhancing.";
fDesc[11] = "difficult setup is required. Your photos are turned into paintings in front of your eyes in a few seconds.";
fDesc[12] = "capabilities of the tool will not only help in removing dust, scratches, stains and other defects that appear on the damaged photos but will reconstruct the lacking parts of the photo with the help of the surrounding area information.";
fDesc[13] = "program. Now this incredible software will allow you to modify according to your needs any picture, photo, image. It has amazing tools, brushes effects, filters and different kind of backgrounds, you can enhance any picture you want with this fabulous software.";
fDesc[14] = "commercial photo editing software like Adobe Photoshop 7, CS, CS2, CS3, Adobe Photoshop Elements 2, 3, 4, 5, 6, Coral Jasc Paint Shop Pro 7, 8, 9, Corel Paint Shop Pro (Photo) X, X1, X2, Corel Photo Paint 11, 12, Xara Xtreme, Microsoft Digital Image Suite 2006 etc.";
fDesc[15] = "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.";
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 = '...';
}
}