function changeShop(domain){
	var site="/index.html";

	if((domain == "leer1") || (domain== "leer2")){
		return 1;
	}
	if( domain=="www-no" ){
		document.location.href = "http://www.navabi-norge.com" + site;
		return;
	}
	else if( domain=="www-fi"){
		document.location.href = "http://www.navabi-suomi.com" + site;
		return;		
	}
	else if(domain=="www-ir"){
		document.location.href = "http://www.navabi-iran.com" + site;
		return;		
	}
	else if(domain=="www-bh"){
		document.location.href = "http://www.navabi-bahrain.com" + site;
		return;		
	}
	else if(domain=="www-om"){
		document.location.href = "http://www.navabi-oman.com" + site;
		return;		
	}
	else if(domain=="www-qa"){
		document.location.href = "http://www.navabi-qatar.com" + site;
		return;		
	}
	else if(domain=="www-kw"){
		document.location.href = "http://www.navabi-kuwait.com" + site;
		return;		
	}
	else if(domain=="www-sa"){
		document.location.href = "http://www.navabi-saudi.com" + site;
		return;		
	}
	else if(domain=="www-eg"){
		document.location.href = "http://www.navabi-egypt.com" + site;
		return;		
	}
	else if(domain=="www-ae"){
		document.location.href = "http://www.navabi-uae.com" + site;
		return;		
	}
	else if(domain=="www-au"){
		document.location.href = "http://www.navabi-australia.com" + site;
		return;		
	}
	var site="/index.html";
	var dom = domain.split("-");
	document.location.href = "http://" + dom[0] + ".navabi." + dom[1] + site;
}
