﻿var msn_popup;
var _market = "pt-br";

function signin() {
	//alert("You're logged in!");
};

function signout() {
	//alert("You need to log in.");
};

function receiveData(p_contacts) {
	msn_popup.close();
	document.getElementById('MainFlashObject').setContacts(p_contacts);
	//hideContacts();
}

function showerror(p_msg) {
	alert(hescq(p_msg));
}

function toggleContacts() {
	//showContacts ();
	msn_popup = window.open("msn_popup.html", "msn", "width=250, height=300, scrolling=0, resize=0, location=0, status=0");
}

function hescq(p_str) {
	return p_str.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;").replace(/\"/g, "&quot;").replace(/\'/g, "&apos;");
}
