Load html file with no toolbars etc

Hi all

i am working on a presentation that comes on a cd
i want to load a html file when i click on a button, but the html file has to load without toolbars, menubar, etc.

i used the getURL command but then it opens a html with in the address bar my javascript line.

how can i do that so it works fine and load my html page.

code as follow:
on (release) {
getURL("javascript:openNewWindow(‘http://www.macromedia.com’,‘thewin’,‘height=400,width=400,toolbar=no,scrollbars=yes’) ");
}