function Player(instance) {
	$f(instance, {allowfullscreen:'false', src:"/indesit/2/_swf/_lib/flowplayer-3.1.5.swf"}, {
		clip: {
			onStart: function(clip) { 
			secondTracker._trackPageview(clip.url); 
			},
		autoPlay: false, 
		autoBuffering: false
		},
		plugins:  {
			controls:  {		
				height: 22,
				all: false,
				play: true,
				stop: true,
				scrubber: true,
				time: true,
				volume: true,
				mute: true,
				backgroundColor: '#154284',
				backgroundGradient: 'none',	
				bufferColor: '#5777a6',
				buttonColor: '#5777a6',
				buttonOverColor: '#5777a6',
				progressColor: '#5777a6',
				progressGradient: 'high',
				sliderColor: '#154284',
				timeColor: '#ffffff',
				timeBgColor: '#5777a6',
				tooltipColor: '#5777a6',
				volumeSliderColor: '#5777a6',
				volumeSliderGradient: 'high'
			}
		}	
	});
}
