﻿
function SetTabIndex(containerId, index)
{
    var tabs = $find(containerId);
    tabs.set_activeTabIndex(index);
}
