try using the math.round function for it so

Actionscript Code:
ttotal=(Math.round(stotal*100))/100;

I think that should work