Asfunction in *.htmlText

How do I have an actionscript loaded text piece execute a function? I figured this is how it should work, but its not working…

(scroll right until the red text)

step2.onPress = function() {
	_parent.stepText.htmlText = "This is the text for the 2nd step<br><br> - <font color='#0000FF'><a href='estimateform_blank.html'>Print up a blank Estimate Form</a></font><br><br> - <font color='#0000FF'[COLOR=Red]><a href='asfunction:_parent.estimateForm'>[/COLOR]Prepare an Estimate Form Online</a></font>";
	}

Everything displays fine, but the function doesn’t execute. Is this correct syntax?