var fDesc=new Array(); fDesc[0] = "KEMET Spice Software is freeware intended to aid design engineers in analyzing the performance of capacitors over frequency, temperature, ripple, and DC bias conditions. The capacitor types include ceramic (MLCC), tantalum, polymer, and aluminum polymer capacitor types. Each capacitor type behaves differently to the conditions of the circuit, some showing no changes to moderate changes, while others showing very large changes to these conditions. Although it is a stand-alone Windows-based program, it is able to create files that can be imported into some commercial versions of SPICE software."; 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 = ''; } }