var fDesc=new Array(); fDesc[0] = "The RiverSurveyor Stationary Live real-time and post-processing software was designed specifically for use in rivers. The features in this software make the RiverSurveyor S5/M9 a more powerful tool and allow you to reliably use this system in more places than ever before. You can install RSSL to view stationary data; however, a firmware license is required to collect stationary data.

This software includes language support for English, Chinese, Japanese, Spanish, Catalan, French, German, Italian, Korean, Portuguese, Turkish, Polish, Hungarian, Afrikaans and Russian."; 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 = ''; } }