var fDesc=new Array(); fDesc[0] = "WinPic800 is a free PIC programmer software compatible with the Tait-style of hardware programmers. The software controls the hardware device via a PC parallel port. After you configure WinPic800 to work with the parallel programmer, you may plug the hardware on the parallel port, insert a PIC on the programmer, turn it on and then click on Device then Detect Device. The name of the microcontroller on the programmers socket should be shown on screen."; 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 = ''; } }