I haven't tried this, but often when you see "new ..." there is a return value that you can assign to a variable. See what happens if you start with
var tabs = new Control.Tabs...
This may leave you with a variable "handle" that you can re-use later, so your Ajax call wouldn't create a new instance of the tabs, just pick up the one that's there.
Walter
>
> --
> You received this message because you are subscribed to the Google Groups "LivePipe UI Users" group.
> To post to this group, send email to livepipe...@googlegroups.com.
> To unsubscribe from this group, send email to livepipe-ui-us...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/livepipe-ui-users?hl=en.
>