function view_over(nr){
  if(nr==1){
    document.getElementById("pokaz1").src ="gfx/header/index/we-care-on.png";
    document.getElementById("box-content1").style.display='block';
    document.getElementById("box-content2").style.display='none';
    document.getElementById("box-content3").style.display='none';
  }else if(nr==2){
    document.getElementById("pokaz2").src ="gfx/header/index/well-being-on.png";
    document.getElementById("box-content1").style.display='none';
    document.getElementById("box-content2").style.display='block';
    document.getElementById("box-content3").style.display='none';
  }else if(nr==3){
    document.getElementById("pokaz3").src ="gfx/header/index/service-on.png";
    document.getElementById("box-content1").style.display='none';
    document.getElementById("box-content2").style.display='none';
    document.getElementById("box-content3").style.display='block';
  }
}

function view_out(){
    document.getElementById("pokaz1").src ="gfx/header/index/we-care.png";
    document.getElementById("pokaz2").src ="gfx/header/index/well-being.png";
    document.getElementById("pokaz3").src ="gfx/header/index/service.png";
    
    document.getElementById("box-content1").style.display='none';
    document.getElementById("box-content2").style.display='none';
    document.getElementById("box-content3").style.display='none';
}


function country(nr){
   if(nr=="dk"){
     //window.location = "http://www.edensprings.dk/";
     window.open('http://www.edensprings.dk/', 'dk').focus();
   }else if(nr=="ee"){
     //window.location = "http://www.edensprings.ee/";
     window.open('http://www.edensprings.ee/', 'ee').focus();
   }else if(nr=="fi"){
     //window.location = "http://www.edensprings.fi/";
     window.open('http://www.edensprings.fi/', 'fi').focus();
   }else if(nr=="fr"){
     //window.location = "http://www.chateaudeau.com/";
     window.open('http://www.chateaudeau.com/', 'com').focus();
   }else if(nr=="de"){
     //window.location = "http://www.edensprings.de/";
     window.open('http://www.edensprings.de/', 'de').focus();
   }else if(nr=="lv"){
     //window.location = "http://www.edensprings.lv/";
     window.open('http://www.edensprings.lv/', 'lv').focus();
   }else if(nr=="lt"){
     //window.location = "http://www.edensprings.lt/";
     window.open('http://www.edensprings.lt/', 'lt').focus();
   }else if(nr=="lu"){
     //window.location = "http://www.chateaudeau.lu/";
     window.open('http://www.chateaudeau.lu/', 'lu').focus();
   }else if(nr=="nl"){
     //window.location = "http://www.edensprings.nl/";
     window.open('http://www.edensprings.nl/', 'nl').focus();
   }else if(nr=="no"){
     //window.location = "http://www.edensprings.no/";
     window.open('http://www.edensprings.no/', 'no').focus();
   }else if(nr=="pl"){
     //window.location = "http://www.eden.pl/index,pl.html";
     window.open('http://www.eden.pl/index,pl.html', 'pl').focus();
   }else if(nr=="es"){
     //window.location = "http://www.aguaeden.es/";
     window.open('http://www.aguaeden.es/', 'es').focus();
   }else if(nr=="se"){
     //window.location = "http://www.edensprings.se/";
     window.open('http://www.edensprings.se/', 'se').focus();
   }else if(nr=="ch"){
     //window.location = "http://www.edensprings.ch/";
     window.open('http://www.edensprings.ch/', 'ch').focus();
   }else if(nr=="uk"){
     //window.location = "http://www.edensprings.co.uk/";
     window.open('http://www.edensprings.co.uk/', 'uk').focus();
   }
 }

