$(function() {
	
	var params = { 

		bgcolor: '#FFFFFF',
		menu: 'false',
		allowFullScreen: 'false',
		allowScriptAccess: 'always',	
			base: 'http://www.gutta.com/html/'
			
	};
	
	var flashvars = {
		path: 'fileadmin/ammap/&data_file=fileadmin/ammap/gutta_data_europe.xml',
		settings_file: 'fileadmin/ammap/gutta_settings.xml'
	};
	
	swfobject.embedSWF(
		"http://www.gutta.com/html/uploads/tx_rbflashobject/International.swf", 
		"Home", 
		"960", 
		"500", 
		"9.0.0", 
		"",
		flashvars,
		params
		);

	$('#HeaderBottom').hide();
	$('#FixedNav').hide();
	$('#HeaderBottom').height(0);
	$('#Tools').height(0);
	$('#Header').height(75);
		
});

