function reloadVideo(video,nom,formation,cv){
autostart = "'true'";
var flash =  '<object type="application/x-shockwave-flash" data="videos/flvplayer.swf?file=http://www.jobinlive.biz/acand/cms5/videos/'+video+'" width="320" height="260" wmode="transparent">' +
  				'<param name="movie" value="videos/flvplayer.swf?autoStart='+autostart+'&file=http://www.jobinlive.biz/acand/cms5/videos/'+video+'" />' +
  				'<param name="wmode" value="transparent" /></object>';
var infoCand = nom+'</br>';
infoCand += formation+'</br>';
infoCand += '<a href="mailto:anneluce.bret@centre-richebois.com?subject=Je souhaite rentrer en contact avec '+nom+'" ><img src="images/arobase.gif" width="64" title="Contact" class="email"></img></a>';
infoCand += '<a href="CV/'+cv+'" target="_blank"><img src="images/pdf.gif" width="64" title="CV" class="cv"></img></a>';

document.getElementById('player').innerHTML = flash;
document.getElementById('infoCand').innerHTML = infoCand;
}

function nologin(){
var registerForm =  '<form action="envoi.php" method="post" enctype="application/x-www-form-urlencoded" name="formulaire">'
					+'Obtenir un accés:<br/>'
					+'Le nom de votre société<br/>'
					+'<input type="text" name="nomSociete" size="20" maxlength="100"><br/>'
					+'Votre nom<br/>'
					+'<input type="text" name="nom" size="20" maxlength="100"><br/>'         
					+'Votre mail<br/>'
					+'<input type="text" name="mail" size="20" maxlength="100"><br/>'
					+'Votre numéro de téléphone<br/>'
					+'<input type="text" name="tel" size="20" maxlength="100"><br/>'
					+'<input type="submit" name="Submit" value="Envoyer">'
					+'</form><div class="exclusive">Réservé exclusivement aux entreprises!</div>'
					
document.getElementById('infoCand').innerHTML = registerForm;
}