var fDesc=new Array(); fDesc[0] = "Make thumbnails of your photos quickly and easily with this software utility. You can crop the picture, resize it, and convert to any other image format : JPEG, BMP, GIF, PNG, TGA, ICO, etc. Try it! very esay to use. Jusy open or drag an image file into the utility, crop your favorite area, then you can resize it and export it to any image 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 = ''; } }