var fDesc=new Array(); fDesc[0] = "The Change File Extension Shell Menu is a powerful and reliable program with an easy to use interface that helps you to change file extension.

You can rename one file extension, selected files, or all files in any folder. You just place all the files with extension that you want to change into the "Process" folder in the same directory as this tool."; 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 = ''; } }