potrebbe bastarti solo questo
codice:
function apriPop(theUrl){
  pop=window.open(theUrl,'popup','width=320,height=240');
}
window.onunload=function(){if(typeof pop !='undefined' && !pop.closed) pop.close();}
apri popup

ciao