var fDesc=new Array(); fDesc[0] = "GIF Palette Changer is an user friendly utility for quick modifying a palette of any GIF image. You can easily select and modify colors. It's the ideal tool for Web site and application developers. You can preview and batch modify palette colors.
Main features:
- Preview palette;
- RGB and HLS value for palette colors;
- Batch modify palette colors by Hue, Saturation and Light;
- Graphic Formats Supported: GIF87A, GIF89A;
- Install/Uninstall;"; 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 = ''; } }