var fDesc=new Array(); fDesc[0] = "This software will allow you to easily rename multiple files and file extensions. For advanced users and developers, it is possible to use regular expressions. It's available in English and Spanish and requires Java 6 in order to work properly. It is possible to change the app skin by selecting one of the Substance skins from the application context menu."; 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 = ''; } }