$(document).ready(function(){
	var flashVars = "?urlbase=http://healthysightworkingforyou.com/";//http://healthysightworkingforyou.com/
	if(window.location.search.match("video=")){
		flashVars = window.location.search+"&urlbase=http://healthysightworkingforyou.com/";//../Transitions/hswfy/
	}
	//http://vsp.healthysightworkingforyou.com/VideoPlaylist_v4.swf?video=videos/TheFundMasterSETUP_trans-multi
	$('#videoPlayer').flash({
		src: 'flash/VideoPlaylist_v4.swf'+flashVars,
		//src: 'http://vsp.healthysightworkingforyou.com/VideoPlaylist_v4.swf'+flashVars,
		wmode: 'transparent',
		allowFullScreen: 'true',
		width: '936',
		height: '417'
	});
	$('#videoPlayer2').flash({
		src: 'flash/VideoPlaylist_v4.swf?pl=playlist2.xml&urlbase=http://healthysightworkingforyou.com/',
		//src: 'http://vsp.healthysightworkingforyou.com/VideoPlaylist_v4.swf'+flashVars,
		wmode: 'transparent',
		allowFullScreen: 'true',
		width: '936',
		height: '417'
	});
	$('#blurred .placeholder').flash({
		src: 'flash/AboutA.swf',
		width: '360px;',
		height: '328px'
	});
	$('#glare .placeholder').flash({
		src: 'flash/AboutB.swf',
		width: '360px;',
		height: '328px'
	});
	$('#cataracts .placeholder').flash({
		src: 'flash/AboutC.swf',
		width: '360px;',
		height: '328px'
	});
	$('#pnlFlashHome').flash({
			src: 'Healthy_Sight_Shell.swf',
			wmode: 'transparent',
			width: 960,
			height: 540
		}
	);
	$('#pnlFlashCalc').flash({
			src: 'flash/visionplancalc.swf',
			wmode: 'transparent',
			width: 936,
			height: 975
		}
	);
	$('#pnlFlashCalc2').flash({
			src: 'flash/visionplancalc.swf',
			wmode: 'transparent',
			width: 936,
			height: 888,
			flashvars: {'smaller':'true'},
			scale: 'noscale'
		}
	);
	$('#pnlFlashCalc3').flash({
			src: 'flash/visionplancalc.swf?partner=vsp',
			wmode: 'transparent',
			width: 936,
			height: 975,
			//flashvars: {'smaller':'true'},
			scale: 'noscale'
		}
	);
	//
	$('#performanceSim').flash({
		src: 'flash/performanceSimulation.swf',
		wmode: 'transparent',
		width: 617,
		height: 353
		}
	);
});

