var fDesc=new Array();
fDesc[1] = "includes 230 ready-to-use effects, drawing tools, timeline and sophisticated scripting language. You can import vector art, images animation and sounds";
fDesc[2] = "images together with different layouts, templates, photo frames, mask effects, cliparts and word arts. Created collages can be saved, printed, sent via E-mail or saved as wallpapers.";
fDesc[3] = "drawing and animation features - including brand new Flash animation support, DrawPlus X2 has everything you need to create eye-catching, professional-standard designs and artwork. Whenever you're a beginner or a skilled artist - whether need to create a stylish cover for your school or college project, an attractive family tree or business diagram, a photo-realistic art masterpiece, or even a high impact Flash animation - you'll find easy-to-use drawing and painting tools and special effects you can use right away to create your most outstanding designs, ever.";
fDesc[4] = "images. With this program, we can add text, sound (which can even be recorded by the same program), clipart, ballons and hyperlinks to our site in the images. We can also add transition effects for our slides, add panning or zooming, or add a background music too.";
fDesc[5] = "business cards in a few minutes. The program includes thousand of pre-defined templates, backgrounds, clip-arts and images to help you design beautiful cards in a snap. However, you also can use your own logos and clip-arts to create new cards from scratch that satisfy your needs.";
fDesc[6] = ", easy and allows you to edit and create good looking layouts. It also lets you save your work and use it as wallpaper. It has a really simple and intuitive interface, so you will easily understand how to you use it.";
fDesc[7] = "the click of a button, from NavBars with menus to animated banner ads.";
fDesc[8] = "accurate Export Preview; five anti-aliasing levels. Includes fonts, objects, etc. FREE. Registration required.";
fDesc[9] = "Frame Genius supports all popular image formats: png, psp, cut, gif, pcd, pic, cel, pbm, jpeg, bmp, tif, psd, pic, pgm, pcc, pcx, pdd, tga, vda, vin, vst, wmf and emf are among them.";
fDesc[10] = "text effects, videos, music, sounds, interactivities, layer effects. Publish to streaming SWF, DVD, AVI, EXE, web.";
fDesc[11] = "gifting cards too. The program has a cartoonish interface, which is so easy to handle that any one can do it and create crazy images from their photos or personalized gifting cards.";
fDesc[12] = "not have any problems when using it. Select the photos you want to make collage of and apply different effects to them, i.e. you will be able to add frames, masks, cliparts and many more.";
fDesc[13] = "the program we can find a Menu Bar, one toolbar, two panels in the sides and one window. In the toolbar we can open a new project, open a project, save or print them, we can edit, in the settings we can open a clipart folder, in help, we can buy or register our software.";
fDesc[14] = ", sounds, music and voices. Make it as DVD movie or publish to HTML, Flash, AVI, etc. Send via email or host it online for free.";
fDesc[15] = "comprehensive help menu even a novice user will be able to work on it easily. With it’s built in clipart library, you can add clipart to images.";
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 = '...';
}
}