
infinitive=new Array()
infinitive[infinitive.length]="dormir"
infinitive[infinitive.length]="mentir"
infinitive[infinitive.length]="partir"
infinitive[infinitive.length]="sentir"
infinitive[infinitive.length]="servir"
infinitive[infinitive.length]="sortir"
infinitive[infinitive.length]="endormir"

meaning=new Array()
meaning[meaning.length]="to sleep"
meaning[meaning.length]="to lie"
meaning[meaning.length]="to go away"
meaning[meaning.length]="to feel"
meaning[meaning.length]="to serve"
meaning[meaning.length]="to go out"
meaning[meaning.length]="to put to sleep"

yo=new Array()
yo[yo.length]="dors"
yo[yo.length]="mens"
yo[yo.length]="pars"
yo[yo.length]="sens"
yo[yo.length]="sers"
yo[yo.length]="sors"
yo[yo.length]="endors"

tu=new Array()
tu[tu.length]="dors"
tu[tu.length]="mens"
tu[tu.length]="pars"
tu[tu.length]="sens"
tu[tu.length]="sers"
tu[tu.length]="sors"
tu[tu.length]="endors"

ella=new Array()
ella[ella.length]="dort"
ella[ella.length]="ment"
ella[ella.length]="part"
ella[ella.length]="sent"
ella[ella.length]="sert"
ella[ella.length]="sort"
ella[ella.length]="endort"

nosotros=new Array()
nosotros[nosotros.length]="dormons"
nosotros[nosotros.length]="mentons"
nosotros[nosotros.length]="partons"
nosotros[nosotros.length]="sentons"
nosotros[nosotros.length]="servons"
nosotros[nosotros.length]="sortons"
nosotros[nosotros.length]="endormons"

vosotros=new Array()
vosotros[vosotros.length]="dormez"
vosotros[vosotros.length]="mentez"
vosotros[vosotros.length]="partez"
vosotros[vosotros.length]="sentez"
vosotros[vosotros.length]="servez"
vosotros[vosotros.length]="sortez"
vosotros[vosotros.length]="endormez"

ellas=new Array()
ellas[ellas.length]="dorment"
ellas[ellas.length]="mentent"
ellas[ellas.length]="partent"
ellas[ellas.length]="sentent"
ellas[ellas.length]="servent"
ellas[ellas.length]="sortent"
ellas[ellas.length]="endorment"
