Switch pages in Dreamweaver

I have been using Dreamweaver MX in place of Visual InterDev for coding my ASP pages. It is so much nicer to work in (except for Intelisense but it’a not bad there either). The only real problem I have had is switching quickly between open pages of my site. In InterDev, I could hit (alt + w) to open the Window menu item and then hit the number of the page I wanted to open. Say I had 3 pages open (Page1.asp, Page2.asp, Page3.asp), If you click on Window, then at the bottom you will see all the open pages (in both InterDev and Dreamweaver). The difference is that InterDev would assign a numbered hot key to each one in the order you last viewed them. So, If I was looking at Page1.asp and had just looked at Page2.asp and just before that I had looked at Page3.asp, then in the Window menu I would see:
1 Page1.asp
2 Page2.asp
3 Page3.asp
I could just simply hit (alt+w) followed by 2 and that would bring Page2.asp to the front. This saved so much time keeping my hands on the keyboard insted of having to get my mouse and click the tab at the bottom for the page I wanted.

Does this make sense? And if it does is there a faster way to go from page to page in Dreamweaver without using the mouse?