var fDesc=new Array(); fDesc[0] = "AtmanAvr is a high performance C/C compiler IDE for the Atmel AVR family of microcontrollers providing visual and modular programming that works with the GCC compiler. AtmanAvr supports different Project Types for the production of C/C executable programs and libraries. An AtmanAvr workspace can contain multiple projects and their Debug and Release configurations.

The AtmanAvr C/C development environment includes ProjectWizard, CodeWizard, Workspace, Output, Text editor, Binary editor, Debugger and so on."; 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 = ''; } }