var fDesc=new Array(); fDesc[0] = "VituixCAD is engineering and simulation software for passive and active multi-way / multi-driver loudspeakers.

VituixCAD is loudspeaker simulation software. Design philosophy is to simulate loudspeaker behavior in full space. Even though emphasis is on power response, polar responses and directivity index, it is possible to design a loudspeaker without comprehensive angled measurements. This is not encouraged though.
VituixCAD offers possibility to design and simulate up to 6-way loudspeaker. Each way can have up to 4 drivers in different configurations. The software package includes everything one needs for simulating and designing a loudspeaker. Additional to the simulator itself, there is enclosure simulator, response merger and advanced calculator tool included."; 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 = ''; } }