function Frage()
{
 var einga;
 einga = confirm("Wollen Sie die Karte wirklich laden? (341KB)");
  if (einga != true)
  { return; }
 else
  { window.location.href = "karteust.htm";}
}
 function navi()
  {
    window.location.href = "navigati.htm";
  }

function Lager()
{ var winkarte=window.open("lager1574.htm", "lager1574" ,"width=640,height=510,screenX=0,screenY=20,left=0,top=20,resizable=yes,scrollbars=yes")
}