function videoExterneYoutube(video){
	var vivid = video.substr(31,2000);
	//document.viviexex.quefaitesvousencemomentVideoExterne.value = vivid;
	document.viviexex.quefaitesvousencemomentVideoExterne.value = "<object width='240' height='180'><param name='movie' value='http:&frasl;&frasl;www.youtube.com&frasl;v&frasl;"+vivid+"&amp;hl=fr&amp;fs=1&amp;'></param><param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param><embed src='http://www.youtube.com/v/"+vivid+"&amp;hl=fr&amp;fs=1&amp;' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='240' height='180'></embed></object>";	
	document.viviexex.submit();
}
