I am opening the popup with
function agb(){
window.open("popup.htm", "popup", "height=150, width=400, top=150, left=250")
if I then say ..
<a href="doc1.pdf" onclick="parent.window.open(this.href, 'child'); return...