	function formHandler(form, typ ) {
		if ( typ == "kategoria" )  {
			var URL = kategoria.kategoria.options[kategoria.kategoria.selectedIndex].value;
		}
		if ( typ == 'rocnik' )  {
			var URL = '?rocnik='+rocnik.rocnik.options[rocnik.rocnik.selectedIndex].value;
		}
		if ( typ == "menu" )  {
			var URL = menu.menu.options[menu.menu.selectedIndex].value;
		}
		if ( typ == "supiska" )  {
			var URL = supiska.supiska.options[supiska.supiska.selectedIndex].value;
		}
		if ( typ == "diel" )  {
			var URL = diel.diel.options[diel.diel.selectedIndex].value;
		}
		if ( typ == 'top10kat' )  {
			var URL = '?top10kat='+top10kat.top10kat.options[top10kat.top10kat.selectedIndex].value;
			//var URL = top10kat.top10kat.options[top10kat.top10kat.selectedIndex].value;
		}
		if ( typ == "klub" )  {
			var URL = '?klub='+klub.klub.options[klub.klub.selectedIndex].value;
		}
		if ( typ == 'strankatop' )  {
			var URL = '?strankatop='+strankatop.strankatop.options[strankatop.strankatop.selectedIndex].value;
		}
		location.href=URL;
	}



	function formSubmit( thisForm, submit ) {
		thisForm.submit_type.value = submit;

		//alert(thisForm.submit_value.value);
		thisForm.submit();
	}

	function OpenPopUp( URL) {

//		if ( klimavex_print ) {
//		 klimavex_print.close();		
//		}
		
		//var windowWidth = windowWidth + 0;
		//var windowHeight = windowHeight + 0;

		klimavex_print = window.open( URL, 'klimavex_print', 'menubar=1, scrollbars=1, resizable=1');
	}
