function loadflowplayer() {
	flowplayer("video1", "flash/flowplayer-3.1.2.swf", {      
			canvas: {backgroundColor: '#d0d4e2'},
			plugins: {
			   controls: {
				  sliderGradient: 'none',
				  tooltipTextColor: '#ffffff',
				  buttonColor: '#040231',
				  backgroundGradient: [0.6,0.3,0,0,0],
				  durationColor: '#f6f5f4',
				  backgroundColor: '#f6f5f4',
				  progressGradient: 'medium',
				  timeColor: '#c9c4a1',
				  sliderColor: '#080638',
				  volumeSliderColor: '#000000',
				  buttonOverColor: '#110d73',
				  tooltipColor: '#5F747C',
				  borderRadius: '0px',
				  volumeSliderGradient: 'none',
				  bufferGradient: 'none',
				  progressColor: '#000000',
				  timeBgColor: '#555555',
				  bufferColor: '#d0d4e2',
				  height: 24,
				  opacity: 1.0
			   }
			},
			tooltips: {                // this plugin object exposes a 'tooltips' object
				buttons: true,
				fullscreen: 'Enter Fullscreen mode'}, 
			clip:  {
				autoPlay: true,
				autoBuffering: true
			} 
	});
	flowplayer("video2", "flash/flowplayer-3.1.2.swf", {      
			canvas: {backgroundColor: '#d0d4e2'},
			plugins: {
			   controls: {
				  sliderGradient: 'none',
				  tooltipTextColor: '#ffffff',
				  buttonColor: '#040231',
				  backgroundGradient: [0.6,0.3,0,0,0],
				  durationColor: '#f6f5f4',
				  backgroundColor: '#f6f5f4',
				  progressGradient: 'medium',
				  timeColor: '#c9c4a1',
				  sliderColor: '#080638',
				  volumeSliderColor: '#000000',
				  buttonOverColor: '#110d73',
				  tooltipColor: '#5F747C',
				  borderRadius: '0px',
				  volumeSliderGradient: 'none',
				  bufferGradient: 'none',
				  progressColor: '#000000',
				  timeBgColor: '#555555',
				  bufferColor: '#d0d4e2',
				  height: 24,
				  opacity: 1.0
			   }
			},
			tooltips: {                // this plugin object exposes a 'tooltips' object
				buttons: true,
				fullscreen: 'Enter Fullscreen mode'}, 
			clip:  {
				autoPlay: true,
				autoBuffering: true
			} 		
	});
	externalLinks();
}