function jumpto(where) {//spis tam dat nejakej submit
        if (where != '') {
        location.href = where;
        }
        //document.forms[0].elements[0].selectedIndex = 0;
     }
     
function autoSubmitForm() {
	document.forms['slevy'].submit();
}
