So, a few questions:

1. What a 10k pot or something? Then setup a scale from 1-?? and convert this to X number of menu items? Hmmm..

2. My menu system is broken with my current interrupt system - for example, if I want to go PAST menu 5 to menu 6, I can't do it because menu 5 is already happening.. It will show me that I selected 'Menu 6', but then goes back to Menu 5 --

I need a way to SKIP menus I don't want to use and only dive in on the ones I want.. I think they way I have it set up, I HAVE TO go to each one.. no good..

Do I have a SECOND button which does the selecting? I've never made a menu system like this before that chooses basically Gosubs...

Tom