var fDesc=new Array(); fDesc[0] = "Create and edit icon files for Windows, iPhone, iPad, Apple Watch, and Android with easy-to-use Icon Editor. IconEdit2 has full support for semi-transparency and multi-image icon files. Easily manage color depths and image sizes. Open/Save ICO, Import/Export GIF, TIFF, BMP, JPEG or PNG image files. Allows to paint, undo/redo, search for icons in your files and capture screen areas. Can save your work as multi-image ICO containing a number of image sizes and color depths. One-click image export for iPhone, iPad, Apple Watch, or Android."; 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 = ''; } }