var fDesc=new Array(); fDesc[0] = "CONTAM simulation results files (SIM files) are binary files that are not human readable. The SimReadW software program can be used to convert SIM files to tab-delimited text files for analysis outside of CONTAM, e.g., via a spreadsheet program. SimReadW includes all of the functionality of SimRead3 and adds the ability to average concentrations over a given period. SimReadW also replaces the command-line interface of SimRead3 with a graphical user interface that functions as a wizard that guides you through a series of steps to determine the output to be created."; 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 = ''; } }