var fDesc=new Array(); fDesc[0] = "LTspice XVII is an analog circuit simulation software tool. This program is a partial rewrite of LTspice IV with a modern graphics library for native multi-monitor support. It features: Unicode (use any character of any living language), new device equations (IGBT, soft recovery, and an arbitrary state machine), editors for most SPICE syntax commands, extensions to Microsoft Windows for schematic thumbnail previews, and more."; 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 = ''; } }