var fDesc=new Array(); fDesc[0] = "PicLoops includes support for Microchip PIC chips and the Scenix SX chips running in Turbo mode. PicLoops is free but I reserve all rights as the creator.

PicLoops makes figuring out the values for delay routines a snap and it is incredibly easy to use. You won't even have to type the assembler code for the routines because it does that for you too. Transferring the code to your own program editor is a simple copy & paste operation."; 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 = ''; } }