function startsidaOn(){
	document.getElementById("startsida").src="img/meny_startsida_2.gif";
}

function startsidaOff(){
	document.getElementById("startsida").src="img/meny_startsida_1.gif";
}

function nyheterOn(){
	document.getElementById("nyheter").src="img/meny_nyheter_2.gif";
}

function nyheterOff(){
	document.getElementById("nyheter").src="img/meny_nyheter_1.gif";
}

function kontaktOn(){
	document.getElementById("kontakt").src="img/meny_kontakt_2.gif";
}

function kontaktOff(){
	document.getElementById("kontakt").src="img/meny_kontakt_1.gif";
}

function englishOn(){
	document.getElementById("english").src="img/english_2.gif";
}

function englishOff(){
	document.getElementById("english").src="img/english_1.gif";
}

function swedishOn(){
	document.getElementById("swedish").src="img/swedish_2.gif";
}

function swedishOff(){
	document.getElementById("swedish").src="img/swedish_1.gif";
}

function startpageOn(){
	document.getElementById("startpage").src="img/startpage_2.gif";
}

function startpageOff(){
	document.getElementById("startpage").src="img/startpage_1.gif";
}

function newsOn(){
	document.getElementById("news").src="img/news_2.gif";
}

function newsOff(){
	document.getElementById("news").src="img/news_1.gif";
}

function contactOn(){
	document.getElementById("contact").src="img/contact_2.gif";
}

function contactOff(){
	document.getElementById("contact").src="img/contact_1.gif";
}

function heOn(){
	document.getElementById("he").src="img/meny_homeentertainment_2.gif";
}

function heOff(){
	document.getElementById("he").src="img/meny_homeentertainment_1.gif";
}
