//A görgetési sebesség beállítása
var $speed = 1400;

$(window).load(function(){
	//Javascript test.
	$('body').removeClass('noJS');
	
	if($('#fl_menu').position()){
	    menuPosition=$('#fl_menu').position().top;
        FloatMenu();
    }
       
    $('#gallery').galleria({
		width:800,
		height:600
	});
    
    $('#order').click(function(){
        $('#darken').fadeIn('slow');
    });
    
    $('#darken').click(function(){
        $(this).fadeOut('slow');
    });
    
    startEditor();
    startslider();
});

