function select_sted()
	{
		if(!document.getElementById("select_sted")) return false;
		
		var elem = document.getElementById("select_sted");
						
		elem.onchange = function()
			{
				str = "forhandlere.asp?m=11038&L=" + elem.value 
				window.location = str;
			}
	}
	
window.onload = function()
	{
		//select_sted();
	}