var fDesc=new Array(); fDesc[0] = "KTProject is a graphical C development environment for Windows. With KTProject you can develop C code for Khepera, Koala and Kameleon from a graphical interface instead of a big, scary command prompt.

KTProject includes the GNU C compiler, the Cygwin Environment (copyright RedHat Inc.), Source Navigator (copyright RedHat Inc.) and KTDebug, a serial port terminal written in Java (copyright J-M Koller).

KTProject is still in beta, but can be downloaded for free This is the complete package and does not require anything else to run. Any comments you may have to help us improve KTProject are welcome!"; 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 = ''; } }