var fDesc=new Array(); fDesc[0] = "reaConverter can be used to edit and convert multiple images in batch mode. The standard version of this program has support for 651 file formats, including RAW, archaic, and rare ones. You can apply editing tasks such as resize, crop, canvas size, rotate, mirror, and split. Adjustment of contrast, brightness, color balance, gamma, color depth, and hue are also possible. reaConverter allows retouching of images using various filters as well as addition of watermarks."; 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 = ''; } }