<!--
// function einblenden()
//  {
//  document.all.KommText.filters.blendTrans.Apply();
//  document.all.KommText.style.visibility = "visible";
//  document.all.KommText.filters.blendTrans.Play();
//  }

BroW = parseInt(navigator.appVersion)
if (BroW >= 4)
  {
  Vs = true
  } else
  {
  Vs = false
  }
if (Vs == true)
  {
  Wid = screen.availWidth - 30
  Hei = screen.availHeight + 50
  Left = Math.floor((Wid - 350) / 2) ; Top = Math.floor((Hei - 100) / 2)
  if (document.layers)
     {
     document.captureEvents(Event.MOUSEDOWN)
     }
  document.onmousedown = adresse
  }

function adresse (e)
  {
  flag = false
  if (document.layers)
     {
     which = e.which ; if (which == 3)
       {
       flag = true
       }
     }
  else
      {
      which = event.button ; if (which == 2)
        {
        flag = true
        }
      }
  if (flag)
    {
     Fenster = window.open("../tonstudio/adresse.htm","Adresse","width=400,height=300");
     Fenster.focus();
    self.location.href="../index.htm";
    return false
    }
  }
//-->

function adressfenster()
    {
     Fenster = window.open("../tonstudio/adresse.htm","Adresse","width=400,height=300");
     Fenster.focus();
    }

<!--
 function checkFrameset()
 {
  if(!parent.hauptfenster)
   location.href="../tonstudio/tonstudio.htm?" + location.pathname;
 }
checkFrameset()

//-->
