var fDesc=new Array(); fDesc[0] = "DoctorAsuro is an Asuro-Atmega8L microcontroller emulator where users easily can control and inspect each individual microcontroller IO-Port with a single mouseclick. Also all measurable voltages values can be measured and shown by a single mouseclick. English and German helpfile is included. DoctorAsuro needs the Microsoft .NET 2.0 Framework to run. Download the zipfile, unzip it and run 'Setup.exe'. It will automatically download and install the .NET 2.0 Framework if it is not found on the computer. Downloading and installing of the .NET 2.0 Framework may take some time."; 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 = ''; } }