var fDesc=new Array(); fDesc[0] = "SOM is an unsupervised neural network algorithm with the special capability of visualizing high-dimensional data in just two dimensions. SOM Analyzer is an easy-to-use Windows software with which you can explore the intriguing world of the Self-Organizing Map (SOM) algorithms. As being highly visual and intuitive, the SOM Analyzer is suited to anybody who wishes to work with the SOM Algorithm, whether a novice or a professional. For novice users, SOM Analyzer is a great learning tool while for professional users, it offers powerful data processing capabilities."; 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 = ''; } }