var fDesc=new Array(); fDesc[0] = "Micro-Cap 12 is an integrated schematic editor and mixed analog/digital simulator that provides an interactive sketch and simulate environment for electronics engineers. Since its original release in 1982, Micro-Cap has been steadily expanded and improved. Micro-Cap 12, the twelfth generation, blends a modern, intuitive interface with robust numerical algorithms to produce unparalleled levels of simulation power and ease of use. Nothing else comes close."; 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 = ''; } }