Size matters

What up everyone
problems ,
I want my first page to fill the screen, no browser buttons. can this be done in flash?
On my first page i have an enter button when the enter button is clicked I want a centered pop up window set at 950x450( I want the pop up window to be my main page ) right now i have this action on the enter button
on (release) {
//customize the window that gets opened
// 0 equals NO.
// 1 equals YES.
address = “http://www.olddirtydermot.com/homepage.html”;
target_winName = “olddirtydermot”;
width = 950;
height = 450;
toolbar = 0;
location = 0;
directories = 0;
status = 0;
menubar = 0;
scrollbars = 1;
resizable = 0;
//sends data back to the function
openWinCentre(address, target_winName, width, height, toolbar, location, directories, status, menubar, scrollbars, resizable);
}
NO good
thanks for your time and help