$(function(){
/* flash
------------------------------------------------------------------------------*/
	/*if($("#flash-home").length)
	{
		$("#flash-home").flash(
			{
				src:"flash/home.swf",
				width:980,
				height:460,
				flashvars:{
					// xml:"flash/configuration.xml",
					image:"flash/home.jpg"
				}
			},
			{version:8}
		);
	}
	
	if($("#flash-recherche").length)
	{
		$("#flash-recherche").flash(
			{
				src:"/Style%20library/AXA_FR/flash/recherche.swf",
				width:260,
				height:340,
				flashvars:{
					// xml:"flash/configuration.xml",
				},
				wmode:"transparent"
			},
			{version:8}
		);
	}*/
});
/* EOF
------------------------------------------------------------------------------*/