var fDesc=new Array();
fDesc[1] = "more from their player. Its forward backward button option, media library, online music search option, minimode are very useful additions. All this packed in a simple interface and makes it a great media player to work with.";
fDesc[2] = "photos with friends and family is as easy as pressing a button!";
fDesc[3] = "features to provide powerful digital editing performance without any problem. Pictures can be copied from camera and other storage devices and can be captured from live videos and from video files.";
fDesc[4] = ", comparison, red-eye removal, emailing, resizing, cropping and color adjustments. It supports all kind of images format and also includes new tools for drawing on the imagery, fixes, optimization.";
fDesc[5] = "and features that can get your raw photos ready to the publishing or sharing. You can use special effects, denoise and red eye effect removal tools to enhance your camera pictures. Photo! Editor supports all the popular image formats, like JPG, BMP, PNG, GIF and TIFF.";
fDesc[6] = "used as background to create funny and interesting images. What is more, the program includes hundreds of masks to choose from, various clip arts, funny and sweet cartoon figures, frames, outlines and the possibility to include text to make your photos even more attractive and interesting.";
fDesc[7] = "and precisely. This incredible program offers a comprehensive set of tools that enables you to edit your pictures and assists in transforming your photo ideas into reality.";
fDesc[8] = "your pictures. The program offers a vast variety of different bright frames, backgrounds and clips which you can insert into your pictures or photos. You can also write text comments into your pictures.";
fDesc[9] = "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[10] = "users to add quickly and easily different style frames, from standard, colored, cool frames, to special shapes. It allows to resize, rotate and adjust brightness, contrast and hue, without affecting the selected frame, as well as color the photographs, and add text to the photos.";
fDesc[11] = "photos into truly captivating keepsakes. With this incredible program you can create personalized greeting cards, scrapbook pages, invitations and much more.";
fDesc[12] = "The software supports major picture file formats and you can select a format in which you would like to save your picture, from JPG and GIF to PCX. It enables you to convert, resize, rotate and add text or graphic to your photos in a batch mode.";
fDesc[13] = "redness removal, adjustable eye brightness, pupil brightness and eye color. Replacement eye option for severe cases.";
fDesc[14] = "remove red-eye problems in the fastest possible way. If you have a mountain of photos to process, try RGBmachine!";
fDesc[15] = "formatted text and OLE objects, filter them by date and keywords.";
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 = '...';
}
}