function posortuj(s)
{
	var sortuj = s.options[s.selectedIndex].value;
//	parent.main.location.href = sortuj;
	document.location.href = sortuj;
}
