MsgRet=new Array();
	 MsgRet[0]="'Choose the field '+this.tit+'.'";
	 MsgRet[1]="'Fill the field '+this.tit+'.'";
	 MsgRet[2]="'Invalid data in the '+this.tit+' field.'";
	 /*MsgRet[3]="'The confirmation does not match with field '+this.tit+'.'";  */
	 MsgRet[3]="'Your confirmation does not match your password.'";  
	 MsgRet[4]="'The '+this.tit+' must be a minimum of '+this.minL+' characters.'";
	 MsgRet[5]="'Escolha no mínimo '+this.minL+' itens para o campo '+this.tit+'.'";
	 MsgRet[6]="'The field '+this.tit+' must have at least '+this.maxL+' caracters.'";
	 MsgRet[7]="'Choose a maximum '+this.maxL+' items for the field '+this.tit+'.'";
	 MsgRet[8]="'Choose to the field '+this.tit+', files with the extension following:'+this.ext+'.'";
	 
