var clipconf = { 
     
	defaults: {
		fadeInSpeed: 10000, 
        autoPlay: true, 
        autoBuffering: true, 
        baseUrl: '../OverOns/Pers/Movies', 
	
		// functions are also supported
		onBegin: function() {
			// make controlbar visible in 4000 seconds
			this.getControls().fadeIn(4000);
		},
		
		onFinish: function () { 
			$(this.getParent()).unexpose();
			$("div.overlay").unexpose();	
			location.reload();
		} 
		
	}
     
}

var plugconf = {
	defaults: {
	
	controls: {
						autoHide: "always" ,
						hideDelay: 1000,
						url: '/swf/flowplayer.controls-3.1.5.swf',
						height: '22px',
						background: '#ffffff',
						backgroundGradient: 'high',
						timeColor: '#ffffff',
						progressColor: '#222f3d',
						bufferColor: '#BBD0DE',
						bufferGradient: 'none',
						play:true, 
						volume:true, 
						mute:true, 
						time:true, 
						stop:false, 
						playlist:false, 
						fullscreen:true,
						sliderColor: '#ACD113',
						sliderGradient: 'high',
						volumeSliderColor: '#222f3d',
						buttonColor: '#ACD113',
						playHeadClass: 'playhead',
						playClass: 'play',
						timeBgHeightRatio: 0.5,
						volumeBarHeightRatio: 0.8,
						tooltips: {
							buttons: true
							}
						
					}
		
		
		
		
		
}
}