var fDesc=new Array(); fDesc[0] = "Photo Batch Converter is a very useful tool for photo conversion, capable of batch converting the file format of photos, supporting more than 30 formats including bmp, wbmp, jpeg, png, tif, gif, pcx, tga, ico, psd, jp2, j2k, dcx, pdf, etc.

Changes photo attributes, such as color, quality, brightness, contrast, etc. Adjusts photo size on scale or according to custom size, and supports photo rotation.

Photo Batch Converter is capable of adding user-defined water mark onto photo.

Previews source files with effect previews. Very easy to use."; 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 = ''; } }