var ypos=(top.frames.content.document.body.offsetWidth - 778) / 2;
if(ypos<0) { ypos=0; }
document.getElementById('firmenprofil').style.left=ypos-1;
document.getElementById('feuerungsanlagen').style.left=ypos+77;
document.getElementById('austragungsmaschinen').style.left=ypos+196;
document.getElementById('restholzzerkleinerung').style.left=ypos+338;
document.getElementById('filteranlagen').style.left=ypos+473;
document.getElementById('radial').style.left=ypos+557;
document.getElementById('lackieranlagen').style.left=ypos+557;
if(!window.WWidth && document.body && document.body.offsetWidth) {
  window.onresize = WindowRefresh;
  WWidth = WindowWidth();
}


