Full Flash Site, XML, ActionScript issue

While following the Flash tutorial on how to create a full flash site with XML, etc. found here: http://www.kirupa.com/developer/flash8/best_structure_flash_site.htm

I ran into an a little issue with the buttons. I was trying to test out a different button associated with the first item in my XML file. I noticed that the resulting button ended up on the bottom of the list.

The corresponding arrays are correct but when the buttons are built, it’s like in reverse order. You can see what I mean if you download the sample file in the tutorial and then change the first button image to another image. You’ll notice that it appears on the bottom with the last button text instead of the first one.

All this came about with me trying to use a rollover button with XML. Any ideas on a solution for that as well???