public static RightMgr getInstance()
 {
     if (s_mgr == null)
     {
         s_mgr = new RightMgr();
         s_mgr.init();
     }
     return(s_mgr);
 }