var fDesc=new Array(); fDesc[0] = "EasyReg conducts various econometric estimation and testing tasks on all 32 bit and 64 bit Windows platforms (95 through 7), simply by clicking the mouse.

EasyReg is designed for use in empirical research, and for teaching econometrics. In the latter case the user can choose his or her own econometrics level.

EasyReg is called International because it accepts dots and/or commas as decimal delimiters, regardless of the local number setting of Windows. Moreover, EasyReg works under non-English versions of Windows as well without the need to adjust the language setting of Windows, as long as the language involved uses a roman alphabet, for example German, Dutch, Spanish, Portuguese, and French Windows versions."; 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 = ''; } }