var URLSWF = _ROOT_URL+'gene/src/';

Shadowbox.loadSkin('classic', URLSWF+'skin');
Shadowbox.loadLanguage('fr', URLSWF+'lang');
Shadowbox.loadPlayer(['flv'], URLSWF+'player');

window.onload = function(){
	Shadowbox.init({
		// skip the automatic setup, we'll do this later manually
		onClose : function() {
			init_video.delay(2000);
		}	
	});
};

function init_video() {
	switch_video=0;
}
