I've opened a page like this:

window.open("test.php","","fullscreen,scrollbars")

Can I in any way tell the user if he's running fullscreen or normal window? Like detecting it with javascript or something like that?