var fDesc=new Array(); fDesc[0] = "KamPROG for AVR is development/production programmer supporting most ISP microcontrollers (AVR family) from Atmel. On the microcontroller side it is compatible with 10-pins Atmel standard IDC header. KamPROG works with Bascom and Atmel AVR Studio as well as with our decicated application. Programmer is connected to PC through USB port and does not require any drivers."; 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 = ''; } }