var fDesc=new Array(); fDesc[0] = "Work environment able to make faster construction stage models and easily adjust settings for calculation and verifications with the click of a button. The interface is similar to the standard Office 2010 graphical layout. Data input for elements and options is available in graphical format and tables.

Complete database of structural materials and of reinforced concrete and steel sections (sheet piles). Databases can be edited by the user by using simple text file.A web link helps the user to get soil properties from soil tests. Automatic creation of all the load combinations (design approaches) required by Eurocode 7"; 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 = ''; } }