var fDesc=new Array(); fDesc[0] = "The ProFlash89 is an Atmel Device Programmer capable of programming some of the most popular Atmel Microcontrollers on the market.
The programmer consists of a professional PCB which includes a DB9 RS-232 serial connector that connects the ProFlash89 to your PC or laptop, a power supply which is included with the product, and a ZIF-socket in which your Atmel Device is inserted for programming."; 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 = ''; } }