function change_foto(foto){
  document.getElementById('hoofd_foto').src = './img/shop/verkleind/' + foto;
  document.getElementById('hoofd_foto_a').href = './img/shop/' + foto;
}

$(document).ready(function(){
    $(".fancybox-img").fancybox({
        'transitionIn'	:	'elastic',
        'transitionOut'	:	'elastic',
        'speedIn'		:	600, 
        'speedOut'		:	200, 
        'titlePosition' 		: 'inside'
    });
    
    
    $('#header').css('cursor','pointer');
    $('#header').click(function(){
        window.location = "http://www.obius.be";
    });
});
