var fDesc=new Array();
fDesc[1] = "just have to drag web address from your browser and drop it in the program's basket, and it automatically downloads all the files.";
fDesc[2] = "program will search for phrases or names in different search engines, such as Google, Altavista, Picsearch, Ask Jeeves and more.";
fDesc[3] = "can extract pictures from most popular video format file, as it supports WMV/ASF/ASX/WVX/WM/WMX /RA/RM/RMS/MND/RAM/MPG /MPEG/RMM/R1M/MP2/DAT/ AVI/FLV/VOB/MOV/QT.";
fDesc[4] = "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[5] = "separately for thumbnails pages and details pages; others, on the other hand, are global.";
fDesc[6] = "captions.Supports 22 image formats include JPG, JPEG 2000, GIF,PNG, BMP, TIFF, PCX, PSP, PSD and more";
fDesc[7] = "don't need to know HTML. Unique and comprehensive album settings.";
fDesc[8] = "thumbnails, each linked to its full-sized image, apply common filters, such as Emboss. To create wallpaper on the desktop.User is able to: Choose ...";
fDesc[9] = "all the thumbnail pictures! Auto rename & view a picture show while downloading. Web masters or web surfer you will love it!";
fDesc[10] = "galleries, add captions. Supports image of 22 image formats including PSP, PCD, PSD, JPG, JPEG 2000, PNG, GIF,TIFF, PCX and more.";
fDesc[11] = "the basic graphic formats to JPG and PNG and creates thumbnails. \"ReaThumbnails\" allows to create thumbnails with different properties using themes - sets of editing actions that can be saved and applied if needed. The program has sample sets of editing actions (themes). You can change them or create your own.";
fDesc[12] = "digital images that need resizing, cropping or masking? How about adjusting the brightness, contrast or colours? Do you want to add a fancy border, drop shadow or special effect to them all? Even adding your company logo or website address to all your images is a snip! Image Genius can do it all, with its easy-to-use drag and drop interface and powerful processing actions. What's more, Image Genius can create a HTML thumbnail gallery for your website using one of the many built-in templates. If you don't like these templates, you can easily create your own, so your thumbnail gallery looks exactly as you want it to. As if that wasn't enough, Image Genius can monitor folders on your computer and automatically process images as they are added or modified.";
fDesc[13] = "professional looking thumbnail galleries with ease. It gives you alot of flexibility in creating thumbnail galleries without the need to understanding HTML.";
fDesc[14] = "seconds. You can use your own custom settings or just choose one of our cool themes.";
fDesc[15] = "numerous themes, customize almost every detail, and publish your web album instantly or save it for future 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 = '...';
}
}