var fDesc=new Array();
fDesc[1] = "tools. Ideal for non-experts. It includes many objects, buttons, 3D graphics and predetermined animations and varied 3D effects to apply to texts. Make adjustments of properties and prospects in a simple and direct manner using the mouse. It runs on Windows 2000 / XP / Vista.";
fDesc[2] = "unique set of features including many visual options, smart behaviors, easy-to-control Glass with on-screen HUD.";
fDesc[3] = "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[4] = "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[5] = "formats include CD, MP3, WMA, OGG, WAV, AVI, MPEG, WMV, FLV, 3GP, BMP, GIF, ICO, JPEG, PCX, PNG, PSD, TGA, WMF and more!";
fDesc[7] = "to different formats in just a few simple steps. The supported picture, audio, video formats are the following: BMP, JPG, GIF, PNG, PCX, TGA, ICO, CUR, TIFF, EMF, WMF, XM, MOD, WAV, OGG, MP3, MID, S3M, AVI, among many others.";
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 files stored on your computer and will let you view them one per one. By clicking on a folder from the program's main window, you will get access to all pictures on that folder.";
fDesc[11] = "Version 2.0.0 (Beta Release). Some very great functionalities and features are available in this version and the graphical interface are greatly enhanced with new and easy controls. I invite you all to experience the powerful tools and utilities along with digital image editing and processing appliance of Oriens Enhancer GOLD, all clubbed to one Software, and even great than that, it's FREE.... Some New and Hot Features in Oriens Enhancer GOLD: 1) GIF Animator Cum Frame extractor. With this feature, you can view animated GIF image format and extract all the frames (constituent images) with live preview of all the available images that make up the GIF image. There is also an image File Treeview Browse control for easy search and view of GIF image. You can play, Pause, load, Unload currently animated GIF or you can Save all the Constituent Images in one time (Batch Save). You can start...";
fDesc[12] = "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[13] = "Comprehensive support for compression, sub-formats, color depths, naming templates, and resizing/rotating in the same operation are available.";
fDesc[14] = "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[15] = "you view the graphics on its main window and to print and edit them with many useful tools. The program supports working with many files at the same time.";
fDesc[16] = "fine details to make everything smooth and of high quality. Due to the new and improved design, this filter is a magnificent and smooth self-oscillating digital filter. Although it is supposed to mimic an analog synthesizer, it still has a good sound quality even when played at full resonance.";
fDesc[17] = "image file formats. His multi-document graphical interface allows to manage several \"Cover Projects\" at the same time, also supports drag-drop between cover components.";
fDesc[18] = "SCR-files.The program has a lot of graphical effects and special features for Delphi and C++Builder.";
fDesc[19] = ", JPEG, PNG, CUR, ANI, PSD, WMF formats. Apply drop shadow, smooth, roll effects. Customize desktop and folder icons.";
fDesc[20] = ", in all sizes and formats, including the Windows XP Alpha format. A built-in utility makes it easy to convert pictures to icon format.";
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 = '...';
}
}