// JavaScript Document
var hasRightVersion = DetectFlashVer(9, 0, 115);

function onFinishedPlaying() {
    document.getElementById("startFlash").style.visibility = 'hidden';
	document.getElementById("startFlash").style.position = 'absolute';
	document.getElementById("startFlash").style.top = '0px';
	document.getElementById("startFlash").style.left = '0px';
} 

function showMap() {
	window.open('map.html','', 'toolbar=no,menubar=no,scrollbars=no,resizable=no,status=no,location=no,directories=no,top=100, left=200,fullscreen=no,height=500,width=550,');
}

function showDyplomy(x) {
	window.open(x,'', 'toolbar=no,menubar=no,scrollbars=no,resizable=no,status=no,location=no,directories=no,top=100, left=200,fullscreen=no,height=400,width=700,');
}

function showBackground() {
	document.getElementById("up").style.visibility = 'visible';
	document.getElementById("left").style.visibility = 'visible';
	document.getElementById("down").style.visibility = 'visible';
}
