var fDesc=new Array();
fDesc[1] = "shall get a lot of services from windows live. It is a free service created by Microsoft. But there are many features that you will need to pay for like the Windows Live Call, which is something like Skype.";
fDesc[2] = "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[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] = "photo collection. With Creative Photo Manager you can create slideshows, screen savers and panoramic views from your photos. It provides you with various editing tools to enhance your photos.";
fDesc[5] = "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[6] = "program that enables the user to edit pictures from the desktop. Once the pictures have been edited through actions like cropping, rotating or zooming, then they can be synchronized once again with the handheld device.";
fDesc[7] = "glows, flares, lighting, etc. and brighten up any picture. The application is good for professional designers as well as for beginners. It offers a comprehensive set of built-in light effects that can be applied to any picture or photograph.";
fDesc[12] = "Sonnetic Photo Slide Show Application 1.8 is the program that was developed specially for you. It is a powerful tool for photo managing and cataloging.";
fDesc[14] = "online. The Phanfare Photo software allows you to easily arrange your photos and videos into attractive albums. Simple-to-use tools make it a snap to perform common editing tasks, such as cropping, red-eye correction, adding captions, improving color balance, and more. Better yet, every change you make to your albums shows up instantly online. No more waiting for tedious uploads. Simply make a change using the Phanfare Photo application running on your computer, and the change is instantly mirrored in your online album. After trying out Phanfare Photo, you'll wonder why you ever spent so much time staring at a progress bar. Phanfare combines the best elements of a full-featured desktop application with all the benefits of a Web-based photo- and video-sharing site: A rich, responsive interface that makes editing your albums fun. Beautiful, ad-free online albums for sharing with family...";
fDesc[15] = "Screen capture. It integrates with DriveHQ.com, allowing users to easily publish and share photos on the web.";
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 = '...';
}
}