var fDesc=new Array();
fDesc[0] = "The FINECone program gives you freedom to use your time and creativity to design better loudspeakers. Within seconds you can calculate the Frequency Response for a new driver or analyse your problems with an existing driver. FINECone can drastically reduce time-to-market for new products. High accuracy calculations in FINECone only take 5-30 seconds. FINECone predicts the performance so well that you only need to build one prototype instead of trial-and-error experiments. Use the Material Database to find the best driver components and optimize the cone thickness or stiffness that fits your exact demands. Optimising the development process stream-lines the production so you don’t have to spend your time fire-fighting.FINECone can find the acoustic problems in your speakers and help you find the solution.
Features:
- DXF error tracking
- Import of FINEMotor parameter files
- Export of response curves in .txt format
- Automatic airload calculation
- Frequency response overplot,
- Library of DXF and FINECone models.";
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 = '';
}
}