function Start_logo() {
	document.logo.Play();
}
function Stop_logo() {
	document.logo.GotoFrame(15);
}
