var fDesc=new Array(); fDesc[0] = "Yenka Technology is a powerful, but easy-to-use, simulator for systems and control.

It lets you design circuits, with a vast library of digital and analog electronics, and convert them to PCBs for manufacture. You can program PIC or PICAXE chips, and model the circuit in full 3D, with mechanical inputs and outputs."; 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 = ''; } }