Help...Please can anyone HELP ME!

I’m trying to open my site in “full screen” I have a “front door” with just one button on it. I used the following script to open the site in FS.

on (release) {
getURL (“javascript:NewWindow=window.open('http://www.jmcweddings.com/test/index2.html’,'James Christianson ',‘width=1800,height=1200,left=0,top=0,toolbar=No, location=No,scrollbars=No,status=No,resizable=No,f ullscreen=No’); NewWindow.focus(); void(0);”);
}

This works in all the browsers except Internet Explorer (v. 5.1 for mac) basically nothing happens when you click on the button. The roll over action works fine but not the hit action…>Can anyone help me out??

Here’s a link www.jmcweddings.com/test

thanks