
window.defaultStatus='Technische Einsatzleitung des Main-Taunus-Kreises - Webdesign und PHP ©2003 by TheTwisters G.b.R. / tHoMMy';
function sto(off){
  window.status=off;
}

function stt(text){
  window.status=text;
}

function fotos(url)
{
  FotoFenster=window.open(url, "", "width=700,height=450,scrollbars");
  FotoFenster.focus();
}

function popup(url,name,breite,hoehe)
{
  var werte;
  var linker_rand;
  var oberer_rand;

  if (screen.width) { // wenn Browser screen.width unterstützt
    if (screen.height <= hoehe) {
      hoehe = screen.height-50;
    }
    linker_rand = (screen.width - breite) / 2;
    oberer_rand = (screen.height - hoehe) / 2;
    werte="width=" + breite + ",height=" + hoehe + ",top=" + oberer_rand + ",left=" + linker_rand + ",scrollbars=1,toolbar=0,locationbar=0,resizable=1";
  } else {
    werte="width=" + breite + ",height=" + hoehe + ",scrollbars=1,toolbar=0,locationbar=0,resizable=1";
  }
  FotoFenster=window.open(url,name,werte);
  FotoFenster.focus();
}

function einladung(art)
{
  if (art=='tdot2001') {
    EinladFenster=window.open("info.htm", "", "width=450,height=550,scrollbars");
    EinladFenster.focus();
  }
}

function no_click()
 {
 if (event.button==2) {alert('©2003 by Technische Einsatzleitung des Main-Taunus-Kreises & TheTwisters G.b.R. / tHoMMy')}
 }
document.onmousedown=no_click