function divHover() {
  if (!document.getElementById) return false;
  var thepanel = document.getElementById("panelone")
  var thepaneltwo = document.getElementById("paneltwo")
  var thepanelthree = document.getElementById("panelthree")
  
  var musiclink = document.getElementById("musiclink")
  var performlink = document.getElementById("performlink")
  var recordlink = document.getElementById("recordlink")
  var latestnewslink = document.getElementById("latestnews")
  
  var thedivs = document.getElementById("panelone").getElementsByTagName("DIV")
		for (var i=0; i<thedivs.length; i++) {
			if (thedivs[i].className == "show") {
				thedivs[i].className = thedivs[i].className.replace("show", "hide")
			}
				else if (thedivs[i].className == "hide") {
				thedivs[i].className = thedivs[i].className.replace("hide", "show")
			}
		}

  var thedivstwo = document.getElementById("paneltwo").getElementsByTagName("DIV")
  for (var i=0; i<thedivstwo.length; i++) {
			if (thedivstwo[i].className == "show") {
				thedivstwo[i].className = thedivstwo[i].className.replace("show", "hide")
			}
				else if (thedivstwo[i].className == "hide") {
				thedivstwo[i].className = thedivstwo[i].className.replace("hide", "show")
			}
		}
		
  var thedivsthree = document.getElementById("panelthree").getElementsByTagName("DIV")
  for (var i=0; i<thedivsthree.length; i++) {
			if (thedivsthree[i].className == "show") {
				thedivsthree[i].className = thedivsthree[i].className.replace("show", "hide")
			}
				else if (thedivsthree[i].className == "hide") {
				thedivsthree[i].className = thedivsthree[i].className.replace("hide", "show")
			}
		}
  
  musiclink.onfocus = function(){
  	var thedivs = document.getElementById("panelone").getElementsByTagName("DIV")
		for (var i=0; i<thedivs.length; i++) {
			if (thedivs[i].className == "show") {
				thedivs[i].className = thedivs[i].className.replace("show", "hide")
			}
				else if (thedivs[i].className == "hide") {
				thedivs[i].className = thedivs[i].className.replace("hide", "show")
			}
		}
	}
  
  
  performlink.onfocus = function(){
  	var thedivs = document.getElementById("panelone").getElementsByTagName("DIV")
	var thedivstwo = document.getElementById("paneltwo").getElementsByTagName("DIV")
		for (var i=0; i<thedivs.length; i++) {
			if (thedivs[i].className == "show") {
				thedivs[i].className = thedivs[i].className.replace("show", "hide")
			}
				else if (thedivs[i].className == "hide") {
				thedivs[i].className = thedivs[i].className.replace("hide", "show")
			}
		}
		
		for (var i=0; i<thedivstwo.length; i++) {
			if (thedivstwo[i].className == "show") {
				thedivstwo[i].className = thedivstwo[i].className.replace("show", "hide")
			}
				else if (thedivstwo[i].className == "hide") {
				thedivstwo[i].className = thedivstwo[i].className.replace("hide", "show")
			}
		}
  }
  
    recordlink.onfocus = function(){
  	var thedivs = document.getElementById("panelthree").getElementsByTagName("DIV")
	var thedivstwo = document.getElementById("paneltwo").getElementsByTagName("DIV")
		for (var i=0; i<thedivs.length; i++) {
			if (thedivs[i].className == "show") {
				thedivs[i].className = thedivs[i].className.replace("show", "hide")
			}
				else if (thedivs[i].className == "hide") {
				thedivs[i].className = thedivs[i].className.replace("hide", "show")
			}
		}
		
		for (var i=0; i<thedivstwo.length; i++) {
			if (thedivstwo[i].className == "show") {
				thedivstwo[i].className = thedivstwo[i].className.replace("show", "hide")
			}
				else if (thedivstwo[i].className == "hide") {
				thedivstwo[i].className = thedivstwo[i].className.replace("hide", "show")
			}
		}
  }
  
   thepanel.onmouseover = function() {
  		var thedivs = document.getElementById("panelone").getElementsByTagName("DIV")
		for (var i=0; i<thedivs.length; i++) {
			if (thedivs[i].className == "show") {
				thedivs[i].className = thedivs[i].className.replace("show", "hide")
			}
				else if (thedivs[i].className == "hide") {
				thedivs[i].className = thedivs[i].className.replace("hide", "show")
			}
		}
  }
  
  thepaneltwo.onmouseover = function(){
  	var thedivs = document.getElementById("paneltwo").getElementsByTagName("DIV")
		for (var i=0; i<thedivs.length; i++) {
			if (thedivs[i].className == "show") {
				thedivs[i].className = thedivs[i].className.replace("show", "hide")
			}
				else if (thedivs[i].className == "hide") {
				thedivs[i].className = thedivs[i].className.replace("hide", "show")
			}
		}
  }
  
  
   thepanelthree.onmouseover = function(){
  	var thedivs = document.getElementById("panelthree").getElementsByTagName("DIV")
		for (var i=0; i<thedivs.length; i++) {
			if (thedivs[i].className == "show") {
				thedivs[i].className = thedivs[i].className.replace("show", "hide")
			}
				else if (thedivs[i].className == "hide") {
				thedivs[i].className = thedivs[i].className.replace("hide", "show")
			}
		}
  }
  
   thepanelthree.onmouseout = function() {
  	var thedivs = document.getElementById("panelthree").getElementsByTagName("DIV")
		for (var i=0; i<thedivs.length; i++) {
			if (thedivs[i].className == "show") {
				thedivs[i].className = thedivs[i].className.replace("show", "hide")
			}
			else if (thedivs[i].className == "hide") {
				thedivs[i].className = thedivs[i].className.replace("hide", "show")
			}
  		}
  }
  

  
    thepaneltwo.onmouseout = function() {
  	var thedivs = document.getElementById("paneltwo").getElementsByTagName("DIV")
		for (var i=0; i<thedivs.length; i++) {
			if (thedivs[i].className == "show") {
				thedivs[i].className = thedivs[i].className.replace("show", "hide")
			}
			else if (thedivs[i].className == "hide") {
				thedivs[i].className = thedivs[i].className.replace("hide", "show")
			}
  		}
  }
  
   thepanel.onmouseout = function() {
  	var thedivs = document.getElementById("panelone").getElementsByTagName("DIV")
		for (var i=0; i<thedivs.length; i++) {
			if (thedivs[i].className == "show") {
				thedivs[i].className = thedivs[i].className.replace("show", "hide")
			}
			else if (thedivs[i].className == "hide") {
				thedivs[i].className = thedivs[i].className.replace("hide", "show")
			}
  		}
  }
  
}

sfHover = function() {
	var sfEls = document.getElementById("utilities").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}

if (window.attachEvent) window.attachEvent("onload", sfHover);
window.onload = divHover;














