var fDesc=new Array(); fDesc[0] = "One Simple Image Compressor is a free image compression software that allows you to compress your images with ease. The software will compress your bmp, jpg, jpeg, gif, ico, emf, wmf, png, tif, tiff, and exif image files to save space and be more productive. The images are compressed to acceptable quality level and size. The software also allows you to resize any image and will give you a flexible option to compress your jpg files to any quality compression level ranging from 20% to 90%."; 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 = ''; } }