JavaScript Pop-up and IE noooooot working! Ahhh!

I’ve never encountered this problem before…

Here’s my code:


function popUpFlash(URL) {
       window.open(URL, popUp, 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=736,height=556');
}

annnnnnnd my html:


<a href="javascript:popUpFlash('/sc/flashDemo.html')">Demo 1: Learn how to Register</a>

It obviously works in every single browser besides Poonternet Explorer,

HELP!