function load_swf_map(){
	Shadowbox.open({
		player: 'swf',
		content: 'flash/loader.swf',
		height: 440,
		width: 698,
		title: 'Wie finden uns'
	});
};
function load_simulation(){
	Shadowbox.open({
		player: 'flv',
		content: '../../flash/simulation.flv',
		height: 450,
		width: 600,
		title: 'Simulation'
	});

};