var fDesc=new Array(); fDesc[0] = "Echo Wave II program allows you to control ultrasound system by LB-2 ultrasound keyboard. It has an interface that looks traditional, like in many ultrasound scanners. It has selectable and customizable user settings (user interface, saving and printing modes, outdoor applications, measurements and calculations, scanning control in all modes, presets management, cineloop, DICOM programming and storing, etc.)"; 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 = ''; } }