I use vimperator, however sometimes I like to have the normal menus back. The command I have to type is: set guioption+=mT
Trick is to download autohotkey:
Run Autoscriptwriter (recorder)
save the file, and assign a hotkey. In this case Windows Key, s
#s:: - set guioptions
Send, {SHIFTDOWN};{SHIFTUP}set{SPACE}guioptions{SHIFTDOWN}={SHIFTUP}=m{SHIFTDOWN}t{SHIFTUP}{ENTER}
#t:: – tv on
#8:: - 85hz
Then put the files in the startup script directory: C:\Documents and Settings\dave\Start Menu\Programs\Startup