var fDesc=new Array(); fDesc[0] = "Batch Photo Resizer allows users to resize the images in batch. It supports to rename images with prefix and continuous numbers in a batch process. Batch Photo Resizer is also an image converter which supports converting bmp to gif, gif to jpg, tif to png, etc. It can rotate images with 90 degree, -90 degree, 180 degree in batch. Blurred images can also be sharpened in Batch Photo Resizer."; 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 = ''; } }