var fDesc=new Array();
fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[2] = "illustrator, CorelDraw, etc… It’s based on the standard vector graphics format (SVG). It is a program with a GPL licenses, is focused in Linux operating systems, but it also provides the capacity option to be used in windows.";
fDesc[3] = "can draw and use all the tools that the program offers like freehand, pen, ellipse, transparency, bevel, contour and more. We can add layers, combine various shapes, convert lines to shapes, we can import these from a web too.";
fDesc[4] = "only and even for printing purpose. It can handle a huge number of extensions including GIF, JPEG, BMP, PNG, TIFF, PSD, PDF and AI/EPS, RTF, EMF.";
fDesc[5] = "the click of a button, from NavBars with menus to animated banner ads.";
fDesc[6] = "precisely. With SigmaPlot, you can produce high-quality graphs without spending hours in front of a computer. SigmaPlot offers seamless Microsoft Office integration, so you can easily access data from Microsoft Excel spreadsheets and present your results in Microsoft PowerPoint® presentations. Graph creation starts with SigmaPlot's award-winning interface. Take advantage of industry-standard menu design, menu toolbars, right mouse button support and graph preferences. Select the graph type you want to create from the Graph Toolbar's easy-to-read icons. The interactive Graph Wizard leads you through every step of graph creation. You get compelling, publication-quality charts and graphs in no time. SigmaPlot offers more options for charting, modeling and graphing your technical data than any other graphics software package. Compare and contrast trends in your data by creating multiple...";
fDesc[7] = "than ever. Flex GIF Animator offers a wide verity of special effects, motions and movements that help you to create professional looking animations without any prior knowledge.";
fDesc[8] = "easy, simple and efficient way. This amazing program will become an excellent utility when you have to develop your 3D projects, because it will allow you to create any image from scratch, or modify any model that you already have on your PC.";
fDesc[9] = "involved. How does it work? Simply print a template, draw all of the characters using a black marker or felt-tip pen, and scan your drawing. Scanahand will build your font, and install it on Windows, ready for you to use. You don't need to use additional graphics software, but Power Users and Hobbyists alike can use Scanahand along with their favorite graphic drawing software to create or modify each character of their font. So even without a printer and scanner you'll be able to create custom fonts. Scanahand lets you digitize your signature, and use it in any Windows program. You can turn icons, company logos, or any line art into font characters. If you have a graphics program installed on your computer, it's easy to open your hand-written template, and add artistic flair to each of your font characters. You can even load your fonts onto Macintosh computers. It's easy and fun to...";
fDesc[10] = "will enable you to perform real time analysis easier for your research and publications. The program's menu-driven interface makes it easy for even novices to produce 2D and 3D presentations and reports.";
fDesc[11] = "vector graphic draw. Support create objects tween animation. Add 30 stunning effects include particle system in real-time. It has a built-in";
fDesc[12] = "understand, but not to use! Site information, the position of sun, etc can be added. The list of accessories and objects include tables, chairs, electrical appliances, pillars and wall, etc. This is a really good program.";
fDesc[13] = "represent their ideas. Edraw provides you with over a hundred drawing types and thousands of shapes, some simple, some quite complex. It has different purpose templates from flowcharts plans to computer networks.";
fDesc[14] = "Chakras software includes accurate graphics and specific sound keys.";
fDesc[15] = "toolset puts creativity and cool Web features in the hands of the non-design professional. Download the beta version today to try this innovative Web graphics program. Explore graphical styles and apply dazzling effects to text, shapes, and images. Produce JavaScript rollover effects, image maps, and optimized graphics in a few quick steps. Then batch-create Web graphics to transform ordinary Web layouts into extraordinary Web pages instantly.";
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 = '...';
}
}