<!--
    function goSelected(x) {
		if(x == "nothing") {
			return;
		}
	 	else {
	   		window.location.pathname = "/taxonomy/term/"+x;
		}
	}

	function goSelectedCodec(x) {
		if(x == "nothing") {
			return;
		}
	 	else {
	   		window.location.pathname = "/blu-ray-filme/codec/"+x;
		}
	}

	function goSelectedFSK(x) {
		if(x == "nothing") {
			return;
		}
	 	else {
	   		window.location.pathname = x;
		}
	}

	function goSelectedTrophaeen(x) {
		if(x == "nothing") {
			return;
		}
	 	else {
	   		window.location.pathname = x;
		}
	}
-->