Hello all, I hope this will be a simple little no-brainer question for you.

I have an application that, on its closing, should open up the Windows 8 Metro/Modern UI start screen. That's all I want it to do.

Click my "Quit Button" to close my application. //Which is done and over.
Start Screen opens up, where they find all their shortcuts to other programs and things layed out for them.

I've prepared a MyApp.closeApp() function which calls the program's close() method at the end, so that's taken care of. I just don't know what to put before it to help raise that menu.

I've thought that maybe I could achieve this by simulating a press of the Windows Key on a typical keyboard, but I am not sure if that is an effective or practical method.
Any suggestions?