var fDesc=new Array(); fDesc[0] = "The Scientific Data-Set library makes it easy for .NET developers to read, write, and share scalars, vectors, matrices, and multidimensional grids common in scientific modeling. It supports CSV, NetCDF, and other file formats. This application features a rich metadata to create self-descriptive data packages."; 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 = ''; } }