function initHome(){
	contact_btn=new Image; contact_btn.src= rootUrl + 'images/home/btn_contact_on.gif';
	decouvrir_courtes_btn=new Image; decouvrir_courtes_btn.src= rootUrl + 'images/home/btn_decouvrir_form_courtes_on.gif';
	decouvrir_prog_btn=new Image; decouvrir_prog_btn.src= rootUrl + 'images/home/btn_decouvrir_form_prog_on.gif';
	faq_btn=new Image; faq_btn.src= rootUrl + 'images/home/btn_faq_on.gif';
	financer_btn=new Image; financer_btn.src= rootUrl + 'images/home/btn_financer_form_on.gif';
	inscrire_courtes_btn=new Image; inscrire_courtes_btn.src= rootUrl + 'images/home/btn_inscrire_form_courtes_on.gif';
	inscrire_prog_btn=new Image; inscrire_prog_btn.src= rootUrl + 'images/home/btn_inscrire_form_prog_on.gif';
	
	var so = new SWFObject( rootUrl + "swf/bandeau_top.swf", "bandeau_top", "806", "127", "8", "#f8f8f8", true);
	so.useExpressInstall(rootUrl + 'swf/expressinstall.swf');
	so.addParam("quality", "high");
	so.addParam("salign", "t");
	so.addParam("wmode", "transparent");
	so.write("bandeau_container");
	
	var so = new SWFObject( rootUrl + "swf/player_video.swf", "player_video", "228", "208", "8", "#85181D", true);
	so.useExpressInstall(rootUrl + 'swf/expressinstall.swf');
	so.addParam("quality", "high");
	so.addParam("salign", "t");
	so.write("flash_video");
	
}