var fDesc=new Array(); fDesc[0] = "JPEG Optimizer Pro can drastically reduce the file size of JPEG images.

The file size of JPEG files can be reduced by changing the quality setting - often with litle or no noticable effect on the image. This can reduce the time it takes web pages to load.

JPEG Optimizer can be used to compress single images, or it can scan an entire folder (including sub folders), optimizing all JPEG files. It is possible to preview and adjust the settings for each JPEG in a folder, or to automatically optimize all images using the current settings."; 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 = ''; } }