AntalMails = 2;

function array(n) {this.length=n}

MailTekst = new array(AntalMails);
MailAdresser = new array(AntalMails);

MailTekst[1] = 'Kim Foder';
MailAdresser[1] = 'kim@foder.dk';
