var fDesc=new Array(); fDesc[0] = "The SOM Toolbox is an implementation of the SOM(Self-Organizing Map) and its visualization in the Matlab 5 computing environment. The Toolbox contains functions for creation, visualization and analysis of Self Organizing Maps. The SOM Toolbox can be used to preprocess data, initialize and train SOMs using a range of different kinds of topologies"; 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 = ''; } }