// JavaScript Document
function overImg(img){
	document.getElementById("meny_img").src="../images//meny/"+img;
}
function outImg(img){
	document.getElementById("meny_img").src="../images/meny/"+img;
}

