var fDesc=new Array(); fDesc[0] = "IconArt is a highly compact cursor and icon creator that allows you to draw an image from scratch using all common tools or to import an image to turn into a icon or cursor. The application includes a gradient color tool, detailed colour pallet options, and a tool that enables you to save multiple icon images in the same *.ico file. Moreover, it features a plain and straightforward user interface, rather boring and not very pleasant to the eye, with Microsoft Paint style drawing tools which make this task a snap. Other good features include the ability to extract icons from .exe and .dll files, import images from picture or clipboard, assign icons to folders, add text, move, rotate and flip icons, scale image between grid sizes, among others. It also offers FULL animated and static mouse cursor support as well as instant updates and icon packs via web. Note that this version is Free for personal and educational use only and supports Windows 98/XP/Vista. In short, if you are looking for a small great tool to create and publish icons, IconArt is well worth the download."; 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 = ''; } }