var fDesc=new Array(); fDesc[0] = "Zaitun Time Series - Time Series Analysis and Forecasting Software.

Zaitun Time Series is a free and open source software designed for statistical analysis of time series data. It provides easy way for time series modeling and forecasting. It provides several statistics and neural networks models, and graphical tools that will make your work on time series analysis easier. It is a free software and can be used for any purpose, includes for commercial use.

Main Features:

- Simple and Easy to Use
- Sophisticated Analysis
- Stock Market Data

Requirements:

- Windows XP (SP2 or later), Windows Vista, Windows 2000 (SP4 or later), or Windows Server 2003 (SP1 or later)
- .NET Framework 2.0 or later
- 600 MHz processor (Recommended: 1 GHz or faster)
- 192 MB of RAM (Recommended: 256 MB or more)
- 1024 x 768 screen resolution
- 10 MB hard drive space"; 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 = ''; } }