I am building a form where I would like to clear or reset a menu when users click on a particular radio button. I have been able to disable the menu by using:

onclick="menuName.disabled=true"

Is there any way I can adjust this statement so that clicking just clears the menu.

Thanks in advance.

Kathy