function load_swf_map(){
	Shadowbox.open({
		player: 'swf',
		content: 'flash/loader.swf',
		height: 440,
		width: 698,
		title: 'Ako nás nájdete'
	});
};
function load_simulation(){
	Shadowbox.open({
		player: 'flv',
		content: 'simulation.flv',
		height: 450,
		width: 600,
		title: 'Simulácia'
	});

};