window.defaultStatus = "Heinrich-Schliemann-Museum Ankershagen - Offizielle Homepage";
<!-- hide

 // Beschriftung der Status Bar

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

  function temp_click(i)
  {
    document.menu_wo.src = MenuImgArray[i].src;
  }
//-->
/****************************************************
*	        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 show1() {
 if(document.getElementById)
   document.getElementById("offtext1").style.display = "block";
}
function hide1() {
 if(document.getElementById)
   document.getElementById("offtext1").style.display = "none";
}
function show2() {
 if(document.getElementById)
   document.getElementById("offtext2").style.display = "block";
}
function hide2() {
 if(document.getElementById)
   document.getElementById("offtext2").style.display = "none";
}
function show3() {
 if(document.getElementById)
   document.getElementById("offtext3").style.display = "block";  
}
function hide3() {
 if(document.getElementById)
   document.getElementById("offtext3").style.display = "none";
}
function show4() {
 if(document.getElementById)
   document.getElementById("offtext4").style.display = "block";
}
function hide4() {
 if(document.getElementById)
   document.getElementById("offtext4").style.display = "none";
}
function show5() {
 if(document.getElementById)
   document.getElementById("offtext5").style.display = "block";  
}
function hide5() {
 if(document.getElementById)
   document.getElementById("offtext5").style.display = "none";
}

/**********
NoSpam
***********/

function NoSpam(addy,subj) {
if (addy != "") {
	       document.write ('<a href="mailto:' + addy + '@' + 't-online' + '.de');
	       if (subj != "") {
			document.write ('?subject=' + subj);
	                         }
  		             document.write ('">' + addy + '@' + 't-online' + '.de</a>\n');
                    }
}
