var fDesc=new Array(); fDesc[0] = "YADA is a program for conducting Bayesian estimation and evaluation of Dynamic Stochastic General Equilibrium (DSGE) and Vector AutoRegressive (VAR) models. It is developed by the New Area-Wide Model (NAWM) team at the Monetary Policy Research Division (formerly the Econometric Modelling Division) within the Directorate General Research of the European Central Bank (ECB). Unlike other DSGE estimation applications, such as Dynare, YADA is a GUI-based program."; 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 = ''; } }