Need help in XML

Hello every body, I have a xml photo gallery and on the release event of each image I need to load swf rather than geturl blank page. Kindly help me to sorted out …


XML code :
<xml>
<folder>

<image img=‘lost_01.jpg’ w=‘948’ h=‘400’ link=‘images/lost_01.jpg’ />
<image img=‘alias_02.jpg’ w=‘948’ h=‘400’ link=‘images/alias_02.jpg’ />
<image img=‘alias_03.jpg’ w=‘948’ h=‘400’ link=‘images/alias_03.jpg’ />
</folder>
</xml>


FLA code

root.container_mc["th"+nextImg].onRelease = function() {
this.link = _root.images_xml.firstChild.firstChild.childNodes[this.i].attributes.link;
//getURL(this.link,"_blank");

getURL(“javascript:flashLightbox(’”+this.link+"’); ");

// end else if
};


waiting a postive reply… thanks