If you only need to popup a fancy box on any instant lets say a href, it’s piece of cake, depending upon how fancy* is integrated. I worked with a css bases fancybox and this is how it was achieved.
<a href=".." class="fancybox">Text</a>
it’s a baby solution.
If you wanted to control redirection, use wp user control widget.
<div class="fancybox"><?php wp_loginout(); ?></div>
<div class="fancybox"><?php wp_register("",""); ?></div>
I’m throwing you a bone.