var fDesc=new Array(); fDesc[0] = "QuickResizer resizes and converts image files in batches. It is a convenient tool to quickly shrink your picture files to a smaller size before sending them via email or posting them on the Web. It saves you time from having to open each file individually in a graphic software, resize it, and then save it. You can launch QuickResizer from Windows Explorer's context menu by right-clicking on the file, or you can drag and drop your picture files onto QuickResizer. You can choose to resize your picture files by percent or by width and height. You can also convert the file formats in batches. Formats available are: JPG, GIF, BMP, PNG, and TIF."; 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 = ''; } }