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] = ", 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[3] = "combine and manipulate text, images, shapes, and sounds to create Flash movies. 5 stars from PC Magazine.";
fDesc[4] = "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[5] = "predesigned templates. Also comes with a clip art and photo library.";
fDesc[6] = "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[7] = "or adding new text or object to it. The application also gives user the liberty to resize images, trim excessive wasted space, flip the objects or change the effects.";
fDesc[8] = "wide variety of backgrounds and clip art pieces. In fact, this software comes with more than 1000 backgrounds and clips. This software comes with full scanner support and can be used with more than 50 types of labels.";
fDesc[9] = "Explosion® Business Card Factory® Deluxe 3.0, you can create customized professional business cards in just minutes. Guaranteed.";
fDesc[10] = "photo album with a real photo-album-like interface and designed for digital cameras, scanners and other image capturing devices. Presto! PhotoAlbum is an award winning software that makes creating albums fun and easy with drag & drop tools for decorating and viewing your photos. Use your TWAIN-compliant digital camera, scanner, or other image capturing devices to make your memories last forever. Add clip-art, voice, text and special effects to your album. Save as .HTML and post to your web page or save as .EXE and e-mail or save the album to a disk and share with friends and family. Presto! PhotoAlbum is a 32-bit native Windows 95application that imports existing 24-bit color images in standard formats such as .BMP, .JPEG, .TIFF, .PNG,Flashpix, and PhotoCD.";
fDesc[11] = "such as greeting cards, business cards, brochures etc. It is simple to use and provides the freedom to design it according to the user needs than depending on professional services.";
fDesc[12] = "features built-in clip art images, backgrounds and layouts, support for the most popular brands of CD/DVD labels, support for circular text and vector images, and Query from remote cddb server or ID3 tags of mp3 files.";
fDesc[13] = "world of highly advance print media, Print Perfect gold is really a golden tool with very low cost and packed with number of features. Print Perfect gold has clip art browser with over 8000 images that too sortable in different categories.";
fDesc[14] = "creating pictures on the clothes. It is ideal for home, business and school needs. You can design not only T-Shirts, but also sweatshirts, aprons, tote bags, visors, team wear and so on. Just draw or import a design into the software and print it up.";
fDesc[15] = "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 = '...';
}
}