function GRights()
{
//VARIABLES
//general rights
  this.newDoc = false;
  this.query = false;
  this.pQuery = false;
  this.linked = false;
  this.multiLink = false;
  this.workflowManagement = false;
  this.workflowTutor = false;
  this.notify = false;
  this.vizIter = false;
  this.createDoc = false;
  this.crDocByEditor = false;
  this.inProtocol = false;
  this.outProtocol = false;
  this.modifyInfoProt = false;
  this.deleteProt = false;
  this.showDeletedProt = false;
//other rights..
  this.famRights = new Array();

//METHODS
 this.finalize = function()
 {
 }

}
