var fDesc=new Array(); fDesc[0] = "The Flash MC Programmer I is a fast parallel port programmer for AT89C1051, AT89C2051 and AT89C4051 microcontrollers. Please note that you need a valid Prog-Studio 6 registration if you want to build and use the Flash MC Programmer! The programmer hardware is very simple and consists of an etched circuit board, two ICs, two transistors, three diodes, one LED, one sub-d connector, eight capacitors and six resistors."; 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 = ''; } }