$(document).ready(function()
{
	$("a.popup").click(function(e){
		e.preventDefault();
		var ft_popup = window.open(this.href, 'ft_popup', 'toolbar=no,scrollbars=no,location=no,statusbar=no,menubar=no,resizable=yes,width=425,height=400,left=300,top=200');
	});
	$("a.artablazat").click(function(e){
		e.preventDefault();
		var ft_popup = window.open(this.href, 'ft_popup', 'toolbar=no,scrollbars=yes,location=no,statusbar=no,menubar=no,resizable=yes,width=700,height=400,left=200,top=200');
	});
	
	$('input.date').each(function(){
		$(this).datepicker({dateFormat: 'yy-mm-dd'});
	});
	
	$('input.default_sucks').bind('focus.ds',function(){
		$(this).val('');
		$(this).unbind('focus.ds');
	});
	$("a.nyomtatas").click(function(e){
		e.preventDefault();
		window.print();
	});
	
	if (typeof(pngFix)!='undefined') $('div.category').pngFix( );
   
    $("#content img").noContext();
	
});
