function authPass(u,p)
    {if (u && p) self.location = "auth.htm?" + u + p;
   return false;
    }