If I understand the problem, when the popup window opens, the parent window closes?? If so, then add:
Code:
'_blank'
right after:
Code:
getURL("javascript:window.open('file to be oppened','_blank',...
A new window will open, leaving the parent also open.
Best wishes,
EfV