//Ce fichier contient des fonctions qui permettent l'agrandissement et la reduction des zones qui contiennent des expand banners
//Creation: 2006-09-29 Alexandre Monteiro



/*Fonction qui permet d'agrandir la zone  pour les expand banner*/
function AgrandirExpand2(zone, hauteur, largeur){	
	//alert('Coucou');
	document.getElementById(zone.id).height=hauteur;
	document.getElementById(zone.id).width=largeur;
}

function ReduireExpand2(zone, hauteur, largeur){
	
	setTimeout(function(){
		document.getElementById(zone.id).height=hauteur;
		document.getElementById(zone.id).width=largeur;}
	,1250);
	
}

//Utilisé pour le corner conforama --> semaine 42

function AgrandirExpand(zone, hauteur, largeur){	
	//alert (zone.id);
	
	if(document.getElementById(zone.id).height!=hauteur){ //IE Firfox Opera
		//alert (zone.id);
		document.getElementById(zone.id).height=hauteur;
		document.getElementById(zone.id).width=largeur;
	}
	
	//setTimeout (ReduireExpand(zone,115,115), 5000); //Pour réduire automatiquement au bout de 5 sec
}

function ReduireExpand(zone, hauteur, largeur){
	
	//alert("Coucou");
	
	//A retirer --> spécifique au corner SG semaine 11,12
	hauteur=105;
	largeur=108;
	
	if (document.all){ //IE Safari
		//alert ("Coucou");
		setTimeout(function(){
			document.all.espace1.height=hauteur;
			document.all.espace1.width=largeur;
		}
		,1250);
	}
	else{ //Firefox Opera
		//alert("Coucou2");
		setTimeout(function(){
			document.espace4.height=hauteur;
			document.espace4.width=largeur;
		}
		,1250);
	}
}

function dclk_show(){
	if(document.getElementById(espace1.id).height!=500){ //IE Firefox Opera
		document.getElementById(espace1.id).height=1;
		document.getElementById(espace1.id).width=1;
		//document.getElementById(espace2.id).height=1;
		//document.getElementById(espace2.id).width=1;		
		document.getElementById(espace3.id).height=500;
		document.getElementById(espace3.id).width=500;
		//document.getElementById(espace4.id).height=500;
		//document.getElementById(espace4.id).width=500;
	}
}
	
function dclk_hide(){
	//document.getElementById(espace1.id).height=120;
	//document.getElementById(espace1.id).width=120;
	//document.getElementById(espace2.id).height=120;
	//document.getElementById(espace2.id).width=120;
	//document.getElementById(espace3.id).height=1;
	//document.getElementById(espace3.id).width=1;
	//document.getElementById(espace4.id).height=1;
	//document.getElementById(espace4.id).width=1;	
	if (document.all){ //IE Safari
		setTimeout(function(){
			document.all.espace1.height=120;
			document.all.espace1.width=120;
			document.all.espace3.height=1;
			document.all.espace3.width=1;
		}
		,1250);
	}
	else{ //Firefox Opera
		setTimeout(function(){
			document.espace2.height=120;
			document.espace2.width=120;
			document.espace4.height=1;
			document.espace4.width=1;
		}
		,1250);
	}
}

