Well, from your example up top your close. Instead of,
description = aEmployees[0];

You'd have it like this.
code:
  var description:Array = new Array
description[0] = "Arun"


And if you want to refer to something in it you use desription and then whatever line it is in.