MsgRet=new Array();
	 MsgRet[0]="'Escolha o campo '+this.tit+'.'";
	 MsgRet[1]="'Preencha o campo '+this.tit+'.'";
	 MsgRet[2]="'Valor do campo '+this.tit+' inválido.'";
	 MsgRet[3]="'O campo '+this.tit+' e sua confirmação não possuem os mesmos valores.'";
	 MsgRet[4]="'O campo '+this.tit+' deve ter no mínimo '+this.minL+' caracteres.'";
	 MsgRet[5]="'Escolha no mínimo '+this.minL+' itens para o campo '+this.tit+'.'";
	 MsgRet[6]="'O campo '+this.tit+' deve ter no máximo '+this.maxL+' caracteres.'";
	 MsgRet[7]="'Escolha no máximo '+this.maxL+' itens para o campo '+this.tit+'.'";
	 MsgRet[8]="'Escolha para o campo '+this.tit+', arquivos com a(s) seguinte(s) extenção(ões):'+this.ext+'.'";
	 