var IE = ((parseInt(navigator.appVersion)>=4)&&(navigator.appName.indexOf("Microsoft")!=-1))? 1:0;

function showFlashDiv(divID,visibility,flashURL,flashHeight,flashWidth,fpra){

var div_visibility;

if (parseInt(flash.version) >= 7) {

var flashObject = '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="'+flashWidth+'" HEIGHT="'+flashHeight+'" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ID=testcommand><PARAM NAME="MOVIE" VALUE="'+flashURL+'"><param name="wmode" value="transparent" /><PARAM NAME="PLAY" VALUE="false"><PARAM NAME="LOOP" VALUE="false"><PARAM NAME="QUALITY" VALUE="high"><PARAM NAME="SCALE" VALUE="SHOWALL"><PARAM NAME="BASE" VALUE="/products/annuities/taxdeferred/"><EMBED SRC="'+flashURL+'" wmode="transparent" WIDTH="'+flashWidth+'" HEIGHT="'+flashHeight+'" PLAY="false"  LOOP="false" QUALITY="high" TYPE="application/x-shockwave-flash" SCALE="SHOWALL"  swLiveConnect="true" PLUGINSPAGE="http://www.macromedia.com/go/flashplayer/"  BASE="/products/annuities/taxdeferred/" /></EMBED></OBJECT>';

if (fpra) {
	
	var flashObject = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="'+flashWidth+'" height="'+flashHeight+'" id="fpra_ControlPanel" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="scale" value="showall"><param name="allowFullScreen" value="true" /><param name="movie" value="'+flashURL+'" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#ffffff" /><embed src="'+flashURL+'" quality="high" wmode="transparent" bgcolor="#ffffff" width="'+flashWidth+'" height="'+flashHeight+'" name="fpra_ControlPanel" align="middle" allowScriptAccess="sameDomain" scale="showall" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
	
}


 	if(visibility == 1) { div_visibility = "visible"; }
	else { div_visibility = "hidden"; }
	
	document.getElementById(divID).style.visibility = div_visibility;
	document.getElementById(divID).innerHTML = flashObject;
	
}

else {

ofPopWinVideo("/products/annuities/income/download_flash.shtml");

	}
	
	if (visibility == 2) {
	showFlashDiv(divID, 0);
	document.quizlink.submit();
	}
	
}

/**
* Custom window opening function to ensure window stays on top of parent window
*/
function ofPopWinIntermediate(theURL) {

newWindow = window.open(theURL,'infowindow','toolbar=no,location=no,scrollbars=yes,status=no,menubar=no,resizable=yes,fullscreen=no,left=80,top=80,height=376,width=418');
newWindow.focus();
}
