/*var shopping = document.getElementById("hideMenue");*/
function byt_atr()
				 {
				 var shopping = document.getElementById("hideMenue");
				 shopping.setAttribute("id", "showMenue");
				 }
				 
function showAktuellt()
				 {
				 var aktuellt = document.getElementById("hideAktuellt");
				 aktuellt.setAttribute("id", "showAktuellt");
				 }
				 
/*var hideInlogg = document.getElementById("logg_in_table_show");*/
function hide()
				 {
				 var shoppingHide = document.getElementById("showMenue");
				 shoppingHide.setAttribute("id", "hideMenue");
				 }
				 
function hideAktuellt()
				 {
				 var aktuelltHide = document.getElementById("showAktuellt");
				 aktuelltHide.setAttribute("id", "hideAktuellt");
				 }
