While searching around I found the popup code in phoenixphp that works for rev for making the client popup.
Simple Replace:
With:
If this tutorial is unneeded in this section moderators feel free to move this.
Simple Replace:
Code:
<center><a href="api.php" onclick="mango.client.popup(); return false;">Enter {hotelName} Hotel</a></center>
With:
Code:
<center><a href="api.php" target="ClientWndw" onclick="window.open('api.php','ClientWndw','width=980,height=597');return false;">Enter {hotelName} Hotel</a></center>
If this tutorial is unneeded in this section moderators feel free to move this.