var fDesc=new Array(); fDesc[0] = "Do you spend hours every month preparing forecasts? S3GRAF will save you time and simplify the way you work. S3GRAF will help you automate your work flows and display your data the way you want, in ways that your existing simulator post-processor cannot.
Main Features:
- Windows graphing and analysis of simulator output files
- Rapid comparison of different output runs
- Comparison of streamline simulator and traditional simulator output
- Easy comparison of observed data and simulator output"; 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 = ''; } }