var fDesc=new Array(); fDesc[0] = "With this plug-in, you can include and calculate one or more customized math expressions on your publications. The expressions can contain numbers, common math operations, variables, constants and subroutines with or without arguments. You can do simple math expressions calculations or very complex. It all depends on you and your publication's needs. You can control all expressions identifiers, values, and more on every Calc object instance."; 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 = ''; } }