
function OpenModalPwdPopup(pArguments)
{
	return window.showModalDialog("/_Common/ModalPop/Password.html",
								  pArguments,
								  "dialogHeight: 150px; dialogWidth: 220px; center: Yes;");
}