function showCFPhoto(urlToShare)
{
	var window_width = $(window).width();
	var offset_left = ((window_width > 985) ? (window_width - 985) / 2 : 0) + 700;
	window.document.getElementById("cfContainer").style.display = "";
	eval("CF.widget.InsightCustom.activate('sharephoto_ca', {pointTo: {x:" + offset_left + ",y:180}, syndicationUrl:'http://coorslight.ca/en/index.aspx#" + urlToShare + "'});");
}

function showCFVideo(urlToShare)
{
	var window_width = $(window).width();
	var offset_left = ((window_width > 985) ? (window_width - 985) / 2 : 0) + 700;
	window.document.getElementById("cfContainer").style.display = "";
	eval("CF.widget.InsightCustom.activate('sharevideo_ca', {pointTo: {x:" + offset_left + ",y:180}, syndicationUrl:'http://coorslight.ca/en/index.aspx#" + urlToShare + "'});");
}

function hideCF()
{
	window.document.getElementById("cfContainer").style.display = "none";
}
