var fDesc=new Array(); fDesc[0] = "Stock NeuroMaster is a charting software for traders, investors and brokers, with stock prediction module based on Neural Networks, detailed trading statistics, very easy-to-use interface, free online stock quotes. It maximizes your trading profit and minimizes losses by predicting the best BUY/SELL moments for your favorite stocks.
Advanced technical analysis module offer the most important indicators. Data importing module allows you to create models using CSV data files or Metastock database. Stock NeuroMaster is highly tailored and specially developed for both professional stock traders and beginners."; 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 = ''; } }