var fDesc=new Array(); fDesc[0] = "CT has been a recognized leader in contest logging software since 1985. CT is designed for ease of use, with its primary emphasis on RELIABILITY. Several levels of protection are afforded to ensure that you won't lose your contest log in the heat of battle. On 17 May 2010, Ken K1EA announced that further development of CT has stopped. He wrote, "I discussed this with N6TV at Dayton, and yes CT development for DOS is dead. I thought I had an old hard drive with DOS, the complier and libraries in the closet. None of them would boot DOS. I can still compile CTWin, although it won't run on my development machine, Windows 7.""; 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 = ''; } }