var fDesc=new Array(); fDesc[0] = "MoneyBee is a screen saver that uses neural networks to analyze stock market charts and indices to predict future trends of the indices. The client trains its neural network with recent market data in an attempt to make good, useful predictions. Participation in the project is free, and all users who participate get access to the predictions in the form of charts with technical analyses and user guidance.
The client is currently available for Windows and Linux. The latest version of the client is available as of January 2, 2005. The client only needs to transfer data for a few minutes every few days, so it supports modem-users well.
The site is also available in German , French , and Italian ."; 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 = ''; } }