Links within dynamically loaded text

Dear All.

I have a dynamic text box (myText.text and services.text), that load different texts from different buttons. Below is the code for one of the buttons. Where it says… “here” I want to create a link that opens up a centred html file. Is there any coding that I can use?

wed1_btn.onRelease=function() {

myText.text = "Wedding Consultation… ? ";
services.text = "Our consultation… blah blah. Click here for fees ";

}

Thank you for reading.
Sam.
:rd: