I have created a Page for my Facebook canvas application and there added a new tab that displays the login page for the application. However, when a user clicks the login button, I would like to open the application (http://apps.facebook.com/amiinteresting) in "full screen", not inside IFrame of the page. The reason is that my application requires more width than can fit within a page tab.
Is this possible to accomplish with JavaScript or in some other way?
Here are a couple of images to describe the problem and the desired behavior:
Application displayed on page tab (current behavior - not what I want):
Application displayed in a new window (this is what I want):
Thank you in advance!