var fDesc=new Array(); fDesc[0] = "The eXtreme Burner- AVR is a full graphical user interface (GUI) AVR series of MCU that supports several types of clock sources for various applications. It enables you to read and write a RC Oscillator or a perfect high speed crystal oscillator and you can select from the following clock sources:
- external Clock.
- calibrated Internal RC Oscillator.
- external RC Oscillator.
- external Low Frequency Crystal.
- external Crystal/Ceramic Resonator."; 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 = ''; } }