For those of you who wanted to be able to push pages to audrey's browser in fullscreen, I just found out how to do this. First, you will need to do the hack to allow other computers to access your browser (of course).
Edit /kojak/browser.dat where it says:
#web window "decorated" location"
location #type
decorated_window #name
0,82,637,437 (or something like that)
#0,82,640,400
to:
#web window "decorated" location"
location #type
decorated_window #name
0,0,640,480 <----- this is the only line you change
#0,82,640,400
This will make the "decorated" or regular browser window show in full screen. The address bar and all the buttons will still be there, but they will not be visible. You can remove or modify the locations of the controls in the browser to your likings by modifying the browser.dat file, but my application requires that the user cannot change webpages.