How to do an onload popup window

I am trying to use an onload to popup a new window without toolbars, etc. What I have so far is the onload opening a new tab. Any help with this would be great.


<body onLoad="window.open('escalation_matrix.htm','Popup_Window')">