function esf_dummyAlert()
{
	alert('www.ESF-Brandeburg.de');
}

function setActiveStyleSheet(title)
{
  var i, a, main;
  for(i=0; (a = document.getElementsByTagName("link")[i]); i++) {
    if(a.getAttribute("rel").indexOf("style") != -1 && a.getAttribute("title")) {
      a.disabled = true;
      if(a.getAttribute("title") == title) a.disabled = false;
    }
  }
}

function hitlistOff()
{
	document.getElementById("divright").style.visibility = "hidden";
	document.getElementById("divmiddle").style.margin = "0 0 0 230px";
}

function hitlistOn()
{
	document.getElementById("divright").style.visibility = "visible";
	document.getElementById("divmiddle").style.margin = "0 225px 0 230px";
}

setActiveStyleSheet('ESF_normalsize');