function broadbandWindowPopped(win, path) {
	try {
		win.focus();
		showAlertsPromo();
	} catch (e) {
		window.location.replace(path);
	}
}

function launchContentOn(){
	document.getElementById('flaunchContent').style.visibility = "visible"; 
}
	
