navn_01_on=new Image();
navn_01_on.src="static/img/but_home_on.gif";
navn_01_of=new Image();
navn_01_of.src="static/img/but_home_of.gif";

navn_02_on=new Image();
navn_02_on.src="static/img/but_about_on.gif";
navn_02_of=new Image();
navn_02_of.src="static/img/but_about_of.gif";

navn_03_on=new Image();
navn_03_on.src="static/img/but_news_on.gif";
navn_03_of=new Image();
navn_03_of.src="static/img/but_news_of.gif";

navn_04_on=new Image();
navn_04_on.src="static/img/but_contact_on.gif";
navn_04_of=new Image();
navn_04_of.src="static/img/but_contact_of.gif";

navn_05_on=new Image();
navn_05_on.src="static/img/but_shop_on.gif";
navn_05_of=new Image();
navn_05_of.src="static/img/but_shop_of.gif";

function rollIn(imgName) {
  document[imgName].src=eval(imgName + "on.src")
}

function rollOut(imgName){
  document[imgName].src=eval(imgName + "of.src")
}

function setLanguage(lang) {
  document.forms["lang"].lang.value=lang;
  document.forms["lang"].forward.value= window.location.pathname + window.location.search;
  document.forms["lang"].submit();
}
