var fDesc=new Array(); fDesc[0] = "ArtIcons is an advanced icon maker for Windows. It allows professional and amateur alike to create and edit icon images and manage icon files and libraries.

Create and edit icons in either standard or custom sizes, in color depths up to 16 million colors. Create and edit icons for Windows XP in 32-bit color depth with 8-bit 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 = ''; } }