function check4Parent( pParent )
{
  if (window == window.parent)
    window.location = pParent;
}
