var fDesc=new Array(); fDesc[0] = "Junior Icon Editor 4.3 will help you to:
Create and edit icons in color depths up to 16 million colors
Create and edit icons for Windows XP, Vista, 7, 8 in 32-bit color depth with 8-bit alpha channel
Edit .png icons for web, Linux, Android, iOS, WP7
Paint images with pen, brush, airbrush, ellipse, rectangle, line, curve tools
Roll, shift and rotate images
Import and export .ico, .png, .xpm, .xbm, and .icpr formats
Sort images inside icons
Copy and paste images to other applications
Copy and paste color values from the clipboard."; 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 = ''; } }