var fDesc=new Array(); fDesc[0] = "TINA is an electronic circuit simulator and PCB design tool for analyzing, designing, and real-time testing of analog, digital, HDL, MCU, and mixed electronic circuits and their PCB layouts. You can also analyze SMPS, RF, communication, and optoelectronic circuits. With the integrated flowchart tool, you can generate and debug MCU code. You can also bring your circuit to life with the optional USB controlled LabXplorer and TINALab II hardware."; 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 = ''; } }