var fDesc=new Array(); fDesc[0] = "ArtIcons Pro is an advanced icon maker for Windows operating system. 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, replace image colors, create and manage icon libraries for better and more efficient storage, export icon images to ICO, ICPR, BMP, JPEG and PNG files and more."; 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 = ''; } }