﻿$(document).ready(function () {
    $("div#our_expertise_icon_holder a").each(function () { $(this).simpletip({ fixed: true, position: 'bottom', content: $(this).find('span').html() }); }); var hashtabid = location.hash; if ($(hashtabid + "_tab").length == 0) { $(".tab_content").hide(); $("ul.tabs li:first").addClass("active").show(); $(".tab_content:first").show(); }
    else { $(".tab_content").hide(); $("ul.tabs li").each(function () { var thishash = $(this).find("a").attr("href"); if (thishash == hashtabid) { $(this).addClass("active").show(); $(hashtabid + "_tab").show(); } }); var target_offset = $("#content_holder").offset(); var target_top = target_offset.top; $('html, body').animate({ scrollTop: target_top - 130 }, 1500); }
    $("ul.tabs li").click(function () { $("ul.tabs li").removeClass("active"); $(this).addClass("active"); $(".tab_content").hide(); var activeTab = $(this).find("a").attr("href") + "_tab"; $(activeTab).show(); });
}); $(window).load(function () { $('#slider').nivoSlider({ effect: 'fade', pauseTime: 5000 }); });
