so che è stato scritto molte volte, ma non riesco a capire perchè non va su IE

per vedere
http://www.modeldanzando.it/index.php
ho messo un bottone in mezzo alla finestra colore rosa

questo il cod usato
nel primo frame


Codice PHP:
MovieClip.prototype.apriPopup = function (nometitololaraltxyfeat)
{
        
getURL("javascript:window.open('" nome "','" titolo "','width=" lar ",height=" alt ",screenX=" ",left=" ",screenY=" ",top=" "," feat "');void(0);");
}; 
nel bottone
Codice PHP:
on (release) {
        
apriPopup('http://www.modeldanzando.it/gallery/index.php''MODELDANZANDO GALLERY'400300100400'status=yes, toolbar=yes');

grazie in anticipo