function home() {
if(parent != null && parent != self) {
var host=parent.location.hostname;
if(host != "www.m3music.de") {
top.location.href=self.location.href;
}
}
}
onload=home;

window.defaultStatus = "M³ Music & Event Management";
<!-- hide

 // Beschriftung der Status Bar

  function SetMsg(text)
  {
    window.status = text;
    return true;
  }

  function temp_click(i)
  {
    document.menu_wo.src = MenuImgArray[i].src;
  }
//-->

function show() {
 if(document.getElementById)
   document.getElementById("kh").style.visibility = "visible";  
}
function hide() {
 if(document.getElementById)
   document.getElementById("kh").style.visibility = "hidden";   
}

function show1() {
 if(document.getElementById)
   document.getElementById("kh1").style.visibility = "visible";
}

function hide1() {
 if(document.getElementById)
   document.getElementById("kh1").style.visibility = "hidden";
}
function show2() {
 if(document.getElementById)
   document.getElementById("kh2").style.visibility = "visible";
}
function hide2() {
 if(document.getElementById)
   document.getElementById("kh2").style.visibility = "hidden";
}

function show3() {
 if(document.getElementById)
   document.getElementById("kh3").style.visibility = "visible";
}
function hide3() {
 if(document.getElementById)
   document.getElementById("kh3").style.visibility = "hidden";
}

function show4() {
 if(document.getElementById)
   document.getElementById("kh4").style.visibility = "visible";
}
function hide4() {
 if(document.getElementById)
   document.getElementById("kh4").style.visibility = "hidden";
}


/****************************************************
*	        DOM Image rollover:
*		by Chris Poole
*		http://chrispoole.com
*               Script featured on http://www.dynamicdrive.com
*		Keep this notice intact to use it :-)
****************************************************/

function init() {
  if (!document.getElementById) return
  var imgOriginSrc;
  var imgTemp = new Array();
  var imgarr = document.getElementsByTagName('img');
  for (var i = 0; i < imgarr.length; i++) {
    if (imgarr[i].getAttribute('hsrc')) {
        imgTemp[i] = new Image();
        imgTemp[i].src = imgarr[i].getAttribute('hsrc');
        imgarr[i].onmouseover = function() {
            imgOriginSrc = this.getAttribute('src');
            this.setAttribute('src',this.getAttribute('hsrc'))
        }
        imgarr[i].onmouseout = function() {
            this.setAttribute('src',imgOriginSrc)
        }
    }
  }
}
onload=init;


/********************************/

function aja(wo)
   {
    if (document.all) wo.style.color = "#E11F26";
   }  
function ano(wo)
   {
    if (document.all)  wo.style.color = "#333333";
   }  


