﻿// JScript File

function initTabs()
{
    /*
        We apply ui.tabs.js to anything that has a class of 'tabs'.  This turns an unordered list with anchored links and a set of divs into tabs with associated panels.
     */
    $(".tabs").tabs({ fxSlide: true, fxFade: true, fxSpeed: 750 });
}