Popup window help

Hi.
I use the following code to launch a jpeg in pop up window:

on (release) {
getURL(“javascript:NewWindow=window.open(‘goodnight.jpeg’,‘ba1’,‘width=436,height=273,left=0,top=0,toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No’); NewWindow.focus(); void(0);”);
}

The pop up window opens but insteaof the jpeg i get the common message of “page cannot be displayed”. Any ideas?