var fDesc=new Array(); fDesc[0] = "NeuNet Pro is a complete neural network development system. Neural networks can be used for pattern recognition, data mining, market forecasting, medical diagnosis, sports handicapping... almost any activity where you need to make a prediction based on your data.

NeuNet Pro neural network software lets you use your computer for pattern recognition, data mining, business and market forecasting, medical diagnosis, sports handicapping... almost any activity where you need to make a prediction based on your data. This is a 32 bit program which requires Windows 95, Windows 98 or Windows NT4(sp3)."; 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 = ''; } }