var fDesc=new Array();
fDesc[1] = "handling icons in PSD, PNG, BMP, and JPEG formats, as well as for creating AVI animations from the GIF original files. 24-bit colors supported. The user interface is very graphical and easy to use. The animation is displayed showing all the frames, and users can edit or modify those individually.";
fDesc[2] = "can quickly create stylish icons from your original designs or from imported PNG, GIF, BMP or JPG files. AWicons Pro fully supports Windows XP icons and all color formats up to True Color with alpha.";
fDesc[3] = "program allows you to choose the video file, select your desired part and then crop it for your avatar, userpic or signature. You can in this way create original video avatars for your blogs or journals, or you can set userpics in your profile page for any forums, communities, your website, etc.";
fDesc[4] = "intuitive and easy to use. No skills are necessary for starting the job, but the options and possibilities make this application suitable for beginners and experts.";
fDesc[5] = "preinstalled with Alsee movie maker and Alsee photo editor. So having Alsee you can not only view your photos but also edit them and create videos from your own pictures.";
fDesc[6] = "take a course to learn how to land a plane, load it, unload it and help to take it off. You can go to the Academy and take the tutorial or take a correspondence course and obtain your diploma later.";
fDesc[7] = "icons with customized and stylish icons now. You can import any image and edit it using a powerful editor, then apply special effects if desired. Once you are finished with the editing, you can save it as icon file that is ready to be used.";
fDesc[8] = "and animated 3D text and graphics, such as logos, titles, headings and buttons. When you run the program for the first time, you`re offered to watch a Demo Movie that explains how the program works. You can always watch that movie in http://site.xara.com/p roducts/xara3d/demomov ies.asp.";
fDesc[9] = "to view each type of image, sound, movie, icon, etc. file that you download from the Web or receive from a friend, now all you need is Multimedia Xplorer.";
fDesc[10] = "image-editing tools to produce high quality pictures. Most of the operations are visual by drag and drop,supports many image? formats.";
fDesc[11] = "formats. It allows you to view, convert and print your single or multi-page images in a variety of ways: a set of thumbnails, single images at many zoom levels, print preview and slide show. VaryView supports AFP ANI AVI AWD BMP CAL CALS CG4 CGM CIT CLP CMP CMX COT CUR CUT DCX DGN DIB DRW DWF DWG DXF EMF EPS EXF EXIF FAX FLC FLI FPX FXD FXM FXR FXS G3 G4 GBR HGL HPG HPGL ICA ICO IFF IMG IOC IOCA ITG JFF JIF JPEG JPG JTF LAS MAC MIL MPEG MPG MSP ODA PAS PAW PBM PCD PCL PCT PCX PGL PGL PGM PICT PLT PNG PNM PPM PRN PRT PSD PSP PTO PTOC RDL RGB RGBA RLE SCT SGI SHP SMP SUN SVG TG4 TGA TIF TIFF VWP VWPG WBM WBMP WFX WMF WPG XBM XPM XWD file extensions. You can also copy images to the clipboard to import into other applications and print in a variety of ways: powerful preview, detail alignment and layout, rotate, mirror, invert color, header, footer and more.";
fDesc[12] = "you to do much with your files except convert them. This particular converter allows you to do more with your files.";
fDesc[13] = "photos to watch on TV. Share your digital pictures on a DVD with friends or family. Turn your photos into slideshows complete with music, transitions, captions, narration and stunning effects in only three steps.With DVD Photo Slideshow, thousands of pictures from family, wedding, landscapes or holidays parties can now be enjoyed on TV as high resolution DVD photo album.";
fDesc[14] = "Comprehensive support for compression, sub-formats, color depths, naming templates, and resizing/rotating in the same operation are available.";
fDesc[15] = "can purchase all the tools you need to create graphically rich icons in one package! AWicons Pro allows searching, creating, editing and managing icons, cursors and other small imagery. The application fully supports Windows XP true color icons. AWicons Pro handles many popular file formats (such as ico, icl, cur, ani, png, gif, bmp and jpg) used to store multiple icons of various dimensions (up to 256x256 pixels) as well as all possible color modes (mono, 16, 256, true-color and true-color with alpha channel)!";
fDesc[16] = "many functions, including encrypt images,batch convert and rename image files, animation controls and html album maker.";
fDesc[17] = "Advanced features include batch format conversion; annotations, thumbnailing; screen capture, painting, slideshow and more!";
fDesc[18] = "SCR-files.The program has a lot of graphical effects and special features for Delphi and C++Builder.";
fDesc[19] = "cursors, import and export cursor images and create cursor libraries for better and more efficient storage.";
fDesc[20] = ", crop, negatives, and jitter and much more. Create animations, presentations, and cursors. See and edit all the images on your hard drive";
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 = '...';
}
}