Frank: javascript und framsetprobleme

hi!

ich öffne aus flash heraus, via java script ein popup fenster. dies geht alles wunderbar. pack ich nun aber die html datei mit dem flash film in ein frameset, dann öffnet sich im ie kein popup mehr.

wie gesagt das funktioniert nur im ie6 nicht. im opera oder netscape, ie5/pc und ie5/mac geht es tadellos.

hat jemand nen ansatz? hab schon die suche bemüht, leider aber nichts gefunden.

das ist das flashscript:
on (release) {
getURL("javascript:popupwindow('logo/03.htm','bigview',
'width=550,height=550,top=20,left=40');");
}

das ist das js:
<!--
var newwin;
function popupwindow(URL,winName,features) {
newwin=window.open(URL,winName,features);
setTimeout('newwin.focus();',200);
}

//-->

danke und gruesse
frank