	function langselect(){
	
		var a = document.getElementById('langselect').options[document.getElementById('langselect').selectedIndex].value;
	
		if(a=="en"){
			document.location.href="http://www.pharmarelations.com";
		}		
		if(a=="se"){
			document.location.href="http://www.pharmarelations.se";
		}
		if(a=="dk"){
			document.location.href="http://www.pharmarelations.com";
		}
		if(a=="no"){
			document.location.href="http://www.pharmarelations.se";
		}
	}