<!--

// Popup fuer die Kunden
function popupKunde(theURL,features)
{
  // 107 px mal 5 Grafiken = 535 px
  var wh = window.open('','MH','width=580,height=530,resizable=yes,toolbar=no,menubar=no,locationbar=no,scrollbars=yes');
  wh.location.href = theURL;
  return wh;
}

// Popup fuer die Anfahrtsskizzen
function popupLage(theURL)
{
  var wh = window.open(theURL,'MH','width=820,height=500,resizable=yes,toolbar=no,menubar=no,locationbar=no,scrollbars=yes');
  wh.location.href = theURL;
  //return wh;
}

// -->


