var fDesc=new Array(); fDesc[0] = "Get the best file compression AND image quality. Uniquelinked/scrollable viewing window shows you the before and after effects of your compression. Simple hot button compression and smoothing. Get to a level you like and compress a set of images with just a button click. Save disk space. Make webpages download faster. Quick, easy, painless. No more messed up images."; 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 = ''; } }