var fDesc=new Array(); fDesc[0] = "SOFMEA is a conception tool for loudspeakers. It's possible to measure loudspeakers, to visualize the result, and to simulate a crossover with it. If your enclosure is already designed, Sofmea will offer you all you need to create the crossover. If you want to test it, you can dowload it at the Downlaod section. If you need some help from our team or from other web users, please feel free to post a message on our Forum, others subjects such as Do it Yourself or Music are discussed over there. If you want to keep being informed about Sofmea and to have advanced access to the Forum, you can register, it is totaly free."; 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 = ''; } }