
//Navigationsknappar - www.ievvs.com och www.ieror.com

function Hem() {
  window.location.href = "index.html"; 
  }
function Foretaget() {
  window.location.href = "foretaget.html";
  }
function Produkter() {
  window.location.href = "produkter.html"; 
  }
function Tjanster(){
  window.location.href = "tjanster.html";
  }
function Harfinnsvi(){
  window.location.href = "harfinnsvi.html";
  }
function Kontaktaoss(){
  window.location.href = "kontaktaoss.html";
  }
function Bildsida(){
  window.location.href = "IER-bildsida.html";
  }
//Pop-up-fönster

function IEVVS_openBrWindow(theURL,winName,features){ //v2.0
  window.open(theURL,winName,features);
  }


