var fDesc=new Array(); fDesc[0] = "WinSAAM is a Windows version of original interactive biological modeling program, CONSAAM, developed in 1980 at NIH. Supporting almost all the features of CONSAAM, WinSAAM additionally brings to the user features of Windows thereby enhancing the productivity of the application environment.

For example WinSAAM supports a new graphics system which permits extreme flexibility in terms of configuring plots and exporting plots directly from the plot window to your word processing or graphic refinement environment. Similarly, a new spreadsheet output facility allows the results from WinSAAM data processing to be exported directly to Excel or other spreadsheet systems, or to your favorite statistical tool in readiness for further data processing and analysis."; 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 = ''; } }