var fDesc=new Array(); fDesc[0] = "This software package is for Atmel and Kanda parallel port AVR ISP programmers, including AVR programmers supplied with STK200 and STK300 AVR boards. It supports all AVRISP parallel port dongles, under all 32-bit Windows Operating Systems.

Kanda AVR ISP software includes all the features you would expect, including erase, read, program and verify of Flash and EEPROM memory, fuses and lockbits. It also includes serial numbering, checksums, read Calibtration Byte(s) and flexible Auto Program function."; 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 = ''; } }