// JavaScript Document

/* IBGS TACTIC AND TRACKING URI VALUES ENTERED HERE */
var tactic = "";
var trackingURI = "";

function openBCRSPop() 
{
	childWindow = window.open("bcrs_popup.html?tactic=" + tactic + "&trackingURI=" + trackingURI,null,"left=100,top=100,width=600,height=600,scrollbars=0");
	
	if (childWindow.opener == null) 
		childWindow.opener = self;
		
	return false;
}

function openBCRSPopFlash() 
{
	childWindow = window.open("bcrs_popup.html?tactic=" + tactic + "&trackingURI=" + trackingURI,null,"left=100,top=100,width=600,height=600,scrollbars=0");
	
	if (childWindow.opener == null) 
		childWindow.opener = self; 
}

// capture and discard the return value of sa_onclick when called from flash
function sa_flash_msg(beacon)
{
	success = sa_onclick(beacon);
}