var fDesc=new Array(); fDesc[0] = "It is designed to save you time and it is appropriate for anybody who has collected data with an acoustic Velocimeter. Whether you want the advanced fluid mechanics/hydraulics calculations or not, you will surely love the cut/past functions to import all the graphs into your Word document.ExploreV

The ability to plot your velocity data into a user-defined grid is also a big time saver – suitable for everybody. The raw data can be displayed graphically, edited, filtered, printed, or exported to ASCII files for further analysis."; 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 = ''; } }