DFMsg=new Array();
DFMsg[0] = "'Please select: '+this.tit+'.'";
DFMsg[1] = "'The following field is obligatory: '+this.tit+'.'";
DFMsg[2] = "'Invalid value for field: '+this.tit+'.'";
DFMsg[3] = "this.tit+' and confirmation do not have the same values.'";
DFMsg[4] = "'The field '+this.tit+' must contain at least '+this.minL+' characters.'";
DFMsg[5] = "'Você deve escolher no mínimo '+this.minL+' itens para o campo '+this.tit+'.'";
DFMsg[6] = "'O campo '+this.tit+' deve ter no mámixo '+this.maxL+' caracteres.'";
DFMsg[7] = "'Você deve escolher no máximo '+this.maxL+' itens para o campo '+this.tit+'.'";
DFMsg[8] = "'Você deve escolher para o campo '+this.tit+', arquivos com a(s) seguinte(s) extensão(ões): '+this.ext+'.'";