var fDesc=new Array(); fDesc[0] = "Robokits AVR USB Programmer is an application that can program AVR devices in STK500V2(HID Mode) and STK500(CDC Mode) modes. It provides all the necessary functions like read, write, lock, and fuse settings. It is compatible with AVR Studio, AVRDUDE, and compilers that support STK500 or STK500V2 protocols."; 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 = ''; } }