Popup problem

the following is what i’m using for a java popup. works fine in Firefox but not in Internet Explorer. Help!:

<script language=“JavaScript” type=“text/JavaScript”>
<!–
function openPop() {
window.open( “home.htm”, “Dita von Teese - The Fallen Angel”, “status = 0, height = 420, width = 740, resizable = 0” )
}
//–>
</script>

<area shape=“rect” coords=“0,0,188,291” alt=“Enter” href=“#” onClick=“openPop()”>