function lightMenu_koncertsal ( img ){		
	document.getElementById( img ).src = "/images/koncertsal/menu/" + img + "_hover.gif"
}
function closeMenu_koncertsal ( img ){			
	document.getElementById( img ).src = "/images/koncertsal/menu/" + img + ".gif"
	for(var i = 1; i < 10; i++){
		if(document.getElementById('topLink' + i)&&document.getElementById('topLink' + i).className == 'topSelected'){
			document.getElementById( 'top_' + i ).src = "/images/koncertsal/menu/" + "top_" + i + "_hover.gif";
		}
	}
}
function lightMenu_koncertsalUK ( img ){		
	document.getElementById( img ).src = "/images/koncertsal/menuUK/" + img + "_hover.gif"
}
function closeMenu_koncertsalUK ( img ){			
	document.getElementById( img ).src = "/images/koncertsal/menuUK/" + img + ".gif"
	for(var i = 1; i < 10; i++){
		if(document.getElementById('topLink' + i)&&document.getElementById('topLink' + i).className == 'topSelected'){
			document.getElementById( 'top_' + i ).src = "/images/koncertsal/menuUK/" + "top_" + i + "_hover.gif";
		}
	}
}

