Yes that disables fullscreen altogether
ok, as a proper hacky way, you could detect the F11 keypress as above (put it within an ie detect first)
Then open a new window using window.open with standard browser buttons, and close the popup using window.close
But I think maybe the best way here is to cut ya losses.. it's a really hacky way of doing it :D