var fDesc=new Array(); fDesc[0] = "Now any at-sea user, from day sailors to coastal cruisers and fishermen, can acquire and put to use the weather and ocean insights offered by GRIB data. The GRIB Explorer GRIB viewing software allows you to view GRIB data like 500mb and sea surface heights the way they are meant to be viewed, in 3D. The updated version of the renowned GRIB reader includes new a plot options panel that allows users to more closely control how data is displayed. Users can set contour line intervals, number of contours displayed, and ranges as they relate to the data. All of these adjustments can be made on the fly while viewing the data, helping to pinpoint the information that is most important. GRIB Explorer 8 also sports an updated graphical menu bar and more background map images to choose from for displaying data over."; 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 = ''; } }