function navileiste(links,navi,rechts)
   {
   parent.links.location.href=links+'.html';
   parent.navi.location.href=navi+'.html';
   parent.rechts.location.href=rechts+'.html';
} 

function flugzeug(i,breite,hoehe)
 {
 window.open(i+".html","","width="+breite+",height="+hoehe+",locationbar=no,scrollbars=no,rezisable=no,menubar=no,screenX=0,screenY=0,top=100,left=140");
 }

function laden ()  
{
 if(top.frames.length == 0)
 {
 parent.location.href='../index.html';
}
}

function tl()
 {
  var win;
  win=window.open("tl_pop.html","Transportlogistic","width=240,height=170,screenX=0,screenY=0,top=190,left=140");
  win.setTimeout('window.close()',20000);
}



