var fDesc=new Array(); fDesc[0] = "With Silencer you can design rectangular and circular silencers for air movement applications. Features :
- Internal and external areas, weights, number of internal and external stiffeners are provided as well as quantity of infill and perforated metal sheets.
- Full costing facilities are provided.
- Edit the material cost rates and labour hour rates to suit your manufacturing requirements.
- Evaluate different design styles to suit special needs.
- Specify design pressures.
In duct sound power, sound pressure, free field spherical or hemispherical radiation figures are all catered for.
- Set Defaults for styles and splitter thicknesses.
- Load in your own company logo and name.
- Edit the detail text and select sections to be printed (enables you to quickly customise the hard copy sent to your customers)."; 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 = ''; } }