var fDesc=new Array(); fDesc[0] = "Swap’em permits to swap the names of two files or folders by either dropping the items onto the application’s interface or, to enjoy totally seamless name swapping, add Swap’em to the Explorer context menu and/or to the Send to menu. This application makes it incredibly easy to change the names of folders so that anyone can do 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 = ''; } }