Full screen after restart webgame

Hi,

I have made a webplayer game.
When you start the game, a window opens and you can play the game in the window.
I have a restart button in my game: Application.LoadLevelAsync (0).
When you press the restart button, the game restarts in full screen (not in a window).
You can go back to the window by pressing esc.
But I don’t want the full screen after pressing the restart button but just the window.
How can I solve this problem?

Stupid me!
It was my own fault. I was forgotten to delete a piece of code for full screen.