var fDesc=new Array(); fDesc[1] = "organize, browse, locate, and view creative assets. Bridge provides centralized access to project files, applications, and settings, as well as XMP metadata tagging and searching capabilities."; fDesc[2] = "one process, use image watermarking options, rotate and auto rotate images without compromising in quality, use canvas resize feature, rename image files in batch mode so on."; fDesc[3] = "you store in your computer and camera. The found photos will be organized in folders, and the program will display each folder with an image that identifies it."; fDesc[4] = "will look, and even the time it will take to download from the Internet. With JPEGCompress you may choose a Quality Level between 0 and 100, Resize, Crop, Flip and Rotate, as well as apply image effects like Blur, Sharpen, Brighten, Darken, Invert and many more.JPEGCompress natively supports JPEG, PNG, GIF, Portable Bitmap and the X-Windows Image Formats. With the help of QuickTime 4.0 or later, JPEGCompress supports Adobe Photoshop, JPEG 2000, MacPaint, PICT, QuickTime, SGI, TIFF and TrueVision TGA Images. Other features include Custom Presets, Batch Processing, Sending photos to Email Recipients and Web Sites. JPEGCompress can even set your photo as wallpaper or perform a Slide Show."; fDesc[5] = "and various transition effects. As a result you can get a standalone executable (.exe) file with music, images inside."; fDesc[6] = "snap. With this program you can resize images in JPG (JPEG), GIF and BMP formats keeping the original aspect ratio, so your picture will look the same but smaller. All the resized pictures are saved in an specially designed folder and the original ones are not modified or erased."; fDesc[7] = "the boredom of watching the same image on your screen over and over every day. It will allow you to display your favorite images as wallpaper, and you can configure the amount of time it will be displayed and then changed for the next one."; fDesc[8] = "that we want to open, include sub-folders, folder monitoring and select between all graphics, Tiff, Jpeg, PCX, BMP, ICO, CUR, PNG, WMF, EMF, TGA, GIF, PXM, PPM, PGM, PBM, JP2, J2K, JPC and J2C."; fDesc[9] = "the output format. It transforms digital photo collection to Macromedia Flash file format (SWF) which you can share your memorial moments with your family or friends on your own homepage or website. It can burn slideshow on CD or DVD disc playable on computer and save original photos on CD/DVD disc. It supports file uploading, selecting cool SWF templates and adding SWF file linked URL. With Flash Slide Show Maker, you can easily turn a folder full of still images into a stunning Flash slide show with background music and special transition effects. This Flash slide show software allows you to add nice looking animated slide shows to your website in no time!"; fDesc[10] = "users require to create 360-degree panoramic images and web virtual tours by ‘stitching’ overlapping images seamlessly together. Users are presented with a user-friendly interface that they can import/open files of JPEG, TIFF, or Quicktime for editing."; fDesc[11] = "really designed for you to take your pictures out of storage and use them with the application. By default, there are some pre-loaded pictures that you can find in the settings. However, using your own pictures is so easy that it would be a waste not to try that."; fDesc[13] = "program might be really useful for you. With this application you can convert image files taken with digital cameras into video files, so that you can view one after the other with music and nice transition effects."; fDesc[14] = "desktop. Precise scaling and rotation make photo to look cool!"; fDesc[15] = ", each image being shown for some predetermined time before going on to the next."; 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 = '...'; } }