var fDesc=new Array();
fDesc[1] = "wonderful wallpapers and photos for your desktop, emailing, greetings, blogs and other projects. Photo Frame Show offers different photo frames with amazing graphics for your or your family's photos.";
fDesc[2] = "Aperture and Capture NX 2. It is a full-featured editor that allows you to enhance your digital photos, correct colors, retouch, apply various effects and many others.";
fDesc[3] = "sharing needs. This easy-to-use tool with its lengthy list of capabilities to work with your digital images stands as a peer in the crowd. The tool is quite simple and free from a complicated interface unlike other similar tools.";
fDesc[4] = "effects to them, thus beating the limitations of electronic devices. This is achieved by fusing multiple exposures of the picture into one, resulting in a beautiful picture.";
fDesc[5] = "easy tools like, resizing tools, crop tools, color adjustment, brightness and contrast settings. Firegraphic also offers quick view of any video file.";
fDesc[6] = "photography. It can reproduce a lot of camera, filter and darkroom techniques. Simply speaking, this is a must have for people who work at a professional level.";
fDesc[7] = "interesting interface consists of two panes and a buttons toolbar with not really descriptive icons. Though its use is not simple for first time users, they can quickly get used to working with this application through the online help.";
fDesc[8] = "will be able to view, process and enhance your photos very easily and fast. You can import photos from your digital camera or local folder, apply the effects you want, and then print them out, e-mail them, create a photo book, a slideshow, a screensaver, etc.";
fDesc[9] = "photographs, apply dozens of different effects, and enhance the quality of your images. Its extensive list of tutorials and tips, together with a self-explanatory attractive interface, makes this tool the perfect image editor for any user. It supports JPEG, TIFF, BMP, and RAW files.";
fDesc[10] = "(but related) photographs. Once they are imported, the user can select and set many options to obtain the best panorama output file, such as lens distortions, zoom on each picture, barrel distortion correction, correction for different image brightness, etc.";
fDesc[11] = "and shows all the metadata embedded in the photograph, allowing you to edit the content of the highlighted tags. It supports both Exif and IPTC-NAA data, showing all the existing information clearly organized in sections and tags.";
fDesc[12] = "your entire collection of digital photographs and watch them in your computer individually or as a slideshow. Photo-Bonny Image Editor will allow you to add icons, frames, and free-style drawings to your photos, enhancing them with a fresh and funny touch.";
fDesc[13] = "scanner or camera, organizing, describing and sharing those pictures with family and friends is handled seamlessly. The FotoTime solution contains: A PC based application (FotoAlbum) that allows you to collect and organize your pictures A web site that allows you to store and share public and private pictures High resolution printing from your PC or the web Import and organize photos and videos View and update picture properties Quickly and easily find your photos and videos View fullsize photos and videos Share and print photos Products using your pictures (photo quality reprints, photo albums, gifts, etc.)";
fDesc[14] = "albums and share those albums with people around the globe. Perhaps the best feature about this application is how free you are to organize your photos any way you want.";
fDesc[15] = "novices and professionals. This program allows you to detach objects from photos with a green or blue background. It is a unique program as it gives the possibility for batch processing and you can work with thousands of photos simultaneously.";
fDesc[16] = "iStockPhoto,ShutterSt ock,DreamsTime,123rf,B igStockPhoto,CanStockP hoto,LuckyOliver,Fotol ia,Stockxpert and Alamy";
fDesc[17] = "out there! KJClipper is a very user-friendly digital image editing software tool for amatuers and professionals alike. Crop digital pictures, as well as rotate, resize, color correct, smooth, sharpen, and convert to gray scale. KJClipper is rapidly becoming one of the most popular photo editing software tools on the internet.";
fDesc[18] = "don’t even need a new camera. Alternatively, you can convert any image to 3D. The process is really simple. You don’t need to be an expert photographer.";
fDesc[19] = "support the activities associated to the Digital camera and photography. Pennock's World has come up with PPR - Pennock's Photo Renamer, an amazing tool to rename as many files as you wish in just one go.";
fDesc[20] = "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 = '...';
}
}