function showMyQTMovie( name, width, height, align, bgcolor)
	{
	document.write('<embed src="'+name+'" width="'+width+'" height="'+height+'" align="'+align+'" bgcolor="'+bgcolor+'" controller="true">');
	}