var fDesc=new Array(); fDesc[0] = "Image Icon Converter is a powerful and handy application that allows you to easily convert BMP, JPEG, GIF, PNG, TGA, TIF and PCX formats into Windows icons. This incredible program helps you edit digital images into icons, and also does the reverse, transferring icons into digital images. It also has the ability to load images from Windows Explorer or other file shells using drag and drop. You can create icons as small as 16x16 pixels or as large as 128x128 pixels, with color depth ranging from 16 bit to 32 bit. Moreover, you can also change color resolution and size to create customized icons and also convert 256-color icons into True Color icons. What is more, the utility features a very simple and intuitive user interface with a step-by-step wizard which does not require any technical knowledge to be operated and makes this task a breeze. In addition to this, the utility contains most of the basic editing functions, such as rotate, crop and flip, as well as basic image effects such as color balance, brightness, contrast, sharpen, and soften. In short, Image Icon Converter is a comprehensive tool for beginner icon designers."; 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 = ''; } }