var fDesc=new Array();
fDesc[0] = "Introducing TechnoLogismiki Works the most robust solution for Engineers:
- Hydraulics: water, sewer and irrigation networks, culverts, dams, solvers.
- Hydrology: water budget in catchments and flood flows.
- Environmental: roadway pollution, mobile emissions model, landfill gas, construction noise.
- Financial: estimation of engineer's fees for projects and services, construction auctions, permits (in Greek only).
- Statics: biaxial bending.
- Marine: significant wave.
* Tools: coordinate and unit conversions, TechnoLogismiki NOMOS.";
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 = '';
}
}