var fDesc=new Array();
fDesc[1] = "photos with friends and family is as easy as pressing a button!";
fDesc[2] = "photos (pictures) to email, send to mobile phone, create calendars, slide shows, greeting cards, print pictures or output files, etc. from images captured by camera, scanner, or whatever digital mean, or from existing pictures on the Hard Disk or other removable memory media.";
fDesc[3] = ", burn, convert, record and do much more with this program. Play the most popular video formats or convert audio from one format to another. Record analog audio from the computer and add sound effects, such as cross-fader, reverb, and x-bass.";
fDesc[4] = "demanding photographer. Both versions of the software use the same database engine to catalog your image library, but the PRO version adds extra options for selecting from big photo shoots and the ability to process raw image files non-destructively.";
fDesc[5] = "eye on human photos or green eyes on pictures with animals. You can also denoise low-quality photos made from cameras from digital telephones. You can create СD labels and print them. You can also create slideshows and copy them to discs.";
fDesc[6] = "photos, specially for making birthday card, get well card, congratulation card, party card, greeting card, photo album and so on. PIF DESIGNER 2.2 does not provide with any frame at all.";
fDesc[7] = "Any public Webshots Community photo Webshots professional Pro Shots photos You can also easily manage and organize your photos. Plus, the included toolbar lets you upload and search for photos right from your browser.";
fDesc[8] = "creative projects. Take any picture you want and put it in a funny frame. You may also take a picture from your webcam; there is a quick access to this function in the program.";
fDesc[9] = "can easily convert your simple computer into a digital media center; you only need to have Windows Media Player 9 or above as well as DirectX 9 or above. This tool has a highly enriched user interface to appeal current users.";
fDesc[10] = "this program we must go to the ZoomBrowser Interface. Canon Image Gateway is a free service that Canon gives to Canon Cameras owners.";
fDesc[11] = "music and stories recorded by the user himself. It is very simple and easy to use, but it doesn't allow adding visual effects to presentations or editing pictures. It runs on Windows Vista and all versions of Windows XP.";
fDesc[12] = ", use and manage picture information, archive, print, make CD or 3D pictures.";
fDesc[13] = "images together with different layouts, templates, photo frames, mask effects, cliparts and word arts. Created collages can be saved, printed, sent via E-mail or saved as wallpapers.";
fDesc[14] = "in a couple of minutes. To make the work easier, the program offers a wizard that will guide you throughout the whole slideshow making process. Flash Slideshow Maker is also useful to make amazing banners for your website in a few easy steps.";
fDesc[15] = "affordable prices, and others not as advanced as the shareware's, but totally free to download and use. Pictomio is a powerful image viewer that has many advanced features, and it's totally free. Every time you watch your photos, it will be a rich experience that you will really enjoy.";
fDesc[16] = "This program found its market and won a lot of awards. This software will help you to convert your photos and videos into a dazzling and moving TV experience in wide-screen format. It is ideal for novices. There are full set of tools for slideshow creation, with various effects...";
fDesc[17] = "the web, paint with the mouse, etc. You can acquire digital photos from file on your computer, with the help of a scanner or a digital camera and at once start to work with them.";
fDesc[18] = "decorations, lets you add music and backgrounds. Supported output formats include: MP4, AVI, WMV, 3GP, WMV2 and the possibility to burn DVD discs.";
fDesc[20] = "Studio, and a PHP-based web service software — JetPhoto Server. JetPhoto Studio enables user to organize photos by notes, keywords, time and location. The specified date or time the user took the photos will be highlighted in calendar (Month view or Week view). Using the calendar, you can log your travel by taking photos or use digital camera to compose your multimedia diary. As another innovative feature, JetPhoto also integrates GPS technology to locate and link photos on geographical map. JetPhoto Studio provides some utilities to resize pictures and stamp watermarks in batches, generate Flash movie with photo slideshow and crop pictures for your cell phone or PDA screens. Once the photo album is prepared on a user’s desktop computer, only one click is needed to synchronize local album with online web photo album based on JetPhoto Server. All uploaded pictures will be resized...";
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 = '...';
}
}