function stopAnimation() {
	document.applets['FacePlayer'].stopAnimation();
}
function replay() {
	document.applets['FacePlayer'].replayAnimation();
}