var fDesc=new Array(); fDesc[0] = "Wave2000®, is a stand-alone computer software package that generates solutions to practically any 2D ultrasonic (elastic wave propagation) problem, simulating received waveforms under a variety of spatial and temporal acoustic interrogations. It was produced to bring numerical simulation to the ultrasound engineering community. Wave2000® allows the user to explore any number of experimental configurations, to determine "optimal" transducer arrangements, and to examine sensitivities of measurements to numerous variables of interest."; 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 = ''; } }