changeShop = function(){
	window.location.href='http://www.tom-tailor.'+$('ShopSelector').value;
}

changeSprache = function(){
	if (window.location.href.match(/\?/)) {
		window.location.href = window.location.href + '&language=' + $('SprachSelector').value;
	}else{
		window.location.href = window.location.href + '?language=' + $('SprachSelector').value;
	}
}

/*
changeShop = function(){
	window.location.href='http://83.172.129.80/?shopID='+$('ShopSelector').value.toUpperCase();
}

changeSprache = function(){
	window.location.href='http://83.172.129.80/?language='+$('SprachSelector').value;
}
*/
