var fDesc=new Array();
fDesc[1] = "Video, CD, or DVD. Its nearly 70 different transition effects, together with its extensive catalogue of themes, offer you unlimited possibilities to share and enjoy your digital photo collections.";
fDesc[2] = "approach. Taking a lot from Firefox and the like, XYplorer adds a tabbed interface to the everyday use of file managers. Thus, you don't have to scroll through tens of windows to find the one that you know is somewhere.";
fDesc[3] = "support for many digital cameras software and is compatible with file formats such as JPG, GIF , RAW, BMP, TIFF, PNG, DNG. The tool is bundled with a FTP client software. Many website templates like wedding, model book, holiday, real estate, etc are also available";
fDesc[4] = "online, this is the perfect software to use. The whole process of creating album is simple and easy. No experience necessary for handling HTML or FLASH tools used in this software.";
fDesc[5] = "add-in to convert Word to PDF with all bookmarks, TOC, and hyperlinks. Now Vista Ready!";
fDesc[6] = "HTML you can create a wonderful website. You can import pre-made HTML pages, edit or rotate images, apply 55+ effects, create shape and manage transparency. You can create stylesheets, menus, rollover or roll-on click effects, play or stop music, launch Java functions.";
fDesc[7] = "difference to the charm of the homepage of an ordinary website, by adding elegant and stylish buttons and good looks, thereby making it user friendly and eye catching.";
fDesc[8] = "and galleries of various styles in a snap. The program features a nice and intuitive wizard-like user interface that enables you to easily go through the four steps of the process.";
fDesc[9] = "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[10] = "many other formats), as well as 2D graphical files (PSD, PNG, TIF, JPEG, BMP, GIF), Video, Audio files and DVD.";
fDesc[11] = "formats. The program supports many raster formats. Some of the output formats supported by this software are: JPEG, JPG, TIF, TIFF, PNG, BMP, HMTL, RTF, EMF, MHTML and more.";
fDesc[12] = "the readable format of your choice (Word, Excel, PDF, RTF, TXT, PDF, or HTML). It can capture any photograph directly from your digital camera, and open almost any image file in your system. It can recognise text in many different languages, including double-byte characters.";
fDesc[13] = "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[14] = ", scrolling window into all kinds of image formats including pg, jpeg, gif, png, tiff, bmp and pdf etc.";
fDesc[15] = "formats. The program allows you to work on your galleries offline, saving your projects until you get them just right. Once you are ready to publish to your galleries, the program automatically creates the HTML code for your gallery and image pages.";
fDesc[16] = "captions.Supports 22 image formats include JPG, JPEG 2000, GIF,PNG, BMP, TIFF, PCX, PSP, PSD and more";
fDesc[17] = "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[18] = "to convert between one graphics format and another, change image color depth, resize images, make image galleries for the web or CD and more. Features include: Wizards to help you get up and running quickly JPG, GIF, JPEG-2000, PNG, TIFF, PCX, BMP, WBMP, PhotoCD, Photoshop, TGA, ASCII, WMF and EMF AVI, TTF (TrueType Fonts), animated GIF and multi-page TIFF frame extraction Batch or single file operation HTML page generator, with links, tables, HTML templates, and more. Output images in a wide choice of formats and color depths Apply contrast, sharpening, brightness corrections Copy EXIF and IPTC data from JPG files And more...";
fDesc[19] = "internet, an article from a newspaper, a financial report or entire book, Gemini saves you time and effort.";
fDesc[20] = "files to BMP, JPG, JPEG, GIF, PNG, TIFF, TGA, PCX, WMF and EMF image with whole web page or snapshot.";
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 = '...';
}
}