$(document).ready(function(){ 
    
    /* főoldali plakát */
    $("a#bigpicture").fancybox({
        'opacity'        : true,
        'overlayShow'    : false,
        'transitionIn'   : 'fade',
        'transitionOut'  : 'fade',
        'titlePosition'  : 'inside',
        'overlayShow'    : true,
        'overlayColor'   : '#000',
        'overlayOpacity' : 0.5,
        'autoScale'      : false
    });
    if($("a#bigpicture").length == 1){
        $("a#bigpicture").triggerHandler('click');
    }
});

function mutat(id) {
		document.getElementById(id).className = "mutat";
}

function rejt(id) {
		document.getElementById(id).className = "rejt";
}
