<!--
if (self != top)
{
top.location.href= window.location.href
}

function agb_show(url,ftitel)
{
   F1 = window.open(url,ftitel,"width=600,height=600,screenX=100,screenY=100,resizable=0,scrollbars=1");
   F1.focus();
}
function whoson(url,ftitel)
{
   F1 = window.open(url,ftitel,"width=200,height=400,screenX=200,screenY=100,resizable=0,scrollbars=1");
   F1.focus();
}
function popup(url,ftitel,breite,hoehe)
{
   F1 = window.open(url,ftitel,"width="+breite+",height="+hoehe+",screenX=30,screenY=30,resizable=1,scrollbars=1,titlebar=0,toolbar=0,status=0,location=0");
   F1.focus();
}

function logaus() {
  Check = confirm ("Möchtest Du wirklich schon Deine Sitzung bei Matyes.de beenden?");

  if (Check == false) {
    window.location.href = "#"
    if (stopp == "true") {
      document.write ("Vorgang abgebrochen");
      history.back ();
    }
  } else {
    window.location.href = "index.php?rl=logout&logout=true";
  }
  return true;
}
-->
