var fDesc=new Array(); fDesc[0] = "Multi Image Optimizer - Software for batch conversion and image resizing, which allows you to quickly resize and rename hundreds of photos in just a few mouse clicks. Also, there is an option to resize images with high quality resampling and function to automatically select the optimal format for the file."; 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 = ''; } }