Specialized pop ups

Hey, I’m making a site for my flash movies. Each movie has it’s own page. and on that page I want a link where you click it, and the movie launches in a pop up.

so far, I know I need this:


a href="moviepage.html" target="_top"

however, I also want the window to be the same size as the movie (450x500) with NO way to rescale. and I want to get rid of all the browser stuff at the top (like the address bar, nav buttons, etc.)

What do I add to that line of code?
To see the exact effect I want, go here


and click “watch movie”

go to google or something and lookup the Javascript window.open function

It allows you to set the browser attributes like position on the screen window size scroll bars resizing status bar etc.