var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to resize the dimensions of multiple photos / pictures / images to be of the same height and width. Simply drag and drop entire folders of images and choose to resize all to the height and width of one of the selected images or by a specified height and width (in pixels). The modified images are saved as new file to protect the content of the originals."; 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 = ''; } }