var fDesc=new Array(); fDesc[0] = "ViSta, the Visual Statistics System,features statistical visualizations that are highly dynamic and very interactive.

Dynamic, High-Interaction, Multi-View Graphics: ViSta constructs very-high-interaction, dynamic graphics that show you multiple views of your data simultaneously. The graphics are designed to augment your visual intuition so that you can better understand your data.

ViSta's visually intuitive and computationally intensive approach to statistical data analysis is designed to clarify the meaning of data so that you can see what your data have to say."; 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 = ''; } }