function loadflash(url,width,height,cadre){
	requete = '<object width="'+ width +'" height="'+ height +'"><param name="movie" value="'+ url +'"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="'+ url +'" type="application/x-shockwave-flash" width="'+ width +'" height="'+ height +'" allowFullScreen="true" allowScriptAccess="always"></embed></object>';
	document.getElementById(cadre).innerHTML = requete;
}
