function diap(texte)
{
	document.write('<object type="application/x-shockwave-flash" data="index/diap.swf" width="200" height="200">');
	document.write('<param name="movie" value="index/diap.swf" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<p>'+texte+'</p>');
	document.write('</object>');
}
function vip(texte)
{
	document.write('<object type="application/x-shockwave-flash" data="index/VIP.swf" width="150" height="20">');
	document.write('<param name="movie" value="index/VIP.swf" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<p>'+texte+'</p>');
	document.write('</object>');
}


