var fDesc=new Array();
fDesc[1] = "photos with friends and family is as easy as pressing a button!";
fDesc[2] = "Essential is surprisingly simple for the novice user, and very convenient for the more experienced user. We also share our best photos with friends, upload to the network, or use templates to create digital albums.";
fDesc[3] = "and more. It can be easily customized with the option of over 1500 free gadgets. Its available for XP, Vista, Mac and Linux.";
fDesc[4] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[5] = "user interface is built around a simple 4-step workflow comprising: Capture mode (to capture feed from different sources); Edit mode (Import Media, Trim, Fix/Enhance with Magic Tools, Add Effects) etc.";
fDesc[6] = "can share their photos as well as presentations easily with some cool effects like animated 3D avatars. Thus, it is a very useful tool while chatting.";
fDesc[7] = "automatic), precision adjustments of contrast, luminosity (brightness), color saturation, etc. as well as gamma correction on pictures too dark or too bright. Selection of several shapes: rectangle, ellipse, rhombus, triangle, polygons, etc.";
fDesc[8] = "or even retouch them.Photos can be uploaded from any photo capturing device be it a scanner or a camera or any other device.Photos can be printed or even sent to fax.";
fDesc[9] = "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[10] = "beyond the basics. Apply incredible effects, organize and retrieve automatically your pictures from any device (from cameras to cellphones) and share them.";
fDesc[11] = ", provides more up-to-date content and more engaging multimedia than ever before. Whether you’re searching online or offline, it’s the trusted way for everyone in the family to easily find relevant and reliable information on just about any subject.";
fDesc[12] = "millions of people in existing audio and video chat rooms, or create a video-conference of your own to bring together other PalTalk users with similar interests. You'll enjoy 6 full video windows of your friends while communicating in chat rooms.";
fDesc[13] = "digital image. Is a powerful product, yet easy to use. It includes the basic functions needed for a beginner and the more complex functions used by pros.";
fDesc[14] = "possible to handle all the boards in a single canvas and work individually or jointly. This way you can create several designs of various sizes neatly within a single file.";
fDesc[15] = "\"these expressions\" in our computer, making a single call from our computer to others. This software called Microsoft Life Cam version 2.4 is a single program which works with several kind of cameras and of course we can enjoy and talk in a video-conference way.";
fDesc[16] = "be used with pictures taken from digicam, hanycam, camcoders even web cam or any imaging device. This software by Canon supports BMP, FPX, JPG, PCD, TIFF and PNG file formats.";
fDesc[17] = "With Dell Webcam Center, you can perform photo and video captures or perform advanced tasks such as remote monitoring, motion detection, and time-lapse video capturing.";
fDesc[18] = "you if you use Firefox regularly. The looks are a bit different, but what makes this browser different is the integration of several social networking and multimedia sharing services.";
fDesc[19] = "panoramic image in a matter of seconds without being an expert. It allows you to stitch the selected photos into a fanstastic panoramic masterpiece in three modes: Vertical Panorama, Horizontal Panorama and 360 Panorama.";
fDesc[20] = "feeds. Instead of having just a blank screen or just one picture as a screen saver, with Google Photos Screensaver you can have many pictures as a slide show that changes every few seconds and acts as a screen saver after a time interval set by you on your computer.";
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 = '...';
}
}