var fDesc=new Array(); fDesc[0] = "This is an MS Excel plugin that speeds up data entry process. The Coordinates tool will help you easily find the required cell; simply type the characters into its Row and Column field. Auto-complete helps you fill the Row and Column values quickly; you can also change the value of this cell, without even clicking on 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 = ''; } }