function LogoutNTLM()
{
	if ( confirm("Are you sure you want to log off? Doing so will close this window.") )
	{
		top.window.close();
	}
}

function popHelp( page ) {
	var topic;
	switch (page)
	{
		case "Contents":
			topic = "Contents.htm";
			break;
		case "Address":
			topic = "AddAddresses.htm";
			break;
		case "Delegate":
			topic = "AnotherUser.htm";
			break;
		case "BlockList":
			topic = "BlockedSenders.htm";
			break;
		case "password":
			topic = "ChangePassword.htm";
			break;
		case "DisplayMsg":
			topic = "DisplayMessage.htm";
			break;
		case "Default":
			topic = "LogIn.htm";
			break;
		case "Register":
			topic = "RegisterorRequestNewPassword.htm";
			break;
		case "Register2":
			topic = "RegisterorRequestNewPassword.htm";
			break;
		case "Blocked":
			topic = "ReviewBlockedMail.htm";
			break;
		case "AllowList":
			topic = "SafeSenders.htm";
			break;
		case "Confirm":
			topic = "ConfirmAction.htm";
			break;
		case "details":
			topic = "Contents.htm";
			break;
		case "Error":
			topic = "Error.htm";
			break;
		case "MainMenu":
			topic = "Contents.htm";
			break;
		case "Release":
			topic = "ReleaseMessage.htm";
			break;
		default:
			topic = "Contents.htm";
			break;
	}
	
	MMSQMHelp = window.open("help/" + topic,'MMSQMHelp', 'width=500,height=400,screenX=50,screenY=50,top=50,left=50,toolbar=0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars=1,resizable=1,copyhistory=0');
	
	MMSQMHelp.focus();
}
