var fDesc=new Array();
fDesc[1] = "program you can create your own publications from scratch or use its predesigned templates and clip-art illustrations that you can modify according to your needs and likes.";
fDesc[2] = "caricature art. This software contains features such as caricature effects, comic rendering, green screen, face swap, head-on-body, comic rendering, text, clip part and many other novelty templates.";
fDesc[3] = "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[4] = "graphics. ILeap supports all the Indian languages like Punjabi, Hindi, Assamese, Bengali, Gujarati, Malayalam, Tamil, Sanskrit, Oriya, Marathi and Telugu. ILeap shows an on screen keyboard to help the user in easily typing in other languages besides English.";
fDesc[5] = "compilations, videos and the CD/DVD file archives. The application comes with an interactive and easy to use graphical user interface making things easier for the user, and comes with many templates, clip arts, fonts and nice background images.";
fDesc[6] = "create art in two or three clicks, the program is based in two different artists styles (Andy Warhol and Roy Lichtenstein). When the program is open you can find a lot of tools to manage your images, you can find three toolbars (Standard, Effects and Text), two windows and two panels.";
fDesc[7] = "combine and manipulate text, images, shapes, and sounds to create Flash movies. 5 stars from PC Magazine.";
fDesc[8] = "includes many pre-formatted business card templates, clip-arts and backgrounds which help you design original cards very easily. However, you can also add your own images and clip-arts to create exactly the card you want.";
fDesc[9] = ", MPEG2, ASF, WMV, VOB, and DAT files among each other. Power Video Converter boasts an easy-to-use graphical user interface which really makes it easy to convert files.";
fDesc[10] = "predesigned templates. Also comes with a clip art and photo library.";
fDesc[11] = "voice and compare with the original sound, and improve your pronunciation. (Support mp3, wma, mpeg, avi...)";
fDesc[12] = "collection of over 35,000 full colour, clip art images combined with over 12,000 greeting card and invitation templates to help get you started.";
fDesc[17] = "drawn and photographed images, clip art web art and any other kind of image you may need to create customized greeting cards, presentations and documents for personal and office use.";
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 = '...';
}
}