function fc_PopupBlocker_Check(par_ErrNr)
{
	if (par_ErrNr == -2147024891)
		return true;
	else
		return false;
}

