var fDesc=new Array(); fDesc[0] = "KANINE software is the only K-9 records software that offers GPS Tracking capabilities and in program functionality to download K-9 tracks directly to maps that can easily be attached to usage and training records.
KANINE records have been called ‘bullet proof’ by Prosecuting Attorneys. KANINE’s printed reports can easily be printed or e-mailed when court cases require proof of training and reliability"; 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 = ''; } }