Use the javascript popup() function, defined by Obliquid framework inside html page frame of each theme.
<a href="#" onclick="popup('index.php?page=home')">open</a>
It's also possible to change the default size of the popup.
<a href="#" onclick="popup('index.php?page=home','width=200,height=100')">open</a>