Goto after an event

Hi,

How can I get my movie to go to a specific frame after these tweens?

TweenLite.to(panel3, 0.3, {scaleY:0, ease:Strong.easeOut});
TweenLite.to(panel2, 0.3, {scaleY:0, delay:0.1, ease:Strong.easeOut});
TweenLite.to(panel1, 0.3, {scaleY:0, delay:0.2, ease:Strong.easeOut});

Any help is gratefully received

thanks
Phil