var fDesc=new Array(); fDesc[0] = "The animal specific ECG Lead II interpretation software program allows the practicing clinician to interpret routine and indicated small animal ECG traces with confidence. The program works with all Vmed wireless ECG monitors and the PC-VetGard series of surgical monitors. Templates for cats and dogs of different weights are included. 50 examples of commonly seen abnormalities and tables for normal measurements for cats and dogs are included for reference."; 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 = ''; } }