var fDesc=new Array(); fDesc[0] = "It introduces the revolutionary new multi-layered wall concept. The implementation of this feature allows you to construct walls in new ways. Layout the structural core walls first, then insert openings and then add adjacent wall skins after the fact (manually or automatically). All openings are generated in the adjacent skins for you!. Or commence drawing a composite multi-layered wall component from the get go and then insert openings and all adjacent voids are once again automatically generated."; 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 = ''; } }