Really quickie!

anybody got any idea why this wouldnt work???
im trying to open up an html page that i have created in dreamweaver-( it contains a jpeg of a map) in a new window.

OnRelease{
getURL (“map.html”,"_blank");
}

Anthing seem up with that?