The button on newpage needs the following OnPress:
Code:
Parent.Visible=false
Since the close button is ON newpage, it's parent IS newpage. The open button is a child of the main page object, and so you specify that newpage is what is being made visible.
Quib