var fDesc=new Array(); fDesc[0] = "KANINE Software has become the most chosen K9 Records software in America. KANINE tracks all K-9 requirements, is Windows 7 and Network compatible, and it produces the reports that today’s K-9 teams need for court or other reporting purposes. KANINE Software is cost effective and is the only software application on the market that has the option to include a GPS Data logging unit that can record every step of a K-9 track and later send it directly to a map that can be attached to training and usage reports."; 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 = ''; } }