function openUrl(loginUrl) {
	window.open(loginUrl);
}
