
$(document).ready(function() {
    hs.outlineType = 'rounded-white';
		hs.showCredits = false;
	
		travel_map_flash_options = { objectType: 'swf', width: 952,
			objectWidth: 952, objectHeight: 580, maincontentText: 'You need to upgrade your Flash player',
			swfOptions: { version: '7' },
			graphicsDir: '/highslide/graphics/',
			outlineType: 'rounded-white',
			wrapperClassName: 'draggable-header no-footer',
			allowSizeReduction: false,
			preserveContent: false,
			showCredits: false,
			align: 'center',
			transitions: ['expand', 'crossfade'],
			fadeInOut: true,
			dimmingOpacity: 0.8
		};

});
