function turner(root) {
	var eSelect = document.getElementById('select-turner').selectedIndex + 1;
	window.location = root + "hirek/page" + eSelect;
}
$(document).ready(function() {
	$("#popup").click(function() {
		$(this).fadeOut(500);
	});
});
