
$.ajaxSetup ({ 
    cache: false 
}); 


$(document).ready(function() {
 
	$('.menu-item div').mouseover(function () { $('a', this).css('color','#df6d31'); } );
	$('.menu-item div').mouseout(function () { $('a', this).css('color','#9f9f9f'); } );

	$('.menu-item').click(function() {   window.location = $("div a", this).attr('href'); });
 
});


	


function checkMezok(c)
{
  if(c=='nincs') return true;
 	$('.uinp').trigger('blur');
		var mehet=true;
		$('.' + c).css('background-color','');
		$('.' + c).filter(function(index)	{	mezoures = $(this).attr('value').length ; 	if(!mezoures) mehet=false; return !mezoures;}).css('background-color','#2f1414'); 
			
 return mehet;
}


	
function arfolyam()
 {
	 $('#arfolyam').load('ajax_arfolyam.php');
	}


			



