	function aon(){
	document.getElementById("a-left").style.background = "url(img/menu/left.gif) no-repeat";
	document.getElementById("a-mid").style.background = "url(img/menu/bg.gif) repeat-x";
	document.getElementById("a-right").style.background = "url(img/menu/right.gif) no-repeat";
	}
	
	function aoff(){
	document.getElementById("a-left").style.background = "";
	document.getElementById("a-mid").style.background = "";
	document.getElementById("a-right").style.background = "";
	}
	
	function bon(){
	document.getElementById("b-left").style.background = "url(img/menu/left.gif) no-repeat";
	document.getElementById("b-mid").style.background = "url(img/menu/bg.gif) repeat-x";
	document.getElementById("b-right").style.background = "url(img/menu/right.gif) no-repeat";
	}
	
	function boff(){
	document.getElementById("b-left").style.background = "";
	document.getElementById("b-mid").style.background = "";
	document.getElementById("b-right").style.background = "";
	}
	
	function con(){
	document.getElementById("c-left").style.background = "url(img/menu/left.gif) no-repeat";
	document.getElementById("c-mid").style.background = "url(img/menu/bg.gif) repeat-x";
	document.getElementById("c-right").style.background = "url(img/menu/right.gif) no-repeat";
	}
	
	function coff(){
	document.getElementById("c-left").style.background = "";
	document.getElementById("c-mid").style.background = "";
	document.getElementById("c-right").style.background = "";
	}
	
	function don(){
	document.getElementById("d-left").style.background = "url(img/menu/left.gif) no-repeat";
	document.getElementById("d-mid").style.background = "url(img/menu/bg.gif) repeat-x";
	document.getElementById("d-right").style.background = "url(img/menu/right.gif) no-repeat";
	}
	
	function doff(){
	document.getElementById("d-left").style.background = "";
	document.getElementById("d-mid").style.background = "";
	document.getElementById("d-right").style.background = "";
	}
	
	
	
	
	function showNeedToBeLoggedIn(sender) {
	    alert("Du maste vara inloggad for att anvanda den har functionen, click har for att logga in! (TODO Snygga till det har!)");
	}
