/*
 * DynClick
 * Copyright 2004 AgenciaClick - http://www.agenciaclick.com.br
 * interface.spo@agenciaclick.com.br
 * $Date: 2005/10/21 09:59:57 $
 * $Revision: 1.2 $
 */
DFMsg=new Array();
DFMsg[0]="'Please select the field '+this.tit+'.'";
DFMsg[1]="'Please fill in the field '+this.tit+'.'";
DFMsg[2]="'Invalid field value '+this.tit+'.'";
DFMsg[3]="'Fields '+this.tit+' and your confirmation do not match.'";
DFMsg[4]="'The field '+this.tit+' should have no least '+this.minL+' characters.'";
DFMsg[5]="'You should select at least '+this.minL+' items for the field '+this.tit+'.'";
DFMsg[6]="'The field '+this.tit+' should have no more than '+this.maxL+' characters.'";
DFMsg[7]="'You should select no more than '+this.maxL+' items for the field '+this.tit+'.'";
DFMsg[8]="'You should select for the field '+this.tit+', files with the following extension(s):'+this.ext+'.'";
 