Direkt zum Inhalt springen
Vision & Graphics Lab
TUM School of Computation, Information and Technology
Technical University of Munich

Technical University of Munich

Menu

Links

FIND US

Boltzmannstr. 3, 85748 Garching, Germany

Contact Us

vgl@in.tum.edu


window.onresize = showOrHideRightDiv; windowdeactivated.onload = showOrHideRightDiv;

function getWindowWidth() {

if (window.innerWidth) {
  return window.innerWidth;
} else if (document.body && document.body.offsetWidth) {
  return document.body.offsetWidth;
} else {
  return 0;
}

}

function showOrHideRightDiv() {

if(getWindowWidth() > 1100) {
  document.getElementById('right').style.display = 'inline';
} else {
  document.getElementById('right').style.display = 'none';
}

}

Rechte Seite

FIND US

Boltzmannstr. 3, 85748 Garching, Germany

Contact Us

vgl@in.tum.edu