What do you mean by create a link to a pop-up?
Like a link and when people click on it, it appears in new window? If it is, then just add target="_blank" in the <a href> tags like this:
Code:
<a href="http://somewhere.com" target="_blank">Click here</a>