var fDesc=new Array(); fDesc[0] = "A powerful Windows95/NT tool for creating animated GIFs, viewing, batch converting file formats, and editing images. It has a simple and efficient user interface, intuitive tools and high-quality functions. The main features in this new version are: frame optimization and support of global palette to minimize GIF animation file size, easy-to-use batch conversion tool, color conversion using 4 palette options including web colors, and lots of imageeffects."; 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 = ''; } }