function inviteBox(iTrgTable) {
	this.targetTable = iTrgTable;
	this.perms = new Array("permGlobal", "permComments", "permNotes", "permPrint", "permCopy");
	
	//this.
}

