function o(katalog) {
	$.ajax({
		url: "o_js.php", 
		data: "kat="+katalog,
		dataType: "script",
		async: false
	}); 
}
