if (navigator.userLanguage) {theAgent = navigator.userLanguage;}
else {theAgent = navigator.language;}
 if (theAgent.indexOf('en') != -1) {location.href = "http://www.kerakoll.com/en/home?lang=en";}
 else if (theAgent.indexOf('es') != -1) {location.href = "http://www.kerakoll.com/es/home?lang=es";}
 else if (theAgent.indexOf('it') != -1) {location.href = "http://www.kerakoll.com/it/home?lang=it";}
 else if (theAgent.indexOf('de') != -1) {location.href = "http://www.kerakoll.com/de/home?lang=de";} 
 else if (theAgent.indexOf('hu') != -1) {location.href = "http://www.kerakoll.hu";}
 //else if (theAgent.indexOf('sv') != -1) {location.href = "http://www.KERAKOLLSVERIGE.SE";} 
 //else if (theAgent.indexOf('de') != -1) {location.href = "http://products.kerakoll.com/catalogo.asp?id_lingua=3";}
 else if (theAgent.indexOf('fr') != -1) {location.href = "http://www.kerakoll.com/fr/home?lang=fr";}
 else if (theAgent.indexOf('pt') != -1) {location.href = "http://www.kerakoll.com/pt/home?lang=pt";}  
 else if (theAgent.indexOf('pl') != -1) {location.href = "http://www.kerakoll.com/pl/home?lang=pl";} 
 else if (theAgent.indexOf('el') != -1) {location.href = "http://www.kerakoll.com/el/home?lang=el";} 
 //else if (theAgent.indexOf('en') != -1) {location.href = "http://products.kerakoll.com/catalogo.asp?id_lingua=11";}
 else {  
	 //location.href="http://products.kerakoll.com/catalogo.asp?id_lingua=2";
	 location.href="http://www.kerakoll.com/en/home?lang=en";
 }


function fnChangeLang(cambialng) {
  alert("/"+cambialng+"/home?lang="+cambialng);
  alert(cambialng);
}
