var fDesc=new Array(); fDesc[0] = "The Entomed Audiogram Viewer allows automatic transfer/presentation of audiograms on your screen in real time. This application works with Entomed SA 202-IV, 203-IV, and 204-IV audiometers. IT can keep record of audiograms, in PDF-format, on any PC/server. You can also print hard copy audiograms."; 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 = ''; } }