function LinkedAccountsPopup()
{
	window.open(linkedAccountsPopup,null,'height=400,width=480,channelmode=0,directories=0,fullscreen=0,location=0,resizable=0,scrollbars=1,status=0,titlebar=0,toolbar=0');
}

function PrivacyPolicyLink() {
		window.opener.location.href = lnkPrivacyPolicy;
		window.close();
		return;
	}
