Opening dhtmlxWindow in parent page from iframe

I have a page with a small iframe, now in this iframe i have a link and i need to open the window in the parent page.

How can I make this?

Thank you.

You may call functions in the parent window as follows:

parent.yourFunction();