var fDesc=new Array(); fDesc[0] = "WinRATS Pro (Regression Analysis of Time Series) is a fast, efficient and comprehensive econometrics and time series analysis package. The Pro version has support for reading databases via ODBC/SQL, it implements the Census Bureau's X11/X12-ARIMA seasonal adjustment routines, and it supports reading CRSP data files. RATS provides all the basics you expect, including linear and non-linear least squares, forecasting, SUR, and ARIMA models."; 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 = ''; } }