<!-- //<![CDATA[

function KontrollI(Brev)
{

    if (Brev.namn.value == "")
   {
     alert("Var snäll och fyll i ert namn!");
     Brev.namn.focus();
     return (false);
    }
    if (Brev.email.value == "")
   {
     alert("Var snäll och fyll i er emailadress!");
     Brev.email.focus();
     return (false);
    }
    return (true);
}

function Kontroll(Brev)
{
    if (Brev.knamn.value == "")
   {
     alert("Var snäll och fyll i ert namn!");
     Brev.knamn.focus();
     return (false);
    }
    if (Brev.kemail.value == "")
   {
     alert("Var snäll och fyll i er emailadress!");
     Brev.kemail.focus();
     return (false);
    }
    return (true);
}

function kollaAdress(adress){
  if(!/^.+@.+\..+$/.test(adress)){
    alert("Var snäll och kontrollera er email-adress!");
    return (false);
    }
    return (true);
}

window.defaultStatus="Nordiska Hem Lifestyle AB";

//stora bilder

function popUp9() {
props=window.open('bilder/kartabig.jpg', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=510, height=490, left = 100, top = 100');
}


var storBild;

function setStorBild() {
  storBild = document.getElementById('storBildID');
}
window.onload = setStorBild;



// ]]> -->