XML Linkage

Hi all

I have flash file that calls information from an XML file and everything works fine, the XML data is shown in the flash.

The XML is:


<portfolio>
 <site>
  <company>NAME1</company>
  <address>www.NAME1.com</address>
  <software>Flash, XML, Dreamweaver, Photoshop</software>
  <description>AMAZING!!</description> 
 </site>
</portfolio>

My question is how to get the <address> tag to be an actual link in flash so that it opens up a new browser window? Do i need to add something to the XML or do i have to add some ActionScript ?