var fDesc=new Array(); fDesc[0] = "Software product that enables the user to access all laws, orders and decisions of government, minister orders etc. related to constructions.
In Matrix Legis are included legislative acts relating to:
- quality in construction
- authorizing the execution of construction works
- territory fitting
- town planning
- cadastre and real estate advertising
- roads
- seismic risk reduction
- thermal rehabilitation of buildings
- fire prevention and extinction

Access to the desired documents can be made selecting one of the categories of past acts or subsections of them, through mention document indicative or even by reference to certain terms of the legislation."; 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 = ''; } }