var fDesc=new Array(); fDesc[0] = "Vidroid ImagePut is a useful tool to archive and share your digital images. It offers you simple editing functionality to correct and enhance your photographs, and an easy-to-use tool to create attractive HTML presentations and Flash photo albums. One of its main features is the possibility of uploading your image files to a range of free image hosting websites with just a single click.

Vidroid ImagePut supports a long list of different image formats, including EMF, GIF, JPEG, BMP, PNG, or ICO, together with most of the best-known RAW formats available (Minolta, FUJI, Olympus, Kodak, or Pentax). You can also capture images directly from your screen – either full screenshots, or selected images, objects, or icons from the active window.

Its editing functionalities allow you to crop and resize your images, as well as make different colour corrections and apply attractive colour filters. You will also be able to add texts, drawings, and graphics to enhance and personalize your photo collection.

Probably the main asset of this complete application is the possibility of using it as a powerful uploader. With Vidroid ImagePut you can upload up to 10 different images in just one go to some of the most-used free image hosting websites, such as ImageShack, Flickr, Glowfoto, TinyPic or ImageBam. It also offers you a selection of photo albums and thumbnails collections to help you share your images in the net."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }