var fDesc=new Array();
fDesc[0] = "A very complete program selection with all the products of Madel making easy the design of an installation. The software gives the possibility of simulating air diffusion and acoustics in a room.
This software program includes a comprehensive product selection MADEL, facilitating the design of the installations and the possibility of simulations of the diffusion of air and room acoustics.
With MadelMedia they obtain a technical report with the text of the selected product prescription. To get an automatic search for reliable solutions, the program is bounded enclosure with dimensions determined by type of product.";
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 = '';
}
}