var flashvars = {};
var params = {};
var attributes = {};
    swfobject.embedSWF(swf_path+"banner_head.swf", "banner", "728", "90", "9.0.0", swf_path+"expressInstall.swf", flashvars, params, attributes);
	
stepcarousel.setup({
	galleryid: 'groupe_evian', //id of carousel DIV
	beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
	panelclass: 'panel', //class of panel DIVs each holding content
	autostep: {enable:true, moveby:1, pause:2000},
	panelbehavior: {speed:300, wraparound:true, persist:false},
	defaultbuttons: {enable: false, moveby: 1, leftnav: [images_path+'arrowleft.gif', -44, 21], rightnav: [images_path+'arrowright.gif', 24, 21]},
	statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels
	contenttype:  ['ajax', contenttype_value] //content setting ['inline'] or ['ajax', 'path_to_external_file']
})

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

window.onload = function(){

    Shadowbox.init();
		// ici on met les autres fonctions à exécuter au lancement de la page (onload)
};
