var fDesc=new Array(); fDesc[0] = "Demetra is a family of modules on seasonal adjustment, which are based on the two leading algorithms in that domain(TRAMO&SEATS@ / X-12-ARIMA).One of the main features of Demetra is to normalize - as much as possible - the different methods. It tries to improve the comparability of the two methods by using as much as possible, a common set of diagnostics and of presentation tools."; 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 = ''; } }