
	function highlight_row(obj,w) {
		if (w == 1) obj.className = 'aktivni';
		else obj.className = '';
	}
	
