var fDesc=new Array(); fDesc[0] = "Photo Gadget Pro is a shell extension that adds image editing options to Windows Explorer. It can rotate, resize, crop and rename images, add a caption and/or frame, apply different effects and filters (grayscale, invert colors, sepia, flip horizontal/vertical) and carry out format conversions. To use the program simply select image files to work with in Explorer's window, right click the selection and choose an action from the context menu. Supported image file formats are BMP, TIFF, PNG, PCX, TGA and JPG with four levels of compression. You can set a target file size for resizing and conversions to JPG format and get lossless rotation on JPG files. Crop function includes free rectangular selection, fixed size crop area and keep aspect option to constrain proportions while selecting crop area. When adding a caption you can choose between typing in text or using a graphics file. Framing is simple, single or double outline where you set width and colors. Multiple file rename mask is provided with several options including an automatic counter. If you have that kind of camera Photo Gadget Pro can also rotate images based on EXIF information."; 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 = ''; } }