infinitive = new Array()
infinitive[infinitive.length] = "aprire";
infinitive[infinitive.length] = "dormire";
infinitive[infinitive.length] = "seguire";
infinitive[infinitive.length] = "sentire";
infinitive[infinitive.length] = "servire";
infinitive[infinitive.length] = "partire";
infinitive[infinitive.length] = "offrire";
infinitive[infinitive.length] = "mentire";
infinitive[infinitive.length] = "vestire";


meaning = new Array()
meaning[meaning.length] = "to open";
meaning[meaning.length] = "to sleep";
meaning[meaning.length] = "to follow";
meaning[meaning.length] = "to hear";
meaning[meaning.length] = "to serve";
meaning[meaning.length] = "to leave";
meaning[meaning.length] = "to offer";
meaning[meaning.length] = "to lie";
meaning[meaning.length] = "to dress";


yo = new Array()
yo[yo.length] = "apro";
yo[yo.length] = "dormo";
yo[yo.length] = "seguo";
yo[yo.length] = "sento";
yo[yo.length] = "servo";
yo[yo.length] = "parto";
yo[yo.length] = "offro";
yo[yo.length] = "mento";
yo[yo.length] = "vesto";


tu = new Array()
tu[tu.length] = "apri";
tu[tu.length] = "dormi";
tu[tu.length] = "segui";
tu[tu.length] = "senti";
tu[tu.length] = "servi";
tu[tu.length] = "parti";
tu[tu.length] = "offri";
tu[tu.length] = "menti";
tu[tu.length] = "vesti";


ella = new Array()
ella[ella.length] = "apre";
ella[ella.length] = "dorme";
ella[ella.length] = "segue";
ella[ella.length] = "sente";
ella[ella.length] = "serve";
ella[ella.length] = "parte";
ella[ella.length] = "offre";
ella[ella.length] = "mente";
ella[ella.length] = "veste";


nosotros = new Array()
nosotros[nosotros.length] = "apriamo";
nosotros[nosotros.length] = "dormiamo";
nosotros[nosotros.length] = "seguiamo";
nosotros[nosotros.length] = "sentiamo";
nosotros[nosotros.length] = "serviamo";
nosotros[nosotros.length] = "partiamo";
nosotros[nosotros.length] = "offriamo";
nosotros[nosotros.length] = "mentiamo";
nosotros[nosotros.length] = "vestiamo";


vosotros = new Array()
vosotros[vosotros.length] = "aprite";
vosotros[vosotros.length] = "dormite";
vosotros[vosotros.length] = "seguite";
vosotros[vosotros.length] = "sentite";
vosotros[vosotros.length] = "servite";
vosotros[vosotros.length] = "partite";
vosotros[vosotros.length] = "offrite";
vosotros[vosotros.length] = "mentite";
vosotros[vosotros.length] = "vestite";


ellas = new Array()
ellas[ellas.length] = "aprono";
ellas[ellas.length] = "dormono";
ellas[ellas.length] = "seguono";
ellas[ellas.length] = "sentono";
ellas[ellas.length] = "servono";
ellas[ellas.length] = "partono";
ellas[ellas.length] = "offrono";
ellas[ellas.length] = "mentono";
ellas[ellas.length] = "vestono";


