// INIT
Shadowbox.loadSkin();
Shadowbox.loadLanguage('fr', 'js/shadowbox/lang');
Shadowbox.loadPlayer(['flv', 'html', 'iframe', 'img', 'qt', 'swf', 'wmp'], 'js/shadowbox/player');


// WINDOW ONLOAD
window.onload = function(){
    Shadowbox.init({
		animate         : true, 
		continuous      : true, 
		initialHeight	: 100,
		initialWidth	: 100,
		handleOversize  : "resize",
		displayNav		: true,
		displayCounter	: true,
		counterType     : "skip", 
		counterLimit	: 50, 
		slideshowDelay  : 0, 
		animSequence    : "sync" // ATTENTION PAS DE ","
    });
	//
};


