//FTRIAL WINDOW GLOBALS
var globalSignup_ShowFTrial = false;
var globalSignup_FTrialPage = "/NonMembers/eng/popups/" + String.fromCharCode(102,114,101,101,116,114,105,97,108,95,112,111,112,46,104,116,109,108);
var globalSignup_ShowPCPPromo5on10 = true;
var globalSignup_PCPPromo5on10Page = "/NonMembers/eng/Signup/promos/pctophone/popup_5on10_jan24.asp"

//BROADBAND WINDOW GLOBALS
var const_ShowFeedback = false;
var const_FeedbackUrl = "http://msniconnecthere-metrics.custhelp.com/cgi-bin/msniconnecthere_metrics.cfg/websurveys/ws?_133=151"
var const_FeedbackWinFeatures = "scrollbars=yes,status=yes,location=no,toolbar=no,directories=no,menubar=no,top=150,left=150,resizable=yes,width=625,height=700"
	
function OpenRatesPopup(){
	//RATES POPUP FROM MAIN MENU
	var win= top.window.open('/NonMembers/eng/rates/index.asp?fullpage=no','RatesPop','left=50;top=50;width=900,height=500,scrollbars=yes');
	win.focus()
}

function setWebToCall(){
		var divContainer = document.getElementById("WebToCall");
		divContainer.insertAdjacentHTML("afterBegin","<iframe id='Web2Call' Name='Web2Call' src='/ICH_SU_WEB2CALL/Click2Call_PC2P.aspx'  frameborder=0 width=200 height=490>");
}

function checkWebToCall()
{
	if(document.readyState == 'complete')
		setWebToCall();
	else
		window.setTimeout('checkWebToCall()', 50);
}
