var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "time. Only Print Artist gives you the creative edge with 15,000+ professionally designed templates and 250,000+ sensational graphics all inside the box. No downloading or club memberships are required to create sensational print projects for home, school or the office. From banners to brochures, calendars to certificates, greeting cards to gift items—no other software makes it more fun to create truly spectacular projects.";
fDesc[4] = "ARTBorders can download new frames and borders from our web site. There are over 200 new frames and borders available on the web site!";
fDesc[5] = ", the package suports Booch OOD, COM and OLE, Data Flow Model, Enterprise Application, Jacobson Use Case, Jackson, Flowchart, Nassi Schneiderman, ROOM, Shlaer-Mellor OOA, SSADM and Yourdon and Coad diagrams through the availability of suitable stencils.";
fDesc[6] = "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[7] = "and connect them with lines of various types. Full zoom, OLE, graphics import and export, curves, flow symbols.";
fDesc[8] = "intuitive editing wizards, and professional templates and layouts. Download FotoFinish and get the most out of your digital camera.";
fDesc[9] = "options like adding different shapes, inserting images, text and various layouts. Also, users can fine-tune their printer for better results.";
fDesc[10] = "voice and compare with the original sound, and improve your pronunciation. (Support mp3, wma, mpeg, avi...)";
fDesc[11] = "great art gallery includes clip art images,background images and layouts you are able to create professional-looking labels with several clicks.";
fDesc[12] = "helps business professionals and teams plan, organize and manage information-based activities.";
fDesc[13] = "Can be used to create original clip-art but also imports a range of vector and bitmap formats which can be combined and then scaled, rotated, colored and made to transparently fade. Exports as JPEG, GIF or in Xara's own vector format designed specifically for use on the web. Uses anti-aliasing, color reduction, dithering and transparency to produce the best possible web graphics in the smallest possible file space. Users gain access to web specific clip-art in the free Internet-connected galleries";
fDesc[15] = "text. It is also the worlds premier ASCII art creator. It enables instant conversion of pictures and tables to text and includes clip art, with pointers on where to find more. One click puts your design in a new message in any MAPI-compliant eMail client. It opens and saves regular text files. Full help files are included, as well as context-sensitive ActiveHelp.";
fDesc[16] = "a wide range of business types plus 5,000 clip art images, this program contains all of the tools needed to create professional looking business cards in minutes, saving you both time and money!";
fDesc[17] = "templates, business cards, greetings, Posters and certificates. With Print Perfect label maker we can also import our own designs and photos to make a unique style as we like.";
fDesc[18] = "with your files. These associations are stored in Tagg's database which remembers exactly where the file resides on your hard disk or removable media so you don't have to. Whenever you need to work on a file, you launch Tagg and simply enter any of the keywords you attached to the file, Tagg will search it's database and display the Tagged Item you created previously, you simply double click the tagged item to launch it for editing or viewing.";
fDesc[19] = "imagination could suggest. And it does all this by simply manipulating some images with a visual interface, without writing cod...";
fDesc[20] = "art, Macintosh, Sun, and Silicon Graphics bitmap files. Unique features include LOSSLESS ROTATION of JPEG files which is very important to avoid loss from rotated digital camera shots.";
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 = '...';
}
}