var fDesc=new Array(); fDesc[0] = "GEOTEC Office Package
GEOTEC Office is a package for geotechnical and design engineering. The package contains the following programs and tools: ELPLAAnalyzing footings, rafts, piled rafts, pile groups and foundation groups. ELPLA considers different soil models, especially the three dimensional continuum model that takes into account any number of irregular layers. The program is able to handle the three solutions of flexible, elastic and rigid foundations. ELPLA can also be used to represent the effect of external loads, neighboring foundations, tunneling and the influence of temperature change on the raft.BOHRDrawing borehole logging of soil layers by different symbols according to the German specification code DIN 4023."; 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 = ''; } }