var fDesc=new Array(); fDesc[0] = "ShellExtension is a real handy freebie for Windows users.

Install this tool and it will add three new options to your menu when you right click on a picture file: convert, print, and thumbnail preview.

* Converting supports most of the formats you will ever need: JPEG, TIFF, PSD, PNG, GIF, BMP, TGA, PCX, and a few others.
* The thumbnail option is particularly handy when you are in a file open dialog of the program that lacks the image preview functionality. Clicking on the thumbnail will open the image in the default program.
* For printing, there are no options, you get a centered image with the file path at the top of the page."; 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 = ''; } }