var fDesc=new Array();
fDesc[1] = "photos with friends and family is as easy as pressing a button!";
fDesc[2] = "utility developed by Microsoft Corporation to upload and share any type of files, like photos, music, documents, etc, with your family and friends through SkyDrive.";
fDesc[3] = "HP Image Zone Express application program provides functional capabilities of editing and printing photos. Besides, this program provides the access to HP Instant Share program, where you can quickly share photos with other users.";
fDesc[4] = "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[5] = "digital cameras, but the application can be used by anyone. Version 7.1 adds several new features. The first one is the ability to tag pictures. By tagging a picture, you give it a keyword, which you can later use to find pictures.";
fDesc[6] = "pictures and movies. Enhance the digital photographs with the easy to use interface that contains the latest imaging tools and functionality.";
fDesc[7] = "online video chatting, simple video creation, still image capture and exporting, automatic video monitoring (motion detection), and a variety of other functions.";
fDesc[8] = "comes with true resolution of 640 x 480 with interpolation up to 1.3M pixels so you can share real images with friends. Which makes your images much more clearer on the Internet.";
fDesc[9] = "program has a handy interface which lets you deliver panoramas fast. You can also stitch, warp, align or blend photos using some tools, share images as a exe.files and show them in your documents and presentations.";
fDesc[10] = "The DVD creation capability turns your slideshow productions into DVDs that you can easily share with friends and family on your TV.";
fDesc[11] = "hand, until now. With Collage Creator, you can create your own scrapbooks on your computer and share them with the word.";
fDesc[12] = "information from The Weather Channel site. The program lets you watch satellite images and video from around the globe, share images with your friends and family, or simply stay updated on current and expected weather conditions.";
fDesc[13] = "spend many hours creating and designing a photo album, then Porta is a good option for you. This simple and easy to use program is able to create beautiful HTML galleries from your images directories.";
fDesc[14] = "Internet. Once you \"clip\" something, you can share with others on the web, including Facebook, your blog, by email or on clipmarks.com. You can create a clip collection that will be searchable from any computer with an internet connection, including your iPhone, Blackberry, or other mobile device.";
fDesc[15] = "1394 DV camcorders, PC cameras or video capture cards View images, hear audio and play video clips through an easy-to-use browser Make common adjustments and conversions to images and video clips Share images and video clips through printing, slide shows, e-mail and the web Simple & Powerful Interface Easily navigate through powerful program functions with clear and simple toolbars Browse through a file tree folder structure, similar to Windows Explorer View at-a-glance thumbnail representations of folder contents Quickly display multiple image files with Ulead Instant Viewer Easy Sharing Options Share photos with friends and family with a free account on iMira.com Make prints on high-quality photo paper with AGFAnet Internet Printing Service Print full-sized images, image thumbnails, greeting cards and calendars Optimize and send images or video clips to e-mail recipients Display...";
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 = '...';
}
}