Here's the code I use to generate a pop-up:
<a href="#" onclick="window.open('popup.html','popup','toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=500,height=400');return false;">open popup</a>
The second field that just says 'popup' is the object name...