var fDesc=new Array(); fDesc[0] = "Hawkeye Loft Management System for Windows has been designed with the racing pigeon fancier in mind. This utility provides excellent record keeping, pedigree tree & report, disease system, race results & analysis, medication record keeping and many more. NOTE: Program upgrades for a period of 6 months are FREE.
Our Support Policy
Other companies and individuals will offer you support for a set period, after that, support comes at a price, but Comproware's support policy is simple.......
We will provide you with support indefinately, no questions asked! Our support team are ready to assist you!"; 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 = ''; } }