Popup window from embedded HTML tag

I need to add a javascript popup window effect to the following line of code:

press += "<font family='Verdana' size='11' color='#B2B2B2'><a href='"+URL+"' target='_blank'>"+lead+"</a></font><br>";

(I’m applying a stylesheet to some XML and need to be able to use HTML within Flash)
I can’t seem to find the right syntax. I prefer a Flash solution to this problem rather than external Javascript. Check out the attached file.