var fDesc=new Array(); fDesc[0] = "eXcelatorCTR (Cells Text Remover) is an Excel Add-In. It removes text from Excel cells with different criteria and conditions. With eXcelator CTR you can process as many cells as you want in a single process. With this program you can remove leading, trailing and excessive spaces, lower/upper case characters, the basis of user-defined criteria or duplicate entries."; 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 = ''; } }