//Fonction qui permet d'afficher une animation flash
//@date: 2006-10-09
//@author: Alexandre Monteiro
//Cette méthode résoud le problème de besoin de cliquer sur l'animation pour l'activer suite à une mise a jour de windows
//Affiche l'expand banner BNP
function afficheFlash(){

	document.write('<div id=espace0 style="position:absolute;top:10;"> ');
	document.write('<OBJECT id=espace3 border=0 valign=top onMouseOver="javascript:AgrandirExpand(espace3,500,480);" onMouseOut="javascript:ReduireExpand(espace3,70,480);" ');
	document.write('classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write('height="60" width="500" ');
	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,16,0" ');
	document.write('> ');
		document.write('<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/BNP_expandbanner.swf"> ');
		document.write('<PARAM NAME=quality VALUE="high"> ');
		document.write('<PARAM NAME=salign VALUE="TL"> ');
		document.write('<PARAM NAME=scale VALUE="noscale"> ');
		document.write('<PARAM NAME=wmode VALUE="transparent"> ');
		
		document.write('<EMBED id=espace2 width=480 ');
		document.write('onMouseOver="javascript:AgrandirExpand(espace2,1000,480);" ');
		document.write('onMouseOut="javascript:ReduireExpand(espace2,70,480);" ');
		document.write('src="http://www.sourcea.fr/images/BNP_expandbanner.swf" ');
		document.write('quality="high" NAME="BNP_expandtribanner_sourcea3.swf" SCALE="noscale" ');
		document.write('salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
		document.write('PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
		document.write('</EMBED> ');
		
	document.write('</OBJECT> ');
	document.write('</div> ');
}

//Affiche l'expand banner BNP 2006-11-10
function afficheFlash3(){

	document.write('<div id=espace0 style="position:absolute;top:10;"> ');
	document.write('<OBJECT id=espace3 border=0 valign=top onMouseOver="javascript:AgrandirExpand(espace3,500,480);" onMouseOut="javascript:ReduireExpand(espace3,70,480);" ');
	document.write('classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write('height="60" width="500" ');
	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,16,0" ');
	document.write('> ');
		document.write('<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/BNP_expandbanner4.swf"> ');
		document.write('<PARAM NAME=quality VALUE="high"> ');
		document.write('<PARAM NAME=salign VALUE="TL"> ');
		document.write('<PARAM NAME=scale VALUE="noscale"> ');
		document.write('<PARAM NAME=wmode VALUE="transparent"> ');
		
		document.write('<EMBED id=espace2 width=480 ');
		document.write('onMouseOver="javascript:AgrandirExpand(espace2,1000,480);" ');
		document.write('onMouseOut="javascript:ReduireExpand(espace2,70,480);" ');
		document.write('src="http://www.sourcea.fr/images/BNP_expandbanner4.swf" ');
		document.write('quality="high" NAME="BNP_expandtribanner_sourcea3.swf" SCALE="noscale" ');
		document.write('salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
		document.write('PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
		document.write('</EMBED> ');
		
	document.write('</OBJECT> ');
	document.write('</div> ');
}



// Cette fonction permet de ne pas générer d'erreur dans l'une des expand banners BNP
function setFlashHeight(nom,hauteur){
	
}
function setFlashWidth(nom,hauteur){
	
}


// Affiche le corner BNP

function afficheFlash2(){	

document.write('<div style="position:absolute;left:0;top:0;"> ');
document.write('	<OBJECT id=espace1 border=0 valign=top ');
document.write('		onMouseOver="javascript:AgrandirExpand(espace1,330,430);" ');
document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
document.write('		height="110" width="110" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,16,0" ');
document.write('	> ');
document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/BNP_cornersourcea4.swf"> ');
document.write('		<PARAM NAME=quality VALUE="high"> ');
document.write('		<PARAM NAME=salign VALUE="TL"> ');
document.write('		<PARAM NAME=scale VALUE="noscale"> ');
document.write('		<PARAM NAME=wmode VALUE="transparent"> ');

document.write('		<EMBED id=espace4 onMouseOver="javascript:AgrandirExpand(espace4,330,430);" ');
document.write('			src="http://www.sourcea.fr/images/BNP_cornersourcea4.swf" ');
document.write('			quality="high" NAME="Corner.swf" SCALE="noscale" ');
document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
document.write('			</EMBED> ');
document.write('		</OBJECT> ');
		
document.write('	</div> ');
}

// Affiche le corner Ajilon

function afficheFlash4(){	

document.write('<div style="position:absolute;left:0;top:0;"> ');
document.write('	<OBJECT id=espace1 border=0 valign=top ');
document.write('		onMouseOver="javascript:AgrandirExpand(espace1,330,430);" ');
document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
document.write('		height="110" width="110" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,16,0" ');
document.write('	> ');
document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/Ajilon_corner3.swf"> ');
document.write('		<PARAM NAME=quality VALUE="high"> ');
document.write('		<PARAM NAME=salign VALUE="TL"> ');
document.write('		<PARAM NAME=scale VALUE="noscale"> ');
document.write('		<PARAM NAME=wmode VALUE="transparent"> ');

document.write('		<EMBED id=espace4 onMouseOver="javascript:AgrandirExpand(espace4,330,430);" ');
document.write('			src="http://www.sourcea.fr/images/Ajilon_corner3.swf" ');
document.write('			quality="high" NAME="Corner.swf" SCALE="noscale" ');
document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
document.write('			</EMBED> ');
document.write('		</OBJECT> ');
		
document.write('	</div> ');
}

// Affiche le corner Ajilon

function afficheFlash5(){	

document.write('<div style="position:absolute;left:0;top:0;"> ');
document.write('	<OBJECT id=espace1 border=0 valign=top ');
document.write('		onMouseOver="javascript:AgrandirExpand(espace1,330,430);" ');
document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
document.write('		height="110" width="110" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,16,0" ');
document.write('	> ');
document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/Ajilon_corner4.swf"> ');
document.write('		<PARAM NAME=quality VALUE="high"> ');
document.write('		<PARAM NAME=salign VALUE="TL"> ');
document.write('		<PARAM NAME=scale VALUE="noscale"> ');
document.write('		<PARAM NAME=wmode VALUE="transparent"> ');

document.write('		<EMBED id=espace4 onMouseOver="javascript:AgrandirExpand(espace4,330,430);" ');
document.write('			src="http://www.sourcea.fr/images/Ajilon_corner4.swf" ');
document.write('			quality="high" NAME="Corner.swf" SCALE="noscale" ');
document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
document.write('			</EMBED> ');
document.write('		</OBJECT> ');
		
document.write('	</div> ');

}

// Affichage du Skycrapper Groupama dans la page de résultats des annonces --> semaine 8
function afficheFlash6(){	

document.write('<div style=""> ');
document.write('	<OBJECT border=0 valign=top ');
document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
document.write('		height="600" width="120" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,16,0" ');
document.write('	> ');
document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/groupama-120x600-recrute.swf"> ');
document.write('		<PARAM NAME=quality VALUE="high"> ');
document.write('		<PARAM NAME=salign VALUE="TL"> ');
document.write('		<PARAM NAME=scale VALUE="noscale"> ');
document.write('		<PARAM NAME=wmode VALUE="transparent"> ');

document.write('		<EMBED ');
document.write('			src="http://www.sourcea.fr/images/groupama-120x600-recrute.swf" ');
document.write('			quality="high" NAME="Corner.swf" SCALE="noscale" ');
document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
document.write('			</EMBED> ');
document.write('		</OBJECT> ');
		
document.write('	</div> ');


}

// Affiche le corner Coca Cola en page d'accueil --> semaine 9

function afficheFlash7(){	

document.write('<div style="position:absolute;left:0;top:0;"> ');
document.write('	<OBJECT id=espace1 border=0 valign=top ');
document.write('		onMouseOver="javascript:AgrandirExpand(espace1,330,430);" ');
document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
//document.write('		height="110" width="110" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,16,0" ');
document.write('	> ');
//document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/kjcorner_20060303.swf"> ');
document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/CornerCoca2.swf"> ');
document.write('		<PARAM NAME=quality VALUE="high"> ');
document.write('		<PARAM NAME=salign VALUE="TL"> ');
document.write('		<PARAM NAME=scale VALUE="noscale"> ');
document.write('		<PARAM NAME=wmode VALUE="transparent"> ');

document.write('		<EMBED id=espace4 onMouseOver="javascript:AgrandirExpand(espace4,330,430);" ');
//document.write('			src="http://www.sourcea.fr/images/kjcorner_20060303.swf" ');
document.write('			src="http://www.sourcea.fr/images/CornerCoca2.swf" ');
document.write('			quality="high" NAME="Corner.swf" SCALE="noscale" ');
document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
document.write('			</EMBED> ');
document.write('		</OBJECT> ');
		
document.write('	</div> ');
}

// Affiche le corner site alternance en page d'accueil --> semaine 10

function afficheFlash8(){	

document.write('<div style="position:absolute;left:0;top:0;"> ');
document.write('	<OBJECT id=espace1 border=0 valign=top ');
document.write('		onMouseOver="javascript:AgrandirExpand(espace1,330,430);" ');
document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
//document.write('		height="110" width="110" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,16,0" ');
document.write('	> ');
//document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/kjcorner_20060303.swf"> ');
document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/SiteAlternanceC.swf"> ');
document.write('		<PARAM NAME=quality VALUE="high"> ');
document.write('		<PARAM NAME=salign VALUE="TL"> ');
document.write('		<PARAM NAME=scale VALUE="noscale"> ');
document.write('		<PARAM NAME=wmode VALUE="transparent"> ');

document.write('		<EMBED id=espace4 onMouseOver="javascript:AgrandirExpand(espace4,330,430);" ');
//document.write('			src="http://www.sourcea.fr/images/kjcorner_20060303.swf" ');
document.write('			src="http://www.sourcea.fr/images/SiteAlternanceC.swf" ');
document.write('			quality="high" NAME="Corner.swf" SCALE="noscale" ');
document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
document.write('			</EMBED> ');
document.write('		</OBJECT> ');
		
document.write('	</div> ');
}


// Affiche le corner Caisse d'Epargne en page d'accueil --> semaine 25

function afficheFlash9(){	

document.write('<div style="position:absolute;left:0;top:0;background-color:red;"> ');
document.write('	<OBJECT id=espace1 border=0 valign=top width=115 height=115');
document.write('		onMouseOver="javascript:AgrandirExpand(espace1,500,500);" ');
document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
//document.write('		height="110" width="110" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,16,0" ');
document.write('	> ');
document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/CGE-Corner.swf?clicktag=http://www.google.fr"> ');
document.write('		<PARAM NAME=clicktag VALUE=http://www.google.fr"> ');
document.write('		<PARAM NAME=quality VALUE="high"> ');
document.write('		<PARAM NAME=salign VALUE="TL"> ');
document.write('		<PARAM NAME=scale VALUE="noscale"> ');
document.write('		<PARAM NAME=wmode VALUE="transparent"> ');

document.write('		<EMBED id=espace4 onMouseOver="javascript:AgrandirExpand(espace4,500,500);" ');
//document.write('			src="http://www.sourcea.fr/images/kjcorner_20060303.swf" ');
document.write('			src="http://www.sourcea.fr/images/CGE-Corner.swf?clicktag=http://www.google.fr" width=110 height=110');
document.write('			quality="high" NAME="Corner.swf" SCALE="noscale" ');
document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
document.write('			</EMBED> ');
document.write('		</OBJECT> ');
		
document.write('	</div> ');
}


//Affiche le corner Conforama --> semaine 42
function afficheFlash10(){	

document.write('<div style="position:absolute;left:0;top:0;"> ');
document.write('	<OBJECT name=espace1 id=espace1 border=0 valign=top width=115 height=115');
document.write('		onMouseOver="javascript:AgrandirExpand(espace1,500,500);" ');
document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
document.write('	> ');
document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/confo_corner_500x500_v3.swf"> ');
document.write('		<PARAM NAME=clicktag VALUE=http://www.google.fr"> ');
document.write('		<PARAM NAME=quality VALUE="high"> ');
document.write('		<PARAM NAME=salign VALUE="TL"> ');
document.write('		<PARAM NAME=scale VALUE="noscale"> ');
document.write('		<PARAM NAME=wmode VALUE="transparent"> ');

document.write('		<EMBED name=espace4 id=espace4 onMouseOver="javascript:AgrandirExpand(espace4,500,500);" ');
document.write('			src="http://www.sourcea.fr/images/confo_corner_500x500_v3.swf" width=110 height=110');
document.write('			quality="high" NAME="Corner.swf" SCALE="noscale" ');
document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
document.write('		</EMBED> ');
document.write('	</OBJECT> ');
		
document.write('	</div> ');
}

//Affiche le corner Konica --> semaine 47
//500x500_corner.swf
function afficheFlash11(){	

document.write('<div style="position:absolute;left:0;top:0;"> ');
document.write('	<OBJECT name=espace1 id=espace1 border=0 valign=top width=115 height=115');
document.write('		onMouseOver="javascript:AgrandirExpand(espace1,500,500);" ');
document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
document.write('	> ');
document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/500x500_corner_v4.swf"> ');
//document.write('		<PARAM NAME=clickTAG VALUE=http://www.google.fr"> ');
document.write('		<PARAM NAME=quality VALUE="high"> ');
document.write('		<PARAM NAME=salign VALUE="TL"> ');
document.write('		<PARAM NAME=scale VALUE="noscale"> ');
document.write('		<PARAM NAME=wmode VALUE="transparent"> ');

document.write('		<EMBED name=espace4 id=espace4 onMouseOver="javascript:AgrandirExpand(espace4,500,500);" ');
document.write('			src="http://www.sourcea.fr/images/500x500_corner_v4.swf" width=110 height=110');
document.write('			quality="high" NAME="500x500_corner_v4.swf" SCALE="noscale" ');
document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
document.write('		</EMBED> ');
document.write('	</OBJECT> ');
		
document.write('	</div> ');
}

//Affiche le corner Toshiba --> semaine 47
//500x500_corner.swf
function afficheFlash12(){	

document.write('<div style="position:absolute;left:0;top:0;"> ');
document.write('	<OBJECT name=espace1 id=espace1 border=0 valign=top width=115 height=115');
document.write('		onMouseOver="javascript:AgrandirExpand(espace1,500,500);" ');
document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
document.write('	> ');
document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/toshiba_corner_500x500.swf"> ');
//document.write('		<PARAM NAME=clickTAG VALUE=http://www.google.fr"> ');
document.write('		<PARAM NAME=quality VALUE="high"> ');
document.write('		<PARAM NAME=salign VALUE="TL"> ');
document.write('		<PARAM NAME=scale VALUE="noscale"> ');
document.write('		<PARAM NAME=wmode VALUE="transparent"> ');

document.write('		<EMBED name=espace4 id=espace4 onMouseOver="javascript:AgrandirExpand(espace4,500,500);" ');
document.write('			src="http://www.sourcea.fr/images/toshiba_corner_500x500.swf" width=110 height=110');
document.write('			quality="high" NAME="500x500_corner_v4.swf" SCALE="noscale" ');
document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
document.write('		</EMBED> ');
document.write('	</OBJECT> ');
		
document.write('	</div> ');
}

//Affiche l'expand banner Berner --> semaine 48
function afficheFlash14(){

	document.write('<div id=espace0 style="position:absolute;top:10;"> ');
	document.write('<OBJECT id=espace3 border=0 valign=top onMouseOver="javascript:AgrandirExpand(espace3,500,480);" onMouseOut="javascript:ReduireExpand2(espace3,60,480);" ');
	document.write('classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write('height="60" width="500" ');
	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,16,0" ');
	document.write('> ');
		document.write('<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/Berner_expand_v3.swf?clicktag=http://tracker.affistats.com/fctdc.php?id=a1829b990546c101584d990345f2g1h2214i5k1"> ');
		document.write('<PARAM NAME=quality VALUE="high"> ');
		document.write('<PARAM NAME=salign VALUE="TL"> ');
		document.write('<PARAM NAME=scale VALUE="noscale"> ');
		document.write('<PARAM NAME=wmode VALUE="transparent"> ');
		
		document.write('<EMBED id=espace2 height=60 width=480 bgcolor=#ffffff ');
		document.write('onMouseOver="javascript:AgrandirExpand(espace2,1000,480);" ');
		document.write('onMouseOut="javascript:ReduireExpand2(espace2,60,480);" ');
		document.write('src="http://www.sourcea.fr/images/Berner_expand_v3.swf?clicktag=http://tracker.affistats.com/fctdc.php?id=a1829b990546c101584d990345f2g1h2214i5k1" ');
		document.write('quality="high" NAME="BNP_expandtribanner_sourcea3.swf" SCALE="noscale" ');
		document.write('salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
		document.write('PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,16,0"> ');
		document.write('</EMBED> ');
		
	document.write('</OBJECT> ');
	document.write('</div> ');
}

//Affiche le corner --> semaine 7
function afficheFlash15(){

	document.write('<div id=espace0 style="position:absolute;left:0;top:0;"> ');
	document.write('<SCRIPT LANGUAGE="JavaScript1.1" SRC="http://www.smartadserver.com/call/adj/14391/249101/hp.sourcea.publicisrh/440x330/[timestamp]/no?[countgo]"></SCRIPT>');
	document.write('<NOSCRIPT><a href="http://www.smartadserver.com/call/jumpi/14391/249101/hp.sourcea.publicisrh/440x330/[timestamp]/no?" target="_blank">');
	document.write('<img src="http://www.smartadserver.com/call/adi/14391/249101/hp.sourcea.publicisrh/440x330/[timestamp]/no?" border="0"></a></NOSCRIPT>');
	document.write('</div> ');

}

//Affiche le corner Societe Générale --> semaine 11, 12
//500x500_corner.swf
function afficheFlash16(){	

document.write('<div style="position:absolute;left:0;top:0;"> ');
document.write('	<OBJECT name=espace1 id=espace1 border=0 valign=top width=108 height=105');
document.write('		onMouseOver="javascript:AgrandirExpand(espace1,500,500);" ');
document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
document.write('	> ');
document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/Corner Sourcea_SG_Alternance_V6_130308.swf?clickTag=http:\\www.google.fr"> ');
//document.write('		<PARAM NAME=clickTAG VALUE=http://www.google.fr"> ');
document.write('		<PARAM NAME=quality VALUE="high"> ');
document.write('		<PARAM NAME=salign VALUE="TL"> ');
document.write('		<PARAM NAME=scale VALUE="noscale"> ');
document.write('		<PARAM NAME=wmode VALUE="transparent"> ');

document.write('		<EMBED name=espace4 id=espace4 onMouseOver="javascript:AgrandirExpand(espace4,500,500);" ');
document.write('			src="http://www.sourcea.fr/images/Corner Sourcea_SG_Alternance_V6_130308.swf?clickTag=http:\\www.google.fr" width=105 height=108');
document.write('			quality="high" NAME="500x500_corner_v4.swf" SCALE="noscale" ');
document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
document.write('		</EMBED> ');
document.write('	</OBJECT> ');
		
document.write('	</div> ');
}


//Affiche le corner Société Générale --> semaine 11
function afficheFlash17(){

	document.write('<div id=espace0 style="position:absolute;left:0;top:0;">');
	document.write('<SCRIPT language="JavaScript1.1" SRC="http://ad.fr.doubleclick.net/adj/N884.sourcea.komet/B2776486;sz=120x120;ord=[timestamp]?"></SCRIPT>');
	document.write('<NOSCRIPT><A HREF="http://ad.fr.doubleclick.net/jump/N884.sourcea.komet/B2776486;sz=120x120;ord=[timestamp]?">');
	document.write('<IMG SRC="http://ad.fr.doubleclick.net/ad/N884.sourcea.komet/B2776486;sz=120x120;ord=[timestamp]?" BORDER=0 WIDTH=120 HEIGHT=120 ALT="Cliquez ici !"></A></NOSCRIPT>');
	document.write('</div> ');

}

//Affiche l'Expand Banner Konica --> semaine 15
function afficheFlash19(){
	document.write('<div id=espace0 style="position:absolute;left:0;top:0;">');
	document.write('<SCRIPT LANGUAGE="JavaScript1.1" SRC="http://www.smartadserver.com/call/adj/28551/270525/dossier_thematique.sourcea.publicisrh/728x90/[timestamp]/no?[countgo]"></SCRIPT>');
	document.write('<NOSCRIPT><a href="http://www.smartadserver.com/call/jumpi/28551/270525/dossier_thematique.sourcea.publicisrh/728x90/[timestamp]/no?" target="_blank">');
	document.write('<img src="http://www.smartadserver.com/call/adi/28551/270525/dossier_thematique.sourcea.publicisrh/728x90/[timestamp]/no?" border="0"></a></NOSCRIPT>');
	document.write('</div>');
}

//Affiche le corner Société Générale --> semaine 21
//corner_sourcea_V4_210508
//SG_corner_sourcea_V5.swf
function afficheFlash21(){
	document.write('<div style="position:absolute;left:0;top:0;"> ');
	document.write('	<OBJECT name=espace1 id=espace1 border=0 valign=top width=108 height=105');
	document.write('		onMouseOver="javascript:AgrandirExpand(espace1,500,500);" ');
	document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write('	> ');
	document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/corner_sourcea_V4_210508.swf?clickTag=http://tracker.affistats.com/fctdc.php?id=a1829b1076083c101584d1075860f2g1h2214i5k1"> ');
	//document.write('		<PARAM NAME=clickTAG VALUE=http://www.google.fr"> ');
	document.write('		<PARAM NAME=quality VALUE="high"> ');
	document.write('		<PARAM NAME=salign VALUE="TL"> ');
	document.write('		<PARAM NAME=scale VALUE="noscale"> ');
	document.write('		<PARAM NAME=wmode VALUE="transparent"> ');
	
	document.write('		<EMBED name=espace4 id=espace4 onMouseOver="javascript:AgrandirExpand(espace4,500,500);" ');
	document.write('			src="http://www.sourcea.fr/images/corner_sourcea_V4_210508.swf?clickTag=http://tracker.affistats.com/fctdc.php?id=a1829b1076083c101584d1075860f2g1h2214i5k1" width=105 height=108');
	document.write('			quality="high" NAME="500x500_corner_v4.swf" SCALE="noscale" ');
	document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
	document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
	document.write('		</EMBED> ');
	document.write('	</OBJECT> ');
			
	document.write('	</div> ');
}


//Affiche le corner Société Générale --> semaine 21
//corner_sourcea_V4_210508
//SG_corner_sourcea_V5.swf
function afficheFlash22(){
	document.write('<div style="position:absolute;left:0;top:0;"> ');
	document.write('	<OBJECT name=espace1 id=espace1 border=0 valign=top width=108 height=105');
	document.write('		onMouseOver="javascript:AgrandirExpand(espace1,500,500);" ');
	document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write('	> ');
	document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/corner_sourcea_V3_280508.swf?clickTag=http://tracker.affistats.com/fctdc.php?id=a1829b1076083c101584d1075860f2g1h2214i5k1"> ');
	//document.write('		<PARAM NAME=clickTAG VALUE=http://www.google.fr"> ');
	document.write('		<PARAM NAME=quality VALUE="high"> ');
	document.write('		<PARAM NAME=salign VALUE="TL"> ');
	document.write('		<PARAM NAME=scale VALUE="noscale"> ');
	document.write('		<PARAM NAME=wmode VALUE="transparent"> ');
	
	document.write('		<EMBED name=espace4 id=espace4 onMouseOver="javascript:AgrandirExpand(espace4,500,500);" ');
	document.write('			src="http://www.sourcea.fr/images/corner_sourcea_V3_280508.swf?clickTag=http://tracker.affistats.com/fctdc.php?id=a1829b1076083c101584d1075860f2g1h2214i5k1" width=105 height=108');
	document.write('			quality="high" NAME="500x500_corner_v4.swf" SCALE="noscale" ');
	document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
	document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
	document.write('		</EMBED> ');
	document.write('	</OBJECT> ');
			
	document.write('	</div> ');
}

function afficheFlash23(){
	document.write('<div id=espace1 style="position:absolute;left:0;top:0;">');
	document.write('<SCRIPT LANGUAGE="JavaScript1.1" SRC="http://www2.smartadserver.com/call/adj/35801/310337/sourcea.orc/500x500/[timestamp]/no?[countgo]"></SCRIPT>');
	document.write('<NOSCRIPT><a href="http://www2.smartadserver.com/call/jumpi/35801/310337/sourcea.orc/500x500/[timestamp]/no?" target="_blank">');
	document.write('<img src="http://www2.smartadserver.com/call/adi/35801/310337/sourcea.orc/500x500/[timestamp]/no?" border="0"></a></NOSCRIPT>');
	document.write('</div>');
}

//Affiche le corner Aviva --> semaine 26
function afficheFlash24(){
	document.write('<div style="position:absolute;left:0;top:0;"> ');
	document.write('	<OBJECT name=espace1 id=espace1 border=0 valign=top width=108 height=105');
	document.write('		onMouseOver="javascript:AgrandirExpand(espace1,500,500);" ');
	document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write('	> ');
	document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/Sourcea V2 08PW3673-AVIVA-CORNER.swf"> ');
	//document.write('		<PARAM NAME=clickTAG VALUE=http://www.google.fr"> ');
	document.write('		<PARAM NAME=quality VALUE="high"> ');
	document.write('		<PARAM NAME=salign VALUE="TL"> ');
	document.write('		<PARAM NAME=scale VALUE="noscale"> ');
	document.write('		<PARAM NAME=wmode VALUE="transparent"> ');
	
	document.write('		<EMBED name=espace4 id=espace4 onMouseOver="javascript:AgrandirExpand(espace4,500,500);" ');
	document.write('			src="http://www.sourcea.fr/images/Sourcea V2 08PW3673-AVIVA-CORNER.swf" width=105 height=108');
	document.write('			quality="high" NAME="500x500_corner_v4.swf" SCALE="noscale" ');
	document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
	document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
	document.write('		</EMBED> ');
	document.write('	</OBJECT> ');
			
	document.write('	</div> ');
}

//Affiche le corner Société Générale 120 x 120 --> semaine 37
function afficheFlash25a(){
	document.write('<div style="position:absolute;left:0;top:0;"> ');
	document.write('	<OBJECT name=espace1 id=espace1 border=0 valign=top width=120 height=120');
	//document.write('		onMouseOver="javascript:dclk_show();" ');
	document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write('	> ');
	document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/120x120_SocieteGenerale_accroches.swf?clickTag=http://ad.fr.doubleclick.net/clk;206965073;29247883;u"> ');
	//document.write('		<PARAM NAME=clickTAG VALUE=http://www.google.fr"> ');
	document.write('		<PARAM NAME=quality VALUE="high"> ');
	document.write('		<PARAM NAME=salign VALUE="TL"> ');
	document.write('		<PARAM NAME=scale VALUE="noscale"> ');
	document.write('		<PARAM NAME=wmode VALUE="transparent"> ');
	
	document.write('		<EMBED name=espace2 id=espace2 onMouseOver="javascript:dclk_show();" ');
	//document.write('		<EMBED name=espace2 id=espace2 ');
	document.write('			src="http://www.sourcea.fr/images/120x120_SocieteGenerale_accroches.swf?clickTag=http://ad.fr.doubleclick.net/clk;206965073;29247883;u" width=120 height=120');
	document.write('			quality="high" NAME="120x120_SocieteGenerale_accroches.swf" SCALE="noscale" ');
	document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
	document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
	document.write('		</EMBED> ');
	document.write('	</OBJECT> ');
			
	document.write('</div> ');
}

//Affiche le corner Société Générale 500x500 --> semaine 37
function afficheFlash25b(){
	document.write('<div style="position:absolute;left:0;top:0;"> ');
	document.write('	<OBJECT name=espace3 id=espace3 border=0 valign=top width=500 height=500');
	//document.write('		onMouseOver="javascript:dclk_hide();" ');
	document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write('	> ');
	document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/500x500_SocieteGenerale_expand.swf?clickTag=http://ad.fr.doubleclick.net/clk;206965073;29247883;u"> ');
	//document.write('		<PARAM NAME=clickTAG VALUE=http://www.google.fr"> ');
	document.write('		<PARAM NAME=quality VALUE="high"> ');
	document.write('		<PARAM NAME=salign VALUE="TL"> ');
	document.write('		<PARAM NAME=scale VALUE="noscale"> ');
	document.write('		<PARAM NAME=wmode VALUE="transparent"> ');
	
	//document.write('		<EMBED name=espace4 id=espace4 onMouseOver="javascript:dclk_hide();" ');
	document.write('		<EMBED name=espace4 id=espace4 ');
	document.write('			src="http://www.sourcea.fr/images/500x500_SocieteGenerale_expand.swf?clickTag=http://ad.fr.doubleclick.net/clk;206965073;29247883;u" width=500 height=500');
	document.write('			quality="high" NAME="500x500_SocieteGenerale_expand.swf" SCALE="noscale" ');
	document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
	document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
	document.write('		</EMBED> ');
	document.write('	</OBJECT> ');
			
	document.write('</div> ');
}


//Affiche le corner Société Générale 500x500 --> semaine 37
function afficheFlash26(){
	document.write('<div style="position:absolute;left:0;top:0;"> ');
	document.write('	<OBJECT name=espace1 id=espace1 border=0 valign=top width=108 height=105');
	document.write('		onMouseOver="javascript:AgrandirExpand(espace1,500,500);" ');
	document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write('	> ');
	document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/corner_sourcea_1.swf"> ');
	//document.write('		<PARAM NAME=clickTAG VALUE=http://www.google.fr"> ');
	document.write('		<PARAM NAME=quality VALUE="high"> ');
	document.write('		<PARAM NAME=salign VALUE="TL"> ');
	document.write('		<PARAM NAME=scale VALUE="noscale"> ');
	document.write('		<PARAM NAME=wmode VALUE="transparent"> ');
	
	document.write('		<EMBED name=espace4 id=espace4 onMouseOver="javascript:AgrandirExpand(espace4,500,500);" ');
	document.write('			src="http://www.sourcea.fr/images/corner_sourcea_1.swf" width=105 height=108');
	document.write('			quality="high" NAME="corner_sourcea_1.swf" SCALE="noscale" ');
	document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
	document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
	document.write('		</EMBED> ');
	document.write('	</OBJECT> ');
			
	document.write('	</div> ');
}

function afficheFlash27(){
	document.write('<div style="position:absolute;left:0;top:0;"> ');
	document.write('	<OBJECT name=espace1 id=espace1 border=0 valign=top width=108 height=105');
	document.write('		onMouseOver="javascript:AgrandirExpand(espace1,500,500);" ');
	document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write('	> ');
	document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/corner_sourcea_4.swf"> ');
	//document.write('		<PARAM NAME=clickTAG VALUE=http://www.google.fr"> ');
	document.write('		<PARAM NAME=quality VALUE="high"> ');
	document.write('		<PARAM NAME=salign VALUE="TL"> ');
	document.write('		<PARAM NAME=scale VALUE="noscale"> ');
	document.write('		<PARAM NAME=wmode VALUE="transparent"> ');
	
	document.write('		<EMBED name=espace4 id=espace4 onMouseOver="javascript:AgrandirExpand(espace4,500,500);" ');
	document.write('			src="http://www.sourcea.fr/images/corner_sourcea_4.swf" width=105 height=108');
	document.write('			quality="high" NAME="corner_sourcea_1.swf" SCALE="noscale" ');
	document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
	document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
	document.write('		</EMBED> ');
	document.write('	</OBJECT> ');
			
	document.write('	</div> ');
}

function afficheFlash28(){
	document.write('<div style="position:absolute;left:0;top:0;"> ');
	document.write('	<OBJECT name=espace1 id=espace1 border=0 valign=top width=108 height=105');
	document.write('		onMouseOver="javascript:AgrandirExpand(espace1,500,500);" ');
	document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write('	> ');
	document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/PagesJaunesExpand500x500.swf"> ');
	//document.write('		<PARAM NAME=clickTAG VALUE=http://www.google.fr"> ');
	document.write('		<PARAM NAME=quality VALUE="high"> ');
	document.write('		<PARAM NAME=salign VALUE="TL"> ');
	document.write('		<PARAM NAME=scale VALUE="noscale"> ');
	document.write('		<PARAM NAME=wmode VALUE="transparent"> ');
	
	document.write('		<EMBED name=espace4 id=espace4 onMouseOver="javascript:AgrandirExpand(espace4,500,500);" ');
	document.write('			src="http://www.sourcea.fr/images/PagesJaunesExpand500x500.swf" width=105 height=108');
	document.write('			quality="high" NAME="corner_sourcea_1.swf" SCALE="noscale" ');
	document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
	document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
	document.write('		</EMBED> ');
	document.write('	</OBJECT> ');
			
	document.write('	</div> ');
}

function afficheFlash29(){
	document.write('<div style="position:absolute;left:0;top:0;"> ');
	document.write('	<OBJECT name=espace1 id=espace1 border=0 valign=top width=108 height=105');
	document.write('		onMouseOver="javascript:AgrandirExpand(espace1,500,500);" ');
	document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write('	> ');
	document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/Groupama_Corner2.swf"> ');
	//document.write('		<PARAM NAME=clickTAG VALUE=http://www.google.fr"> ');
	document.write('		<PARAM NAME=quality VALUE="high"> ');
	document.write('		<PARAM NAME=salign VALUE="TL"> ');
	document.write('		<PARAM NAME=scale VALUE="noscale"> ');
	document.write('		<PARAM NAME=wmode VALUE="transparent"> ');
	
	document.write('		<EMBED name=espace4 id=espace4 onMouseOver="javascript:AgrandirExpand(espace4,500,500);" ');
	document.write('			src="http://www.sourcea.fr/images/Groupama_Corner2.swf" width=105 height=108');
	document.write('			quality="high" NAME="corner_sourcea_1.swf" SCALE="noscale" ');
	document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
	document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
	document.write('		</EMBED> ');
	document.write('	</OBJECT> ');
			
	document.write('	</div> ');
}

function afficheFlash30(){
	document.write('<div style="position:absolute;left:0;top:0;"> ');
	document.write('	<OBJECT name=espace1 id=espace1 border=0 valign=top width=108 height=105');
	document.write('		onMouseOver="javascript:AgrandirExpand(espace1,500,500);" ');
	document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write('	> ');
	document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/SG_handimotive_corner_2.swf?clickTag=http://tracker.affistats.com/fctdc.php?id=a1829b1225321c101584d1225045f2g1h3307i5k1"> ');
	//document.write('		<PARAM NAME=clickTAG VALUE=http://www.google.fr"> ');
	document.write('		<PARAM NAME=quality VALUE="high"> ');
	document.write('		<PARAM NAME=salign VALUE="TL"> ');
	document.write('		<PARAM NAME=scale VALUE="noscale"> ');
	document.write('		<PARAM NAME=wmode VALUE="transparent"> ');
	
	document.write('		<EMBED name=espace4 id=espace4 onMouseOver="javascript:AgrandirExpand(espace4,500,500);" ');
	document.write('			src="http://www.sourcea.fr/images/SG_handimotive_corner_2.swf?clickTag=http://tracker.affistats.com/fctdc.php?id=a1829b1225321c101584d1225045f2g1h3307i5k1" width=105 height=108');
	document.write('			quality="high" NAME="corner_sourcea_1.swf" SCALE="noscale" ');
	document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
	document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
	document.write('		</EMBED> ');
	document.write('	</OBJECT> ');
			
	document.write('	</div> ');
}

function afficheFlash32(){
	//document.write('<div style="position:absolute;left:0;top:0;"> ');
	document.write('	<SCRIPT LANGUAGE="JavaScript1.1" SRC="http://www2.smartadserver.com/call/adj/35801/551350/sourcea.orc/500x500/[timestamp]/no?[countgo]"></SCRIPT>');
	document.write('	<NOSCRIPT><a href="http://www2.smartadserver.com/call/jumpi/35801/551350/sourcea.orc/500x500/[timestamp]/no?" target="_blank">');
	document.write('	<img src="http://www2.smartadserver.com/call/adi/35801/551350/sourcea.orc/500x500/[timestamp]/no?" border="0"></a></NOSCRIPT>');		
	//document.write('	</div> ');
	
	//document.write('<div style="position:absolute;left:0;top:0;"> aaa');
	//document.write('	<SCRIPT LANGUAGE="JavaScript1.1" SRC="http://www2.smartadserver.com/call/adj/35801/551350/sourcea.orc/500x500/[timestamp]/no?[countgo]"></SCRIPT>');
	//document.write('	<NOSCRIPT><a href="http://www2.smartadserver.com/call/jumpi/35801/551350/sourcea.orc/500x500/[timestamp]/no?" target="_blank">');
	//document.write('	<img src="http://www2.smartadserver.com/call/adi/35801/551350/sourcea.orc/500x500/[timestamp]/no?" border="0"></a></NOSCRIPT>');		
	//document.write('	</div> ');
}

function afficheFlash32bis(){
	document.write('<div style="position:absolute;left:0;top:0;"> ');
	document.write('	<OBJECT name=espace1 id=espace1 border=0 valign=top width=108 height=105');
	document.write('		onMouseOver="javascript:AgrandirExpand(espace1,500,500);" ');
	document.write('		classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write('	> ');
	document.write('		<PARAM NAME=movie VALUE="http://www.sourcea.fr/images/08PW4181-GROUPAMA-CORNER_persepolis.swf"> ');
	//document.write('		<PARAM NAME=clickTAG VALUE=http://www.google.fr"> ');
	document.write('		<PARAM NAME=quality VALUE="high"> ');
	document.write('		<PARAM NAME=salign VALUE="TL"> ');
	document.write('		<PARAM NAME=scale VALUE="noscale"> ');
	document.write('		<PARAM NAME=wmode VALUE="transparent"> ');
	
	document.write('		<EMBED name=espace4 id=espace4 onMouseOver="javascript:AgrandirExpand(espace4,500,500);" ');
	document.write('			src="http://www.sourcea.fr/images/08PW4181-GROUPAMA-CORNER_persepolis.swf" width=105 height=108');
	document.write('			quality="high" NAME="corner_sourcea_1.swf" SCALE="noscale" ');
	document.write('			salign="TL" wmode="transparent" TYPE="application/x-shockwave-flash" ');
	document.write('			PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ');
	document.write('		</EMBED> ');
	document.write('	</OBJECT> ');
			
	document.write('	</div> ');
}


