var fDesc=new Array(); fDesc[0] = "Icon In Depth is a program that used for creation and editing icons, or even cusors in various color depths ( 2, 16, 256 and true color), gives the ability to creat icon with a preset sizes (16, 24, 32, 48, 64) including the ability to customize the icon size, use dynamic transparent colors for the icon, create cursors with free hotspots, creat and / or view animated cursors, extract icon from any file or folder, associate ICO files with the program, implement the most editing tools and effects, paste any mage from the clipboard, select Regions for Import from .bmp, .jpg, .gif, or .wmf image files greater than 64X64 pixels, Drag and Drop any files to the Program for open, store the most recent 5 files opened before, unlimited undo and redo steps, support multilanguage interface. It has an Effect menu which contains many effects that can be applied on the icon like Flip Horizontally, Flip Vertically, Rotate +90 (which means rotate 90 degree in the anticlock wise dirction), Rotate -90 (which means rotate 90 degree in the clock wise dirction)."; 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 = ''; } }