Actions

I have awindow what I want to show info text below I have a number of buttons each button are when curser pass over show colours. My question is when someone pass’s curser over a button I want an action that will tell the person in the window above where that button will take them. Can that be done?
Please help. so far on buttons I have basic comand to links
on (release)
{
getURL(“http://www.blahblah.com./”, “_self”);
}

        ___________window____________
       |_____________________________| 

       [button]  [button]  [button]  [button] 

Regards Barrie