var fDesc=new Array(); fDesc[0] = "Freeware program to view icons. You can view all the icons that are contained in an EXE, DLL, ICO, or ICL file, or you can view (at the same time) all the icons that are contained in a directory. Besides that you can compare icon files to see whether they are identical or not, and search the current directory for duplicates of an icon."; 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 = ''; } }