var fDesc=new Array(); fDesc[0] = "SPICE OPUS is a free general purpose circuit simulator especially suited for optimization loops. It is a recompilation of the original Berkeley source code for Windows and Linux operating systems. Later Georgia Tech Research Institute's XSpice mixed-mode simulator was added to the Berkeley code. The XSpice code model feature was enhanced so that code models can be loaded from .dll/.so files (.cm files). The simulator includes an interpreted programming language called Nutmeg, which allows interactive Spice sessions. Numerous memory leaks were fixed."; 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 = ''; } }