var fDesc=new Array();
fDesc[1] = "extract frames from video files to JPG in an easy way. This program might be useful for different things. You can use it to create photos folders or to watch your video files image by image.";
fDesc[2] = "generate GIF images by means of this program, or we can create our images with the program's editor - there we can draw and handle different effects that can be added to our drawings. The program supports more than 48 formats, some of them are GIF, JPG, PNG and more.";
fDesc[3] = "enhance them. What is more, it also allows you to capture screens, create layouts, and select colors from a webpage, which makes it a great tool for web designers.";
fDesc[4] = "can actually convert between most popular audio and video file formats. It features a multilingual interface, batch conversion, and accurate configuration of the desired output.";
fDesc[5] = "we can find a Menu Bar, one toolbar, one browser where we can see our folders a thumbnails panel and one window where we can see our projects.";
fDesc[6] = "templates available. The various Photo editors available need excellent skills for using and are quite complicated to use. The key feature of the ace photo frame is therefore its user-friendliness and ease in use.";
fDesc[7] = ", convert,resize and rename a great number of your photos in ease.";
fDesc[8] = "interface is backed by sophisticated algorithms and techniques. nEO iMAGING covers functions more than everyday needs.";
fDesc[9] = "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[10] = "effects. Handy realtime preview. A collection of professional-looking stock gallery templates.";
fDesc[11] = "can be a fixed text (such as copyright or company web site) or can be the content of exif or iptc metadata fields";
fDesc[12] = "contains over 400 cool frames.";
fDesc[13] = ", frame or resize from 1 to 36 images at a time! You have a variety of choices on photo layout.";
fDesc[14] = "merge photo to movie,image to video,avi,divx,xvid,mp eg,wmv9,rmvb (real media),swf (flash),add effect,transition,musi c,powerpoint,merge video,sound recorder are features in GOGO Photo To Movie Converter.Convert video to vcd,svcd,dvd,mpeg1,mpe g2";
fDesc[15] = "and batch photo processing. The application is plugin driven - special effects, animations and configurations for the screensavers/greetings are performed by a selected plugin. Highly extendible by adding/downloading more plugins from the product website. Built upon a full-featured batch photo editor, it comes with various enhancement presets - frame, shadow, mask, watermark and text to give another dimension to your photos. Replicate and batch process group of raw photos with editing and correctional tasks performed on a candidate photo and have desktop media documents in a click, thereby increasing productivity with less turnaround time. Supports 60 image formats including JPEG2000, PDF. Use optional transparency, encoding techniques and compression algorithms to convert images. Integrates an EXIF/IPTC editor with which metadata tags can be created, discarded or saved to files. 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 = '...';
}
}