var fDesc=new Array(); fDesc[0] = "The Argus Open Numerical Environments (Argus ONE) enable you to easily and intuitively prepare your data for any modeling package, finite element as well as finite difference based. By automatically linking the physical data you enter in GIS layers to grid blocks or mesh nodes and elements, Argus ONE keeps your data reusable.

Changing your mesh or grid doesn't require you to re-enter your data. Argus ONE integrates a variety of tessellation modules including the Argus MeshMaker®Finite difference grids module and the Argus MeshMaker Triangular and Quadrilateral finite element modules."; 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 = ''; } }