var fDesc=new Array(); fDesc[0] = "Just few clicks and you're done!
Drag and drop an image to QuickIcons window, apply the visual effects and final touches and then save the icons for:
- iOS (inclusive iOS7 resolution png-files)
- Mac OS X (.icns and iconset)
- Android (ldpi, mdpi, hdpi, xhdpi, xxhdpi resolutions)
- Windows (.ico and png-files)
- Windows Phone (png-files)
- BlackBerry (png-files)

With possibility to enable and disable the icons creation for the particular platforms.

Enjoy it!"; 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 = ''; } }