var fDesc=new Array(); fDesc[0] = "Metro Style Icon Studio is a powerful and easy-to-use icon editor that allows you to design icons, find, extract, create icon and cursor images, and manage icon libraries and image lists.

Main features:

- Manage icons, static and animated cursors, icon libraries, image lists
- Create and edit smooth semi-transparent icons, static and animated cursors for Windows 8, 7, XP
- Create and edit icons in standard and custom sizes, with color depth up to 32-bit True Color
- Paint images with gradient and chess fill
- Create Metro-style and Aero-style icons
- Create multi-layer images
- Modify images with a variety of effects: drop shadow, opacity, smooth, negative, grayscale, colorize, rotate, roll and mirror
- Import and export ICO, ICNS, BMP, JPEG, ANI, CUR, GIF, PNG, TGA, WMF, WBMP, XPM, XBM and Adobe Photoshop PSD image formats
- Work with Mac OS Leopard 512x512 pixels icons
- Manage icon libraries for better and more efficient image storage
- Extract icons from Windows executables, libraries and animated cursor files, ZIP and RAR archives
- Download icons from the Internet
- Search for icons in folders
- Modify icons contained inside executables
- Convert or apply effects to multiple icons at once"; 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 = ''; } }