infinitive=new Array()
infinitive[infinitive.length]="abrir"
infinitive[infinitive.length]="cubrir"
infinitive[infinitive.length]="dividir"
infinitive[infinitive.length]="escribir"
infinitive[infinitive.length]="recibir"
infinitive[infinitive.length]="sufrir"
infinitive[infinitive.length]="vivir"

meaning=new Array()
meaning[meaning.length]="to open"
meaning[meaning.length]="to cover"
meaning[meaning.length]="to divide"
meaning[meaning.length]="to write"
meaning[meaning.length]="to receive"
meaning[meaning.length]="to suffer"
meaning[meaning.length]="to live"

yo=new Array()
yo[yo.length]="abro"
yo[yo.length]="cubro"
yo[yo.length]="divido"
yo[yo.length]="escribo"
yo[yo.length]="recibo"
yo[yo.length]="sufro"
yo[yo.length]="vivo"

tu=new Array()
tu[tu.length]="abres"
tu[tu.length]="cubres"
tu[tu.length]="divides"
tu[tu.length]="escribes"
tu[tu.length]="recibes"
tu[tu.length]="sufres"
tu[tu.length]="vives"


ella=new Array()
ella[ella.length]="abre"
ella[ella.length]="cubre"
ella[ella.length]="divide"
ella[ella.length]="escribe"
ella[ella.length]="recibe"
ella[ella.length]="sufre"
ella[ella.length]="vive"

nosotros=new Array()
nosotros[nosotros.length]="abrimos"
nosotros[nosotros.length]="cubrimos"
nosotros[nosotros.length]="dividimos"
nosotros[nosotros.length]="escribimos"
nosotros[nosotros.length]="recibimos"
nosotros[nosotros.length]="sufrimos"
nosotros[nosotros.length]="vivimos"


vosotros=new Array()
vosotros[vosotros.length]="abrís"
vosotros[vosotros.length]="cubrís"
vosotros[vosotros.length]="dividís"
vosotros[vosotros.length]="escribís"
vosotros[vosotros.length]="recibís"
vosotros[vosotros.length]="sufrís"
vosotros[vosotros.length]="vivís"

ellas=new Array()
ellas[ellas.length]="abren"
ellas[ellas.length]="cubren"
ellas[ellas.length]="dividen"
ellas[ellas.length]="escriben"
ellas[ellas.length]="reciben"
ellas[ellas.length]="sufren"
ellas[ellas.length]="viven"

