var fDesc=new Array(); fDesc[0] = "BASTIAN is the software to calculate airborne and impact sound transmission between rooms in buildings and airborne sound transmission from the exterior. The calculations in BASTIAN are based on parts 1 to 3 of the European Standard series EN 12354, being adopted by the majority of the European countries as part of their national standards."; 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 = ''; } }