﻿
function SetTabIndex(tabIndex, tabContainer)
{
    $find(tabContainer).set_activeTabIndex(tabIndex);
}

