var fDesc=new Array(); fDesc[0] = "BinaryMark Batch Image Resizer is a batch image resizer. Quickly resize a bunch of images in a few clicks. Easily resize, crop, flip, mirror, rotate, and resample multiple images in just one batch. You can change the value of width and height by either specifying new value in pixels or as a percentage of the original width and height. One of the unique features of Image Resizer is Smart Crop: it automatically detects and removes any whitespace or empty space that surrounds the image, thereby cropping it automatically."; 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 = ''; } }