var fDesc=new Array(); fDesc[0] = "The FINEMotor program is ideal for simulating and designing the magnet system and voice coil for any kind of driver. This includes not only woofers and domes but also telephone receivers and headphones.

Features:
- View FINEMotor files: T/S parameters, Winding details and magnet system dimensions with gap flux.
- 6" woofer (2 4 layers) and 1" Neo dome Demo examples from FINEMotor showing ALL possible variations of winding width and magnet with simultaneous calculated T/S parameters."; 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 = ''; } }