var fDesc=new Array(); fDesc[0] = "A comprehensive and powerful pictures processing utility which allows the batch-processing of large numbers of graphics files for resizing, watermarking, rename, optimizing and conversion at the same time.

By simply writing a command console 'batch file', you could set up a complex operation one time and then call the batch file every time you need to repeat the operation on a new batch of images.

Resize Pictures for Command Line can be easily launched from any Visual C , Visual Basic or Delphi, or even from any ASP script."; 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 = ''; } }