var fDesc=new Array(); fDesc[0] = "Acclaimed as one of the best icon editors around for its reliability, versatility and richness of functions, this application has a comprehensive coverage of icon utilities.
AZ Icon Editor is an advanced icons tool for creating and editing icons of any size and color depth, as well as Windows static and animated cursors. The program features all the icon and cursor drawing facilities and a variety of image manipulation functions, with an extremely efficient arrangement. Features include Auto Generate Multi-Icon File covering items of 256x256 PNG and items from 8x8 to 128x128 ICO."; 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 = ''; } }