function addVideoWMV(vName, width, height) {
	document.write("<a href='/gms/videos/" + vName + "'><b><big>Veuillez cliquer ici pour démarrer la séquence vidéo ...</big></b></a>");
/*
	document.write("<object data='/gms/videos/" + vName + "' type='video/x-msvideo' width='" + width + "' height='" + height + "'>");
	document.write("<param name='src' value='/gms/videos/" + vName + "'>");
	document.write("<param name='autoStart' value='1'><param name='autoplay' value='true'>");
	document.write("alt : <a href='/gms/videos/" + vName + "'>" + vName + "</a></object>");
*/
}
