﻿function PrejdiNaSeznam() {
	var x = document.getElementById("SeznamSelect");
	window.location = x.options[x.selectedIndex].value;
}
