What am i doing wrong?

how come when i trace it giving me undefined?

menuLabel = ["MY PICTURES", "MY PRIVATE MAIL", "MY MESSAGE BOARD", "MY FRIENDS","VOTING BOOTH",  "DANCE FORUM", "LOGOUT"];
menuLink = ["MyMessageBoard.aspx","MyFriends.aspx","Vooting.aspx","Forums.aspx","MemberLogOff.aspx"]
for (i=1; i<menuLabel.length; i++) {
    this["_menu"+i]._labelmc._label.text = menuLabel*;
    this["_menu"+i]._btn.onRelease= function () {
        //getURL(menuLink*,"_self");
        trace(menuLink*);
    }
}