var fDesc=new Array(); fDesc[0] = "The SDT270 is the first ultrasound detection device to use “high fidelity” ultrasound recording to allow inspectors to maintain a database of accurate sound files. Each time signal is sampled 250.000 times per second and stored into the SDT270’s substantial internal memory. The results are clear and easy to compare signals, allowing the establishment of a reliable and precise diagnosis."; 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 = ''; } }