// JavaScript Document

function afficheQT(mov)
{
	document.write('<embed src="qtvr/' + mov + '.mov" width="360" height="256" controller=true></embed>');
}