// functie hover - schimbare imagine meniu principal
function changeImg(imgId, imgSrc){
	document.getElementById(imgId).src = imgSrc;
}





