Acrobat Reader 7.0.8 got you down? Is it better than 6, but not as hot as it should be? Well, with a little javascript from Adobe (Techdoc 332905), you too can trim that Yahoo! fat from your Reader. As an added bonus, the following javascript:
var menuItems = app.listMenuItems();
var field = this.getField(”fieldMenuItems”);
for(var count in menuItems){
[...]