var fDesc=new Array(); fDesc[0] = "SWATPlot and SWATGraph is a program that allows you to extract output data from SWAT runs. You can extract data from reach, sub-basin, pond and reservoir outputs, from the same or different runs of SWAT. You can also visualize the output from SWATPlot, displaying the data as histograms or line graphs."; 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 = ''; } }