var fDesc=new Array(); fDesc[0] = "Making decisions based on your projection of the future events is a way of life.

Attrasoft PredictorPro is a fast terabyte data processing tool for your database.

It uses a sequence of numbers to predict the next row of numbers in line.

It uses historical data to predict future possibilities.

It does not matter what you want to predict.

- Predict Stock Market
- Predict earnings and revenue of a company
- Predict short term and long term interest rates
- Predict commodity (gold, oil, corn,...) prices
- Predict regional/worldwide price fluctuations for a particular merchandise item
- Predict various indicators/indexes of the economy for strategic thinking and policy issues
- Predict Dynamic Systems, Markov Chains
- Predict system failure probabilities
- Predict other complex systems"; 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 = ''; } }