var fDesc=new Array(); fDesc[0] = "Extension Changer integrates with windows explorer and display the extension without opening the main window. Change the extension of many files with one click, Extension Change can apply the change to a folder recursively. Extension Changer is skinnable, two default skins are included in the installation file. You can also create your own skin with little effort. Know when a new version is released. You can also find more information about a specific extension like what programs support opening this type."; 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 = ''; } }