var fDesc=new Array(); fDesc[0] = "JumpStart C for AVR is a professional C programming IDE for AVR microcontrollers. It allows seamless integration with Atmel debug pods, including AVR Dragon, JTAGICE MkII, JTAGICE3, and Atmel-ICE. This version has support for all AVR, megaAVR, and XMEGA series of chips.

JumpStart C for AVR is available in Standard and Pro version. Professional version has additional features including program compression optimizer, which reduces code by 5 to 15%."; 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 = ''; } }