var fDesc=new Array(); fDesc[0] = "AQUATOOLDMA is a graph editor for basin simulation. AQUATOOLDMA also supports the basin simulation works for the hydrologic plans of 2009. Under this purpose it already provides support for the joint basin simulation model SIMGES and the basin scale water quality model GESCAL."; 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 = ''; } }