var fDesc=new Array(); fDesc[0] = "Stardust Image Encoder 2003 is a suite of three powerful and time-saving tools, each designed to allow you to easily convert images into smaller high-quality formats. It offers real-time preview, state-of-the-art compression, easy resizing, batch and command-line processing, and more. Image Encoder 2003 reads many image file formats, and writes to popular compressed formats including JPEG 2000 and GIF."; 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 = ''; } }