What is it with you people being unable to indent correctly?
Also, Twinny. You don't need to add the control to GraalControl
again, and check that your window exists before destroying it or you will just create F2 console errors.
PHP Code:
function onCreated()
{
if (myWindow != NULL)
{
myWindow.destroy();
}
}