I've been using the radWindow.argument to handle some of the communication between my pages and I've noticed when the same page is displayed multiple times, the argument is never reset. I thought using the DestroyOnClose property would work, but this caused the page to not display after it's first time shown. Is there a best practice for this or do I just need to wipe it out in my javascript onclose methods?