Flash MX 2004:I want to add a event Listner on MenuBar component

Hi all,
I am very happy to join this community.This is my first Post.

I have made a Horizontal Menu bar usin MenuBar Component, name it “myMenuBar
I use addMenu to add menus to this bar.
Then I add event listners for menus using addEventListner(“change”,File) it work fine.

But I add a menu HOME var home = myMenuBar.addMenu(“HOME”);

that not have any items(child), Now I want to add listners to this Menu, means Whenever I click HOME label on MenuBar a function have to call How this can happen?

Although I use myMenubar.addEventListner(“focusIn”,var1); It work for once, but it is for all menus…
If anybody can help me please send your kind reply

Yogendra