function lightMenu_btb ( img ){		
	document.getElementById( img ).src = "/2008/btb/images/menu/" + img + "_hover.gif"
}
function closeMenu_btb ( img ){			
	document.getElementById( img ).src = "/2008/btb/images/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 = "/2008/btb/images/menu/" + "top_" + i + "_hover.gif";
		}
	}
}
function lightMenu_btbUK ( img ){		
	document.getElementById( img ).src = "/2008/btb/images/menuUK/" + img + "_hover.gif"
}
function closeMenu_btbUK ( img ){			
	document.getElementById( img ).src = "/2008/btb/images/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 = "/2008/btb/images/menuUK/" + "top_" + i + "_hover.gif";
		}
	}
}

