Javascript/popup window works in mozilla, not in internet explorer

hi all,

i used the popup window javascript as described on kirupa.com. the popup window works fine in mozilla, but not in internet explorer.

you can see by going to

click http://www.cenaluna.com then clicking the ‘menu’ button.

in the HEAD section of the indexl.html file i have the following:
<SCRIPT LANGUAGE=“JavaScript”>
<!-- Begin
function Launch(page) {
OpenWin = this.open(page, “Cena Luna”, “toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,width=548,height=388”);
}
// End -->
</SCRIPT> and the script on the button which activates the popup is as follows:
<A HREF=javascript:Launch(‘menu.html’)></A>

would y’all mind trying it out in both browsers and letting me know if you can see what the problem is?

cheers,
macron.