var rotateImages = true;

function getFlashMovie(movieName) {
	var isIE = navigator.appName.indexOf("Microsoft") != -1;
	return (isIE) ? window[movieName] : document[movieName];
}

function playSwf(swf) {
	rotateImages = false;
	document.getElementById("educationFlash").style.height = "268px";
	getFlashMovie("fh").sendSwfToFlash(swf);
}

function hideSwf(){
	rotateImages = true;
		//getFlashMovie("fh").src = "/education/flash/blank.swf";
		//getFlashMovie("fh").src = "/education/flash/SwfLoader.swf";
		//var objF = getFlashMovie("fh");
		//var params = objF.getElementsByTagName("param");
		//params[0].setAttribute("value", "/education/flash/blank.swf");
		//getFlashMovie("fh").
		//document.getElementById("educationFlash").removeChild(getFlashMovie("fh"));
		//CreateFlash();

	document.getElementById("educationFlash").style.height = "1px";
}

function closeSwf(num){
	if(num == "" || num == undefined)
		num = 0;
	getFlashMovie("fh").removeSwfFromParent(num);
}

function LightBoxYcpFlv(flvUrl, ifWidth, ifHeight){
	rotateImages = false;
	var anchorTag = document.getElementById("lightBoxInitiator");
	anchorTag.href = '/pages/landingPages/lightbox.aspx' + "?iframe&flvSource=" + flvUrl + "&width=" + ifWidth + "&height=" + ifHeight;
	$("#lightBoxInitiator").fancybox({
		'overlayShow'			: false,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack',
		frameWidth			:	ifWidth,
		frameHeight			:	(ifHeight)
	}).trigger('click');
}

function LightBoxFlv(flvUrl, ifWidth, ifHeight){
	rotateImages = false;
	var anchorTag = document.getElementById("lightBoxInitiator");
	anchorTag.href = '/pages/landingPages/lightboxFLP.aspx' + "?iframe&flvSource=" + flvUrl + "&width=" + ifWidth + "&height=" + ifHeight;
	$("#lightBoxInitiator").fancybox({
		'overlayShow'			: false,
		'zoomSpeedIn'			: 600,
		'zoomSpeedOut'			: 500,
		'easingIn'				: 'easeOutBack',
		'easingOut'				: 'easeInBack',
		frameWidth			:	ifWidth,
		frameHeight			:	(ifHeight)
	}).trigger('click');
}