var Framekontrolle = 0;

if (Framekontrolle == 1)
{
 if (top.frames[0])
  {
   if(top.frames[0].name != "DOROCLAN")
    {
     window.open('http://www.doro.de','_top');
    }
  }
 else
  {
   window.open('http://www.doro.de','_top');
  }
}

function click(x)
{
if (navigator.appName == "Netscape")
 {
  if(x.which==3)
  {
   alert('What do you try to do?');
   vers = parseInt(navigator.appVersion);
   if (vers >= 4) return false;
  }
 }
else
 {
  if (event.button==2)
  {
   alert('What do you try to do?');
  } 
 }
return true;
} 
document.onmousedown=click;
window.defaultStatus = "Hey Guys! This is the Ultimate DORO Cult!";

