var fDesc=new Array(); fDesc[0] = "Hexonic Image Resizer is a free tool designed for batch processing image files and photos. the program allows you to adjust the image resolution, rotate, flip horizontally and vertically, convert photos to JPEG, PNG, GIF and BMP, adjust compression rate, contrast, brightness and gamma."; 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 = ''; } }