Come si fa a fare in modo che una pop up si apra ad es in alto a sinistra? Qualcuno lo sa?

Ho messo nella head

function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
e nel body

MM_openBrWindow('popup.html','','width=200,height= 200')" leftmargin="0" topmargin="0">
<table border="0" cellpadding="0" cellspacing="0" width="780"

cosa manca?

Grazie x event risp.