sounds like a job for frames to me, unless you want to go the Flash route and export that way? frames is much easier though
regarding the original question, you'd be better off using a bit of simple javascript to kick your windows off, thus:
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier><SCRIPT LANGUAGE=<font color = red>"JavaScript"</font>>
<!--
function popup()
{popup = window.open(<font color = red>"punani.html"</font>,<font color = red>"RideIt"</font>,<font color = red>"height=<font color = blue>440</font>,width=<font color = blue>375</font>,toolbar=<font color = blue>0</font>,directories=<font color = blue>0</font>,menubar=<font color = blue>0</font>,status=<font color = blue>0</font>,resizable=<font color = blue>0</font>,location=<font color = blue>0</font>,scrollbars=<font color = blue>0</font>"</font>)
if (window.focus) {popup.focus();}
}
<font color = brown>//--></font>
</SCRIPT></font>[/code]
calling it like this:
<a href="javascript

opup()"><b>PUNANI!</b></a>
for more, just use popup1, popup2, et cetera
that should work fine, assuming your QT.html page works fine. just resize as needed.
shout me if you need any more info
[edited to take the damn smiley out of the code, because i forgot the first time. doh!]
[ 04-23-2002: Message edited by: philzilla ]