var fDesc=new Array(); fDesc[0] = "Lokas Software is proud to offer a complete icon creator toolbox - AWicons Pro! At an unbeatable price you can purchase all the tools you need to create graphically rich icons in one package!

AWicons Pro allows searching, creating, editing and managing icons, cursors and other small imagery. The application fully supports Windows XP true color icons. AWicons Pro handles many popular file formats (such as ico, icl, cur, ani, png, gif, bmp and jpg) used to store multiple icons of various dimensions (up to 256x256 pixels) as well as all possible color modes (mono, 16, 256, true-color and true-color with alpha channel)!"; 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 = ''; } }