function affiche(i,obj)
		{
		 document.getElementById("liens").innerHTML=ecrire(i);
		 document.getElementById("liens2").innerHTML=ecrire2(i);

//		 document.getElementById("titre").style.display='block';
	    var s1 = new SWFObject("mediaplayer.swf","mediaplayer","700","379","8");		
		s1.addParam("allowfullscreen","true");
		s1.addVariable("width","700");
		s1.addVariable("height","379");
		s1.addVariable("file","video"+i+".flv");
		s1.write("container");
		}
		function ecrire(i)
		{
			ch1='<table  width="349" border="0" cellspacing="0" cellpadding="0"><tr><td width="32"><img src="/images_/picto_video_vert.gif"  id="img1" width="24" height="20"></td><td width="317" height="30"><a href="#" onclick="affiche(1)" class="eca_13_gris">Comment se connecter à mon Espace Client ?</a></td></tr></table>'
			ch2='<table  width="349" border="0" cellspacing="0" cellpadding="0"><tr><td width="32"><img src="/images_/picto_video_vert.gif"  id="img2" width="24" height="20"></td><td width="317" height="30"><a href="#" onclick="affiche(2)" class="eca_13_gris">Comment modifier mon mot de passe ?</a></td></tr></table>'
			ch3='<table  width="349" border="0" cellspacing="0" cellpadding="0"><tr><td width="32"><img src="/images_/picto_video_vert.gif"  id="img3" width="24" height="20"></td><td width="317" height="30"><a href="#" onclick="affiche(3)" class="eca_13_gris">Comment visualiser le détail de mon contrat ?</a></td></tr></table>'
			ch4='<table  width="349" border="0" cellspacing="0" cellpadding="0"><tr><td width="32"><img src="/images_/picto_video_vert.gif"  id="img4" width="24" height="20"></td><td width="317" height="30"><a href="#" onclick="affiche(4)" class="eca_13_gris type">Comment modifier mon contrat ?</a></td></tr></table>'
			ch5='<table  width="349" border="0" cellspacing="0" cellpadding="0"><tr><td width="32"><img src="/images_/picto_video_vert.gif"  id="img5" width="24" height="20"></td><td width="317" height="30"><a href="#" onclick="affiche(5)" class="eca_13_gris">Comment télécharger mes documents ?</a></td></tr></table>'
			ch6='<table  width="349" border="0" cellspacing="0" cellpadding="0"><tr><td width="32"><img src="/images_/picto_video_vert.gif"  id="img6" width="24" height="20"></td><td width="317" height="30"><a href="#" onclick="affiche(6)" class="eca_13_gris type">Comment déclarer un sinistre ?</a></td></tr></table>'
			ch7='<table  width="349" border="0" cellspacing="0" cellpadding="0"><tr><td width="32"><img src="/images_/picto_video_vert.gif"  id="img7" width="24" height="20"></td><td width="317" height="30"><a href="#" onclick="affiche(7)" class="eca_13_gris type">Ai-je reçu un remboursement ?</a></td></tr></table>'
        
        
		
		
		
		
		if(i==1) return "<br>"+ch2+ch3+ch4+ch5+ch6+ch7
		else if(i==2) return "<br>"+ch1+ch3+ch4+ch5+ch6+ch7
		else if(i==3) return "<br>"+ch1+ch2+ch4+ch5+ch6+ch7
		else if(i==4) return "<br>"+ch1+ch2+ch3+ch5+ch6+ch7
		else if(i==5) return "<br>"+ch1+ch2+ch3+ch4+ch6+ch7
		else if(i==6) return "<br>"+ch1+ch2+ch3+ch4+ch5+ch7
		else if(i==7) return "<br>"+ch1+ch2+ch3+ch4+ch5+ch6
		else return ""
		}
      		function ecrire2(i)
		{
					ch1='<table  width="349" border="0" cellspacing="0" cellpadding="0"><tr><td width="32"><img src="/images_/picto_video_vert.gif" width="24" height="20"></td><td width="317" height="30"><span class="eca_13_verte_bold">Comment se connecter à mon Espace Client ?</span></td></tr></table>'
					ch2='<table  width="349" border="0" cellspacing="0" cellpadding="0"><tr><td width="32"><img src="/images_/picto_video_vert.gif" width="24" height="20"></td><td width="317" height="30"><span class="eca_13_verte_bold">Comment modifier mon mot de passe ?</span></td></tr></table>'
					ch3='<table  width="349" border="0" cellspacing="0" cellpadding="0"><tr><td width="32"><img src="/images_/picto_video_vert.gif" width="24" height="20"></td><td width="317" height="30"><span class="eca_13_verte_bold">Comment visualiser le détail de mon contrat ?</span></td></tr></table>'
					ch4='<table  width="349" border="0" cellspacing="0" cellpadding="0"><tr><td width="32"><img src="/images_/picto_video_vert.gif" width="24" height="20"></td><td width="317" height="30"><span class="eca_13_verte_bold">Comment modifier mon contrat ?</span></td></tr></table>'
					ch5='<table  width="349" border="0" cellspacing="0" cellpadding="0"><tr><td width="32"><img src="/images_/picto_video_vert.gif" width="24" height="20"></td><td width="317" height="30"><span class="eca_13_verte_bold">Comment télécharger mes documents ?</span></td></tr></table>'
					ch6='<table  width="349" border="0" cellspacing="0" cellpadding="0"><tr><td width="32"><img src="/images_/picto_video_vert.gif" width="24" height="20"></td><td width="317" height="30"><span class="eca_13_verte_bold">Comment déclarer un sinistre ?</span></td></tr></table>'
					ch7='<table  width="349" border="0" cellspacing="0" cellpadding="0"><tr><td width="32"><img src="/images_/picto_video_vert.gif" width="24" height="20"></td><td width="317" height="30"><span class="eca_13_verte_bold">Ai-je reçu un remboursement ?</span></td></tr></table>'
       
        
		
		
		

		if(i==1) return ch1
		else if(i==2) return ch2
		else if(i==3) return ch3
		else if(i==4) return ch4
		else if(i==5) return ch5
		else if(i==6) return ch6
		else if(i==7) return ch7
		else return ""
		}