Create popup pages from a link...
Copy and Paste this into your code where you want the link to appear. You can change the values of "0" to "1" and change the size by changing "width" and "height" values.
<a target="_self" href="#" onClick="PopUp=window.open('http://www.yoursite.com','','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=500,height=250);">Pop-up</a>
Go back home