Popup Window Title

I'm trying to create a popup window with the following code:

TEST LINK
	

TEST CONTENT

How do I insert a Title to to the Title of this popup window? The following field:

 

I'm trying to create a popup window with the following code:

TEST LINK
	

TEST CONTENT

How do I insert a Title to to the Title of this popup window? The following field:

 

Try the following code:

{capture name="popup_content"}
TEST CONTENT
{/capture}
{include file="common/popupbox.tpl" id="popup" content=$smarty.capture.popup_content link_text="TEST LINK" text="TEST HEADER"}

It's so simple and elegant! Thank you!