var fDesc=new Array(); fDesc[0] = "This program is a tool for your research of efficiency dynamics using Malmquist Index. Malmquist Index and its components are calculated for many periods. The program creates reports with calculated values of Malmquist Index for researched objects. You may prepare your input data as Excel table and then you should use the Importer utility to import your data to Malmquist Index Software."; 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 = ''; } }