// JavaScript Document

function set_video(nb)
{
	var v=document.getElementById('vid');	var video;
	switch  (nb)
	{
		case '1':
			video='KeepSchool : Spécialiste du soutien scolaire à domicile<br><embed src="http://www.dailymotion.com/swf/3pT1P1FtvDkUzo7VG" type="application/x-shockwave-flash" width="170" height="150" allowScriptAccess="always" flashVars="autoStart=1"></embed>';
			v.innerHTML=video;
	
			break;
		case '2':
			v.innerHTML='Analyser et répondre à vos besoins dans les meilleurs délais<br><embed src="http://www.dailymotion.com/swf/4AOcGelwlqCqfo7SF" type="application/x-shockwave-flash" width="170" height="150" allowScriptAccess="always" flashVars="autoStart=1"></embed>';
			break;
		case '3':
			v.innerHTML='Une sélection de qualité adaptée à votre demande<br><embed src="http://www.dailymotion.com/swf/7K6FuDm4hUceyo7XL" type="application/x-shockwave-flash" width="170" height="150"  allowScriptAccess="always" flashVars="autoStart=1"></embed>';
			break;
		
		case '4':
			v.innerHTML='Un professeur flexible, une pédagogie adaptée, une progression garantie !<br><embed src="http://www.dailymotion.com/swf/5gNawmaz2EIhQo7TG" type="application/x-shockwave-flash" width="170" height="150" allowScriptAccess="always" flashVars="autoStart=1"></embed>';
			break;
		
		case '5':
			v.innerHTML='Ce que KeepSchool vous apporte de plus !<br><br><embed src="http://www.dailymotion.com/swf/1Nu3AWeNXWzzMo7ZS" type="application/x-shockwave-flash" width="170" height="150" allowScriptAccess="always" flashVars="autoStart=1"></embed>';
			break;
		
		case '6':
			v.innerHTML='<embed src="http://www.dailymotion.com/swf/x2uwwk&v3=1&related=1" width="170" height="150" type="application/x-shockwave-flash"  allowFullScreen="true" allowScriptAccess="always" autostart="true"></embed>';
			break;
	}

}