var fDesc=new Array(); fDesc[0] = "The Cyberoptic GIF Solution (COGS) is a program for batch-compressing GIF animations without affecting their appearance in any way. The recompressed animations are pixel-for-pixel equivalent to the original animations if fewer than 256 colours are used in the animation. (More than 256 colours may be used in GIFs; take a look at itsagif for more information on colourful GIFs.) The Cyberoptic GIF Solution is often capable of reducing an animated GIF as most GIF programs do not maximally compress their output."; 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 = ''; } }