var fDesc=new Array(); fDesc[2] = "has been designed to receive the latest news for our Nikon products. We can access this application from the Nikon Transfer program interface."; fDesc[3] = "fixes, straightforward organization and sharing options, and an array of creative project templates, it's never been so fun and easy to do more with your photos. With drag-and-drop simplicity, you can quickly and easily create impressive photo projects and slide shows."; fDesc[4] = "yahoo. When we open the program we find a clean and simple interface, in it we can open files for show them the video and this give the illusion that we are on live but really we are passing a video or image."; fDesc[5] = "detection algorithm you can easy monitoring your home or office."; fDesc[6] = "Video feed' feature and the 'motion detection' feature you will never need to use any other cam software"; fDesc[7] = "beginner. Following a three-step process, digital camera users can process a typical set of 24 photos in five minutes or less."; fDesc[8] = "i-Fun Viewer is an image viewer which supports images with the following image formats extensions: JPEG/BMP/GIF/WMF/EMF/P NG/TIF/TIFF/PCX/TGA/DI B/RLE/PBM/PGM/PPM/JIF. When opening the program, we can see our entire directory; select any folder or file and all the images found in them will be automatically displayed as thumbnails, small thumbs, or filename."; fDesc[9] = "we can find a Menu Bar, one toolbar, one browser where we can see our folders a thumbnails panel and one window where we can see our projects."; fDesc[10] = "Exif Metadata information that was stored in the digital camera while taking the picture and uses it to process the image. The software erases blue cast and hot pixels, adjusts mid-tones and automatic balance, and enhances the color effect and minute details."; fDesc[11] = ",you can quickly and easily batch rename files and mp3's with a number of possibilities and options, including change case, change the file extension, insert string,delete string,replace/remove string ,set the file attributes&time stamps, and enumeration renaming allows you to add number sequences to your filenames. File And MP3 Tag Renamer also allow you to rename your mp3 collection according to their tag information(ID3 tags)! This can be easily done by specifying a format that the new filenames should have, e.g. \"Artist - Index - Title\". File And MP3 Tag Renamer is especially useful for handling large amounts of archives, such as image(or picture) collectors,composer, digital camera owners & media collectors(music/images/movies),programmers,webmasters & system administrators.With File And MP3 Tag Renamer you can automate thousands of file renames in a single click! And File And MP3..."; fDesc[12] = "provides a comprehensive toolbox suite so we can fully customize the album to our preferences.There are many templates, clip arts, colors, background textures, and many more. We can easily access our album collection, add pages, insert images, export, insert file, video, audio, text, print, etc."; fDesc[13] = "interface and is simple to use. Despite its simplicity it offers many advanced functions, such as thumbnails, exporting to HTML & thumbsheets"; fDesc[14] = "users are able to create picture slides. You can improve pictures automatically or manually, remove red-eye effects, apply distinct effects, add frames and borders, fix colors, crop, add text captions, etc."; fDesc[15] = "no hardware. It can use your former medias, including pictures, video clips etc. as its sources."; 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 = '...'; } }