// JavaScript Document
function clearDaVideo() {
		  
	if(isplayinthevideo=='yes') {
  
		document.getElementById('splashHolder').innerHTML = '<a id="splash" href="http://simplifyrealtync.com/videos/Simplify%20Realty_680x323_850kbs.mp4" onclick="javascript: isplayinthevideo=&#39;yes&#39;;"> &nbsp;</a>';

		flowplayer("splash", "http://releases.flowplayer.org/swf/flowplayer-3.2.2.swf",  {
			plugins:  {
				controls:  {
					backgroundGradient: 'none',
					backgroundColor: 'transparent',
					all:false,
					scrubber:true,
					play:true,
					mute:true,
					fullscreen:true
				}
			},
			
			canvas: {
				backgroundColor:'#6A6A6A',
				backgroundGradient: 'high',
				border:'8px solid #CCCCCC'
			},
			
			screen: {
				height:279,
				bottom:0		
			}
		});
	}
}