This is happening for me.
In IE8 when I put an embedded popup link in the first section of an accordion using 'dbr.accordion' command, The popup shows up below the accordion header for the second accordion section. Works fine in Firefox, Chrome and Opera. In IE, it remains there blocking the report unless you move it above or below that accordion section.
Using:
myDBR 2.9
MS SQL Server 2008 R2
PHP 5.3
Here is an example
select 'dbr.accordion', 'Get Detail Reports';
select 'dbr.purehtml', 'Click a button below to display a "pop-up" report
select 'dbr.report', 'stored_procedure', 'menu', 'v1=-1', 'v2=-2', 'v3e=-3', 'v4=-4', 'v5=-5', 'v6=-6', 'v7=-7', 'v8=1' select 'dbr.list', 'hlist' select DISTINCT field from database select 'dbr.embed_object', 'menu', 'popup'
select 'dbr.accordion', 'Next Section';
select 'dbr.purehtml', @infotext
select 'dbr.accordion.close'