This button can click any particular menu item by altering the id in the button's code. If the menu item doesn't have an item then you could certainly iterate from the nearest id'ed menu item by using document.getElementById('yourId').nextSibling.... or previousSibing, firstChild, lastChild, etc.
Click any Menu ItemI hope this helps some people. The possibilities of this button are endless IMO.