$(function() {
	$('#Home').fullImage({
    	'script': '/fullImage.php',
    	'empty' : '/medias/images/empty.png',
    	'file' 	:  $('#Home').attr('data-file'),
    	'width' : $('#Home').attr('data-width'),
    	'height': $('#Home').attr('data-height'),			
    });
});
