var fDesc=new Array(); fDesc[0] = "Coil32 is a free coil inductor calculator, that allows calculating: single-layer and multilayer air core inductors, toroidal air core coil inductance, inductors on ferrite rings, in pot core, flat coils on the PCB, and also LC tank parameters. The program has additional plugins to calculate another manner of coils. There are versions for 32-bit Windows, Linux & Android platforms."; 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 = ''; } }