Add instance variable to tower and menu objects, for example: which = 0. Then make sure that each tower in the game has a different number and each menu's variable matches that of the tower it is assigned to.
In your events you would check:
Mouse> On object tower clicked > instance variable which = 2 > If menu instance variable also = 2 open that menu
Then open menu for that tower