var fDesc=new Array(); fDesc[0] = "Icon Phile is a free iconchanger in a field dominated by shareware applications. IconPhile is a match for any of them, and has some unique options. Store your scheme, with the icons, in one file. Toggle options to display a generic icon, or icon inside file for several filetypes. Import any scheme/folder with icons and it will try to build a scheme based on icon names. You need it!"; 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 = ''; } }