(cs3/as3) Array

I’m on my secont project. I’m starting off by building my first array. wich is going to be dynamic buttons that when pressed, will load external text documents into a text field. I was wondering if it is constructed properly. your help and time are greatly apreciated, sincerly newwave

 
var LINKS: Array = new Array;
   LINKS[0] = Home = Link "Home.txt";
   LINKS[1] = About = Link "About.txt";
   LINKS[2] = Products1 = Link "Product1.txt";
   LINKS[3] = Products2 = Link "Product2.txt";
   LINKS[4] = Products3 = Link "Product3.txt";
   LINKS[6] = Staff = Link "Staff.txt";
   LINKS[7] = Directions = Link "Directions.txt";
   LINKS[8] = Contact us = Link "Contact us.txt";
   LINKS[9] = Friends = Link "Friends.txt";